sbnmarc
Class AnticoType
java.lang.Object
|
+--sbnmarcBase.sbnmarcBase
|
+--sbnmarc.DatiDocType
|
+--sbnmarc.AnticoType
- All Implemented Interfaces:
- java.io.Serializable
- public class AnticoType
- extends DatiDocType
- implements java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class sbnmarc.DatiDocType |
addNumSTD, addNumSTD, addT210, addT210, clearNumSTD, clearT210, enumerateNumSTD, enumerateT210, getGuida, getLivelloAut, getNumSTD, getNumSTD, getNumSTDCount, getT001, getT005, getT100, getT101, getT102, getT110, getT200, getT205, getT207, getT210, getT210, getT210Count, getT215, getT3XX, getT801, getT856, getTipoMateriale, removeNumSTD, removeT210, setGuida, setLivelloAut, setNumSTD, setNumSTD, setT001, setT005, setT100, setT101, setT102, setT110, setT200, setT205, setT207, setT210, setT210, setT215, setT3XX, setT801, setT856, setTipoMateriale, unmarshalDatiDocType |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnticoType
public AnticoType()
addT012
public void addT012(C012 vT012)
throws java.lang.IndexOutOfBoundsException
- Parameters:
vT012
-
addT012
public void addT012(int index,
C012 vT012)
throws java.lang.IndexOutOfBoundsException
- Parameters:
index
- vT012
-
clearT012
public void clearT012()
enumerateT012
public java.util.Enumeration enumerateT012()
equals
public boolean equals(java.lang.Object obj)
- Note: hashCode() has not been overriden
- Overrides:
equals
in class DatiDocType
- Parameters:
obj
-
getT012
public C012 getT012(int index)
throws java.lang.IndexOutOfBoundsException
- Parameters:
index
-
getT012
public C012[] getT012()
getT012Count
public int getT012Count()
getT140
public C140 getT140()
- Returns the value of field 't140'.
- Returns:
- the value of field 't140'.
isValid
public boolean isValid()
- Overrides:
isValid
in class DatiDocType
marshal
public void marshal(java.io.Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
- Overrides:
marshal
in class DatiDocType
- Parameters:
out
-
marshal
public void marshal(org.xml.sax.ContentHandler handler)
throws java.io.IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
- Overrides:
marshal
in class DatiDocType
- Parameters:
handler
-
removeT012
public boolean removeT012(C012 vT012)
- Parameters:
vT012
-
setT012
public void setT012(int index,
C012 vT012)
throws java.lang.IndexOutOfBoundsException
- Parameters:
index
- vT012
-
setT012
public void setT012(C012[] t012Array)
- Parameters:
t012Array
-
setT140
public void setT140(C140 t140)
- Sets the value of field 't140'.
- Parameters:
t140
- the value of field 't140'.
unmarshalAnticoType
public static AnticoType unmarshalAnticoType(java.io.Reader reader)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
- Parameters:
reader
-
validate
public void validate()
throws org.exolab.castor.xml.ValidationException
- Overrides:
validate
in class DatiDocType