|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--sbnmarcBase.sbnmarcBase | +--sbnmarc.ComunicaAllineatiType
per comunicare l'avvenuto allineamento e spegnere il flag relativo
Constructor Summary | |
ComunicaAllineatiType()
|
Method Summary | |
void |
addAllineati(AllineatiType vAllineati)
Method addAllineati |
void |
addAllineati(int index,
AllineatiType vAllineati)
Method addAllineati |
void |
clearAllineati()
Method clearAllineati |
java.util.Enumeration |
enumerateAllineati()
Method enumerateAllineati |
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
AllineatiType[] |
getAllineati()
Method getAllineati |
AllineatiType |
getAllineati(int index)
Method getAllineati |
int |
getAllineatiCount()
Method getAllineatiCount |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
boolean |
removeAllineati(AllineatiType vAllineati)
Method removeAllineati |
void |
setAllineati(AllineatiType[] allineatiArray)
Method setAllineati |
void |
setAllineati(int index,
AllineatiType vAllineati)
Method setAllineati |
static ComunicaAllineatiType |
unmarshalComunicaAllineatiType(java.io.Reader reader)
Method unmarshalComunicaAllineatiType |
void |
validate()
Method validate |
Methods inherited from class sbnmarcBase.sbnmarcBase |
fromStringToRootObject |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ComunicaAllineatiType()
Method Detail |
public void addAllineati(AllineatiType vAllineati) throws java.lang.IndexOutOfBoundsException
vAllineati
-
java.lang.IndexOutOfBoundsException
public void addAllineati(int index, AllineatiType vAllineati) throws java.lang.IndexOutOfBoundsException
index
- vAllineati
-
java.lang.IndexOutOfBoundsException
public void clearAllineati()
public java.util.Enumeration enumerateAllineati()
public boolean equals(java.lang.Object obj)
equals
in class sbnmarcBase
obj
- public AllineatiType getAllineati(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
public AllineatiType[] getAllineati()
public int getAllineatiCount()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public boolean removeAllineati(AllineatiType vAllineati)
vAllineati
- public void setAllineati(int index, AllineatiType vAllineati) throws java.lang.IndexOutOfBoundsException
index
- vAllineati
-
java.lang.IndexOutOfBoundsException
public void setAllineati(AllineatiType[] allineatiArray)
allineatiArray
- public static ComunicaAllineatiType unmarshalComunicaAllineatiType(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |