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

Class CartograficoType.

See Also:
Serialized Form

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

CartograficoType

public CartograficoType()
Method Detail

addT206

public void addT206(C206 vT206)
             throws java.lang.IndexOutOfBoundsException
Method addT206

Parameters:
vT206 -
java.lang.IndexOutOfBoundsException

addT206

public void addT206(int index,
                    C206 vT206)
             throws java.lang.IndexOutOfBoundsException
Method addT206

Parameters:
index -
vT206 -
java.lang.IndexOutOfBoundsException

clearT206

public void clearT206()
Method clearT206


enumerateT206

public java.util.Enumeration enumerateT206()
Method enumerateT206


equals

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

Overrides:
equals in class DatiDocType
Parameters:
obj -

getLivelloAut

public SbnLivello getLivelloAut()
Method getLivelloAutReturns the value of field 'livelloAut'.

Returns:
the value of field 'livelloAut'.

getT120

public C120 getT120()
Method getT120Returns the value of field 't120'.

Returns:
the value of field 't120'.

getT121

public C121 getT121()
Method getT121Returns the value of field 't121'.

Returns:
the value of field 't121'.

getT123

public C123 getT123()
Method getT123Returns the value of field 't123'.

Returns:
the value of field 't123'.

getT124

public C124 getT124()
Method getT124Returns the value of field 't124'.

Returns:
the value of field 't124'.

getT206

public C206 getT206(int index)
             throws java.lang.IndexOutOfBoundsException
Method getT206

Parameters:
index -
java.lang.IndexOutOfBoundsException

getT206

public C206[] getT206()
Method getT206


getT206Count

public int getT206Count()
Method getT206Count


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

removeT206

public boolean removeT206(C206 vT206)
Method removeT206

Parameters:
vT206 -

setLivelloAut

public void setLivelloAut(SbnLivello livelloAut)
Method setLivelloAutSets the value of field 'livelloAut'.

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

setT120

public void setT120(C120 t120)
Method setT120Sets the value of field 't120'.

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

setT121

public void setT121(C121 t121)
Method setT121Sets the value of field 't121'.

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

setT123

public void setT123(C123 t123)
Method setT123Sets the value of field 't123'.

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

setT124

public void setT124(C124 t124)
Method setT124Sets the value of field 't124'.

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

setT206

public void setT206(int index,
                    C206 vT206)
             throws java.lang.IndexOutOfBoundsException
Method setT206

Parameters:
index -
vT206 -
java.lang.IndexOutOfBoundsException

setT206

public void setT206(C206[] t206Array)
Method setT206

Parameters:
t206Array -

unmarshalCartograficoType

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

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