sbnmarc
Class ModernoType

java.lang.Object
  |
  +--sbnmarcBase.sbnmarcBase
        |
        +--sbnmarc.DatiDocType
              |
              +--sbnmarc.ModernoType
All Implemented Interfaces:
java.io.Serializable

public class ModernoType
extends DatiDocType
implements java.io.Serializable

Class ModernoType.

See Also:
Serialized Form

Constructor Summary
ModernoType()
           
 
Method Summary
 void addT230(C230 vT230)
          Method addT230
 void addT230(int index, C230 vT230)
          Method addT230
 void clearT230()
          Method clearT230
 java.util.Enumeration enumerateT230()
          Method enumerateT230
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 C105 getT105()
          Method getT105Returns the value of field 't105'.
 C230[] getT230()
          Method getT230
 C230 getT230(int index)
          Method getT230
 int getT230Count()
          Method getT230Count
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 boolean removeT230(C230 vT230)
          Method removeT230
 void setT105(C105 t105)
          Method setT105Sets the value of field 't105'.
 void setT230(C230[] t230Array)
          Method setT230
 void setT230(int index, C230 vT230)
          Method setT230
static ModernoType unmarshalModernoType(java.io.Reader reader)
          Method unmarshalModernoType
 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

ModernoType

public ModernoType()
Method Detail

addT230

public void addT230(C230 vT230)
             throws java.lang.IndexOutOfBoundsException
Method addT230

Parameters:
vT230 -
java.lang.IndexOutOfBoundsException

addT230

public void addT230(int index,
                    C230 vT230)
             throws java.lang.IndexOutOfBoundsException
Method addT230

Parameters:
index -
vT230 -
java.lang.IndexOutOfBoundsException

clearT230

public void clearT230()
Method clearT230


enumerateT230

public java.util.Enumeration enumerateT230()
Method enumerateT230


equals

public boolean equals(java.lang.Object obj)
Note: hashCode() has not been overriden

Overrides:
equals in class DatiDocType
Parameters:
obj -

getT105

public C105 getT105()
Method getT105Returns the value of field 't105'.

Returns:
the value of field 't105'.

getT230

public C230 getT230(int index)
             throws java.lang.IndexOutOfBoundsException
Method getT230

Parameters:
index -
java.lang.IndexOutOfBoundsException

getT230

public C230[] getT230()
Method getT230


getT230Count

public int getT230Count()
Method getT230Count


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

removeT230

public boolean removeT230(C230 vT230)
Method removeT230

Parameters:
vT230 -

setT105

public void setT105(C105 t105)
Method setT105Sets the value of field 't105'.

Parameters:
t105 - the value of field 't105'.

setT230

public void setT230(int index,
                    C230 vT230)
             throws java.lang.IndexOutOfBoundsException
Method setT230

Parameters:
index -
vT230 -
java.lang.IndexOutOfBoundsException

setT230

public void setT230(C230[] t230Array)
Method setT230

Parameters:
t230Array -

unmarshalModernoType

public static ModernoType unmarshalModernoType(java.io.Reader reader)
                                        throws org.exolab.castor.xml.MarshalException,
                                               org.exolab.castor.xml.ValidationException
Method unmarshalModernoType

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