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

Class AnticoType.

See Also:
Serialized Form

Constructor Summary
AnticoType()
           
 
Method Summary
 void addT012(C012 vT012)
          Method addT012
 void addT012(int index, C012 vT012)
          Method addT012
 void clearT012()
          Method clearT012
 java.util.Enumeration enumerateT012()
          Method enumerateT012
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 C012[] getT012()
          Method getT012
 C012 getT012(int index)
          Method getT012
 int getT012Count()
          Method getT012Count
 C140 getT140()
          Method getT140Returns the value of field 't140'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 boolean removeT012(C012 vT012)
          Method removeT012
 void setT012(C012[] t012Array)
          Method setT012
 void setT012(int index, C012 vT012)
          Method setT012
 void setT140(C140 t140)
          Method setT140Sets the value of field 't140'.
static AnticoType unmarshalAnticoType(java.io.Reader reader)
          Method unmarshalAnticoType
 void validate()
          Method validate
 
Methods inherited from class sbnmarc.DatiDocType
addNumSTD, addNumSTD, addT210, addT210, addT3XX, addT3XX, addT856, addT856, clearNumSTD, clearT210, clearT3XX, clearT856, enumerateNumSTD, enumerateT210, enumerateT3XX, enumerateT856, getGuida, getLivelloAutDoc, getNaturaDoc, getNumSTD, getNumSTD, getNumSTDCount, getT001, getT005, getT100, getT101, getT102, getT110, getT200, getT205, getT207, getT210, getT210, getT210Count, getT215, getT3XX, getT3XX, getT3XXCount, getT801, getT856, getT856, getT856Count, getTipoMateriale, removeNumSTD, removeT210, removeT3XX, removeT856, setGuida, setLivelloAutDoc, setNaturaDoc, setNumSTD, setNumSTD, setT001, setT005, setT100, setT101, setT102, setT110, setT200, setT205, setT207, setT210, setT210, setT215, setT3XX, setT3XX, setT801, setT856, setT856, setTipoMateriale, unmarshalDatiDocType
 
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

AnticoType

public AnticoType()
Method Detail

addT012

public void addT012(C012 vT012)
             throws java.lang.IndexOutOfBoundsException
Method addT012

Parameters:
vT012 -
java.lang.IndexOutOfBoundsException

addT012

public void addT012(int index,
                    C012 vT012)
             throws java.lang.IndexOutOfBoundsException
Method addT012

Parameters:
index -
vT012 -
java.lang.IndexOutOfBoundsException

clearT012

public void clearT012()
Method clearT012


enumerateT012

public java.util.Enumeration enumerateT012()
Method 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
Method getT012

Parameters:
index -
java.lang.IndexOutOfBoundsException

getT012

public C012[] getT012()
Method getT012


getT012Count

public int getT012Count()
Method getT012Count


getT140

public C140 getT140()
Method getT140Returns the value of field 't140'.

Returns:
the value of field 't140'.

isValid

public boolean isValid()
Method 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
Method marshal

Overrides:
marshal in class DatiDocType
Parameters:
out -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

marshal

public void marshal(org.xml.sax.ContentHandler handler)
             throws java.io.IOException,
                    org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Overrides:
marshal in class DatiDocType
Parameters:
handler -
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

removeT012

public boolean removeT012(C012 vT012)
Method removeT012

Parameters:
vT012 -

setT012

public void setT012(int index,
                    C012 vT012)
             throws java.lang.IndexOutOfBoundsException
Method setT012

Parameters:
index -
vT012 -
java.lang.IndexOutOfBoundsException

setT012

public void setT012(C012[] t012Array)
Method setT012

Parameters:
t012Array -

setT140

public void setT140(C140 t140)
Method setT140Sets 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
Method unmarshalAnticoType

Parameters:
reader -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Method validate

Overrides:
validate in class DatiDocType
org.exolab.castor.xml.ValidationException