|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--sbnmarcBase.sbnmarcBase
|
+--sbnmarc.DatiDocType
| Constructor Summary | |
DatiDocType()
|
|
| Method Summary | |
void |
addNumSTD(int index,
NumStdType vNumSTD)
|
void |
addNumSTD(NumStdType vNumSTD)
|
void |
addT210(C210 vT210)
|
void |
addT210(int index,
C210 vT210)
|
void |
clearNumSTD()
|
void |
clearT210()
|
java.util.Enumeration |
enumerateNumSTD()
|
java.util.Enumeration |
enumerateT210()
|
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
GuidaDoc |
getGuida()
Returns the value of field 'guida'. |
SbnLivello |
getLivelloAut()
Returns the value of field 'livelloAut'. |
NumStdType[] |
getNumSTD()
|
NumStdType |
getNumSTD(int index)
|
int |
getNumSTDCount()
|
java.lang.String |
getT001()
Returns the value of field 't001'. |
java.lang.String |
getT005()
Returns the value of field 't005'. |
C100 |
getT100()
Returns the value of field 't100'. |
C101 |
getT101()
Returns the value of field 't101'. |
C102 |
getT102()
Returns the value of field 't102'. |
C110 |
getT110()
Returns the value of field 't110'. |
C200 |
getT200()
Returns the value of field 't200'. |
C205 |
getT205()
Returns the value of field 't205'. |
C207 |
getT207()
Returns the value of field 't207'. |
C210[] |
getT210()
|
C210 |
getT210(int index)
|
int |
getT210Count()
|
C215 |
getT215()
Returns the value of field 't215'. |
C3XX |
getT3XX()
Returns the value of field 't3XX'. |
C801 |
getT801()
Returns the value of field 't801'. |
C856 |
getT856()
Returns the value of field 't856'. |
SbnMateriale |
getTipoMateriale()
Returns the value of field 'tipoMateriale'. |
boolean |
isValid()
|
void |
marshal(org.xml.sax.ContentHandler handler)
|
void |
marshal(java.io.Writer out)
|
boolean |
removeNumSTD(NumStdType vNumSTD)
|
boolean |
removeT210(C210 vT210)
|
void |
setGuida(GuidaDoc guida)
Sets the value of field 'guida'. |
void |
setLivelloAut(SbnLivello livelloAut)
Sets the value of field 'livelloAut'. |
void |
setNumSTD(int index,
NumStdType vNumSTD)
|
void |
setNumSTD(NumStdType[] numSTDArray)
|
void |
setT001(java.lang.String t001)
Sets the value of field 't001'. |
void |
setT005(java.lang.String t005)
Sets the value of field 't005'. |
void |
setT100(C100 t100)
Sets the value of field 't100'. |
void |
setT101(C101 t101)
Sets the value of field 't101'. |
void |
setT102(C102 t102)
Sets the value of field 't102'. |
void |
setT110(C110 t110)
Sets the value of field 't110'. |
void |
setT200(C200 t200)
Sets the value of field 't200'. |
void |
setT205(C205 t205)
Sets the value of field 't205'. |
void |
setT207(C207 t207)
Sets the value of field 't207'. |
void |
setT210(C210[] t210Array)
|
void |
setT210(int index,
C210 vT210)
|
void |
setT215(C215 t215)
Sets the value of field 't215'. |
void |
setT3XX(C3XX t3XX)
Sets the value of field 't3XX'. |
void |
setT801(C801 t801)
Sets the value of field 't801'. |
void |
setT856(C856 t856)
Sets the value of field 't856'. |
void |
setTipoMateriale(SbnMateriale tipoMateriale)
Sets the value of field 'tipoMateriale'. |
static DatiDocType |
unmarshalDatiDocType(java.io.Reader reader)
|
void |
validate()
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DatiDocType()
| Method Detail |
public void addNumSTD(NumStdType vNumSTD)
throws java.lang.IndexOutOfBoundsException
vNumSTD -
public void addNumSTD(int index,
NumStdType vNumSTD)
throws java.lang.IndexOutOfBoundsException
index - vNumSTD -
public void addT210(C210 vT210)
throws java.lang.IndexOutOfBoundsException
vT210 -
public void addT210(int index,
C210 vT210)
throws java.lang.IndexOutOfBoundsException
index - vT210 - public void clearNumSTD()
public void clearT210()
public java.util.Enumeration enumerateNumSTD()
public java.util.Enumeration enumerateT210()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - public GuidaDoc getGuida()
public SbnLivello getLivelloAut()
public NumStdType getNumSTD(int index)
throws java.lang.IndexOutOfBoundsException
index - public NumStdType[] getNumSTD()
public int getNumSTDCount()
public java.lang.String getT001()
public java.lang.String getT005()
public C100 getT100()
public C101 getT101()
public C102 getT102()
public C110 getT110()
public C200 getT200()
public C205 getT205()
public C207 getT207()
public C210 getT210(int index)
throws java.lang.IndexOutOfBoundsException
index - public C210[] getT210()
public int getT210Count()
public C215 getT215()
public C3XX getT3XX()
public C801 getT801()
public C856 getT856()
public SbnMateriale getTipoMateriale()
public boolean isValid()
public void marshal(java.io.Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
out -
public void marshal(org.xml.sax.ContentHandler handler)
throws java.io.IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
handler - public boolean removeNumSTD(NumStdType vNumSTD)
vNumSTD - public boolean removeT210(C210 vT210)
vT210 - public void setGuida(GuidaDoc guida)
guida - the value of field 'guida'.public void setLivelloAut(SbnLivello livelloAut)
livelloAut - the value of field 'livelloAut'.
public void setNumSTD(int index,
NumStdType vNumSTD)
throws java.lang.IndexOutOfBoundsException
index - vNumSTD - public void setNumSTD(NumStdType[] numSTDArray)
numSTDArray - public void setT001(java.lang.String t001)
t001 - the value of field 't001'.public void setT005(java.lang.String t005)
t005 - the value of field 't005'.public void setT100(C100 t100)
t100 - the value of field 't100'.public void setT101(C101 t101)
t101 - the value of field 't101'.public void setT102(C102 t102)
t102 - the value of field 't102'.public void setT110(C110 t110)
t110 - the value of field 't110'.public void setT200(C200 t200)
t200 - the value of field 't200'.public void setT205(C205 t205)
t205 - the value of field 't205'.public void setT207(C207 t207)
t207 - the value of field 't207'.
public void setT210(int index,
C210 vT210)
throws java.lang.IndexOutOfBoundsException
index - vT210 - public void setT210(C210[] t210Array)
t210Array - public void setT215(C215 t215)
t215 - the value of field 't215'.public void setT3XX(C3XX t3XX)
t3XX - the value of field 't3XX'.public void setT801(C801 t801)
t801 - the value of field 't801'.public void setT856(C856 t856)
t856 - the value of field 't856'.public void setTipoMateriale(SbnMateriale tipoMateriale)
tipoMateriale - the value of field 'tipoMateriale'.
public static DatiDocType unmarshalDatiDocType(java.io.Reader reader)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
reader -
public void validate()
throws org.exolab.castor.xml.ValidationException
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||