sbnmarc
Class CartograficoType

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

public class CartograficoType
extends DatiDocType
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
CartograficoType()
           
 
Method Summary
 void addT206(C206 vT206)
           
 void addT206(int index, C206 vT206)
           
 void clearT206()
           
 java.util.Enumeration enumerateT206()
           
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 C120 getT120()
          Returns the value of field 't120'.
 C121 getT121()
          Returns the value of field 't121'.
 C123 getT123()
          Returns the value of field 't123'.
 C124 getT124()
          Returns the value of field 't124'.
 C206[] getT206()
           
 C206 getT206(int index)
           
 int getT206Count()
           
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler handler)
           
 void marshal(java.io.Writer out)
           
 boolean removeT206(C206 vT206)
           
 void setT120(C120 t120)
          Sets the value of field 't120'.
 void setT121(C121 t121)
          Sets the value of field 't121'.
 void setT123(C123 t123)
          Sets the value of field 't123'.
 void setT124(C124 t124)
          Sets the value of field 't124'.
 void setT206(C206[] t206Array)
           
 void setT206(int index, C206 vT206)
           
static CartograficoType unmarshalCartograficoType(java.io.Reader reader)
           
 void validate()
           
 
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
 

Constructor Detail

CartograficoType

public CartograficoType()
Method Detail

addT206

public void addT206(C206 vT206)
             throws java.lang.IndexOutOfBoundsException
Parameters:
vT206 -  

addT206

public void addT206(int index,
                    C206 vT206)
             throws java.lang.IndexOutOfBoundsException
Parameters:
index -  
vT206 -  

clearT206

public void clearT206()

enumerateT206

public java.util.Enumeration enumerateT206()

equals

public boolean equals(java.lang.Object obj)
Note: hashCode() has not been overriden
Overrides:
equals in class DatiDocType
Parameters:
obj -  

getT120

public C120 getT120()
Returns the value of field 't120'.
Returns:
the value of field 't120'.

getT121

public C121 getT121()
Returns the value of field 't121'.
Returns:
the value of field 't121'.

getT123

public C123 getT123()
Returns the value of field 't123'.
Returns:
the value of field 't123'.

getT124

public C124 getT124()
Returns the value of field 't124'.
Returns:
the value of field 't124'.

getT206

public C206 getT206(int index)
             throws java.lang.IndexOutOfBoundsException
Parameters:
index -  

getT206

public C206[] getT206()

getT206Count

public int getT206Count()

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 -  

removeT206

public boolean removeT206(C206 vT206)
Parameters:
vT206 -  

setT120

public void setT120(C120 t120)
Sets the value of field 't120'.
Parameters:
t120 - the value of field 't120'.

setT121

public void setT121(C121 t121)
Sets the value of field 't121'.
Parameters:
t121 - the value of field 't121'.

setT123

public void setT123(C123 t123)
Sets the value of field 't123'.
Parameters:
t123 - the value of field 't123'.

setT124

public void setT124(C124 t124)
Sets the value of field 't124'.
Parameters:
t124 - the value of field 't124'.

setT206

public void setT206(int index,
                    C206 vT206)
             throws java.lang.IndexOutOfBoundsException
Parameters:
index -  
vT206 -  

setT206

public void setT206(C206[] t206Array)
Parameters:
t206Array -  

unmarshalCartograficoType

public static CartograficoType unmarshalCartograficoType(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