sbnmarc
Class EstraeDatiDocType

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

public class EstraeDatiDocType
extends sbnmarcBase
implements java.io.Serializable

CERCA DOCUMENTI per EXPORT

See Also:
Serialized Form

Constructor Summary
EstraeDatiDocType()
           
 
Method Summary
 void addGuida(GuidaDoc vGuida)
          Method addGuida
 void addGuida(int index, GuidaDoc vGuida)
          Method addGuida
 void addNaturaDoc(int index, SbnNaturaDocumento vNaturaDoc)
          Method addNaturaDoc
 void addNaturaDoc(SbnNaturaDocumento vNaturaDoc)
          Method addNaturaDoc
 void addT001(int index, java.lang.String vT001)
          Method addT001
 void addT001(java.lang.String vT001)
          Method addT001
 void addTipoMateriale(int index, SbnMateriale vTipoMateriale)
          Method addTipoMateriale
 void addTipoMateriale(SbnMateriale vTipoMateriale)
          Method addTipoMateriale
 void clearGuida()
          Method clearGuida
 void clearNaturaDoc()
          Method clearNaturaDoc
 void clearT001()
          Method clearT001
 void clearTipoMateriale()
          Method clearTipoMateriale
 java.util.Enumeration enumerateGuida()
          Method enumerateGuida
 java.util.Enumeration enumerateNaturaDoc()
          Method enumerateNaturaDoc
 java.util.Enumeration enumerateT001()
          Method enumerateT001
 java.util.Enumeration enumerateTipoMateriale()
          Method enumerateTipoMateriale
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 GuidaDoc[] getGuida()
          Method getGuida
 GuidaDoc getGuida(int index)
          Method getGuida
 int getGuidaCount()
          Method getGuidaCount
 SbnLivello getLivelloAut_A()
          Method getLivelloAut_AReturns the value of field 'livelloAut_A'.
 SbnLivello getLivelloAut_Da()
          Method getLivelloAut_DaReturns the value of field 'livelloAut_Da'.
 SbnNaturaDocumento[] getNaturaDoc()
          Method getNaturaDoc
 SbnNaturaDocumento getNaturaDoc(int index)
          Method getNaturaDoc
 int getNaturaDocCount()
          Method getNaturaDocCount
 java.lang.String[] getT001()
          Method getT001
 java.lang.String getT001(int index)
          Method getT001
 int getT001Count()
          Method getT001Count
 SbnRangeDate getT005_Range()
          Method getT005_RangeReturns the value of field 't005_Range'.
 C100 getT100_A()
          Method getT100_AReturns the value of field 't100_A'.
 C100 getT100_Da()
          Method getT100_DaReturns the value of field 't100_Da'.
 C102 getT102()
          Method getT102Returns the value of field 't102'.
 SbnMateriale[] getTipoMateriale()
          Method getTipoMateriale
 SbnMateriale getTipoMateriale(int index)
          Method getTipoMateriale
 int getTipoMaterialeCount()
          Method getTipoMaterialeCount
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 boolean removeGuida(GuidaDoc vGuida)
          Method removeGuida
 boolean removeNaturaDoc(SbnNaturaDocumento vNaturaDoc)
          Method removeNaturaDoc
 boolean removeT001(java.lang.String vT001)
          Method removeT001
 boolean removeTipoMateriale(SbnMateriale vTipoMateriale)
          Method removeTipoMateriale
 void setGuida(GuidaDoc[] guidaArray)
          Method setGuida
 void setGuida(int index, GuidaDoc vGuida)
          Method setGuida
 void setLivelloAut_A(SbnLivello livelloAut_A)
          Method setLivelloAut_ASets the value of field 'livelloAut_A'.
 void setLivelloAut_Da(SbnLivello livelloAut_Da)
          Method setLivelloAut_DaSets the value of field 'livelloAut_Da'.
 void setNaturaDoc(int index, SbnNaturaDocumento vNaturaDoc)
          Method setNaturaDoc
 void setNaturaDoc(SbnNaturaDocumento[] naturaDocArray)
          Method setNaturaDoc
 void setT001(int index, java.lang.String vT001)
          Method setT001
 void setT001(java.lang.String[] t001Array)
          Method setT001
 void setT005_Range(SbnRangeDate t005_Range)
          Method setT005_RangeSets the value of field 't005_Range'.
 void setT100_A(C100 t100_A)
          Method setT100_ASets the value of field 't100_A'.
 void setT100_Da(C100 t100_Da)
          Method setT100_DaSets the value of field 't100_Da'.
 void setT102(C102 t102)
          Method setT102Sets the value of field 't102'.
 void setTipoMateriale(int index, SbnMateriale vTipoMateriale)
          Method setTipoMateriale
 void setTipoMateriale(SbnMateriale[] tipoMaterialeArray)
          Method setTipoMateriale
static EstraeDatiDocType unmarshalEstraeDatiDocType(java.io.Reader reader)
          Method unmarshalEstraeDatiDocType
 void validate()
          Method validate
 
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

EstraeDatiDocType

public EstraeDatiDocType()
Method Detail

addGuida

public void addGuida(GuidaDoc vGuida)
              throws java.lang.IndexOutOfBoundsException
Method addGuida

Parameters:
vGuida -
java.lang.IndexOutOfBoundsException

addGuida

public void addGuida(int index,
                     GuidaDoc vGuida)
              throws java.lang.IndexOutOfBoundsException
Method addGuida

Parameters:
index -
vGuida -
java.lang.IndexOutOfBoundsException

addNaturaDoc

public void addNaturaDoc(SbnNaturaDocumento vNaturaDoc)
                  throws java.lang.IndexOutOfBoundsException
Method addNaturaDoc

Parameters:
vNaturaDoc -
java.lang.IndexOutOfBoundsException

addNaturaDoc

public void addNaturaDoc(int index,
                         SbnNaturaDocumento vNaturaDoc)
                  throws java.lang.IndexOutOfBoundsException
Method addNaturaDoc

Parameters:
index -
vNaturaDoc -
java.lang.IndexOutOfBoundsException

addT001

public void addT001(java.lang.String vT001)
             throws java.lang.IndexOutOfBoundsException
Method addT001

Parameters:
vT001 -
java.lang.IndexOutOfBoundsException

addT001

public void addT001(int index,
                    java.lang.String vT001)
             throws java.lang.IndexOutOfBoundsException
Method addT001

Parameters:
index -
vT001 -
java.lang.IndexOutOfBoundsException

addTipoMateriale

public void addTipoMateriale(SbnMateriale vTipoMateriale)
                      throws java.lang.IndexOutOfBoundsException
Method addTipoMateriale

Parameters:
vTipoMateriale -
java.lang.IndexOutOfBoundsException

addTipoMateriale

public void addTipoMateriale(int index,
                             SbnMateriale vTipoMateriale)
                      throws java.lang.IndexOutOfBoundsException
Method addTipoMateriale

Parameters:
index -
vTipoMateriale -
java.lang.IndexOutOfBoundsException

clearGuida

public void clearGuida()
Method clearGuida


clearNaturaDoc

public void clearNaturaDoc()
Method clearNaturaDoc


clearT001

public void clearT001()
Method clearT001


clearTipoMateriale

public void clearTipoMateriale()
Method clearTipoMateriale


enumerateGuida

public java.util.Enumeration enumerateGuida()
Method enumerateGuida


enumerateNaturaDoc

public java.util.Enumeration enumerateNaturaDoc()
Method enumerateNaturaDoc


enumerateT001

public java.util.Enumeration enumerateT001()
Method enumerateT001


enumerateTipoMateriale

public java.util.Enumeration enumerateTipoMateriale()
Method enumerateTipoMateriale


equals

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

Overrides:
equals in class sbnmarcBase
Parameters:
obj -

getGuida

public GuidaDoc getGuida(int index)
                  throws java.lang.IndexOutOfBoundsException
Method getGuida

Parameters:
index -
java.lang.IndexOutOfBoundsException

getGuida

public GuidaDoc[] getGuida()
Method getGuida


getGuidaCount

public int getGuidaCount()
Method getGuidaCount


getLivelloAut_A

public SbnLivello getLivelloAut_A()
Method getLivelloAut_AReturns the value of field 'livelloAut_A'.

Returns:
the value of field 'livelloAut_A'.

getLivelloAut_Da

public SbnLivello getLivelloAut_Da()
Method getLivelloAut_DaReturns the value of field 'livelloAut_Da'.

Returns:
the value of field 'livelloAut_Da'.

getNaturaDoc

public SbnNaturaDocumento getNaturaDoc(int index)
                                throws java.lang.IndexOutOfBoundsException
Method getNaturaDoc

Parameters:
index -
java.lang.IndexOutOfBoundsException

getNaturaDoc

public SbnNaturaDocumento[] getNaturaDoc()
Method getNaturaDoc


getNaturaDocCount

public int getNaturaDocCount()
Method getNaturaDocCount


getT001

public java.lang.String getT001(int index)
                         throws java.lang.IndexOutOfBoundsException
Method getT001

Parameters:
index -
java.lang.IndexOutOfBoundsException

getT001

public java.lang.String[] getT001()
Method getT001


getT001Count

public int getT001Count()
Method getT001Count


getT005_Range

public SbnRangeDate getT005_Range()
Method getT005_RangeReturns the value of field 't005_Range'.

Returns:
the value of field 't005_Range'.

getT100_A

public C100 getT100_A()
Method getT100_AReturns the value of field 't100_A'.

Returns:
the value of field 't100_A'.

getT100_Da

public C100 getT100_Da()
Method getT100_DaReturns the value of field 't100_Da'.

Returns:
the value of field 't100_Da'.

getT102

public C102 getT102()
Method getT102Returns the value of field 't102'.

Returns:
the value of field 't102'.

getTipoMateriale

public SbnMateriale getTipoMateriale(int index)
                              throws java.lang.IndexOutOfBoundsException
Method getTipoMateriale

Parameters:
index -
java.lang.IndexOutOfBoundsException

getTipoMateriale

public SbnMateriale[] getTipoMateriale()
Method getTipoMateriale


getTipoMaterialeCount

public int getTipoMaterialeCount()
Method getTipoMaterialeCount


isValid

public boolean isValid()
Method isValid


marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

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

Parameters:
handler -
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

removeGuida

public boolean removeGuida(GuidaDoc vGuida)
Method removeGuida

Parameters:
vGuida -

removeNaturaDoc

public boolean removeNaturaDoc(SbnNaturaDocumento vNaturaDoc)
Method removeNaturaDoc

Parameters:
vNaturaDoc -

removeT001

public boolean removeT001(java.lang.String vT001)
Method removeT001

Parameters:
vT001 -

removeTipoMateriale

public boolean removeTipoMateriale(SbnMateriale vTipoMateriale)
Method removeTipoMateriale

Parameters:
vTipoMateriale -

setGuida

public void setGuida(int index,
                     GuidaDoc vGuida)
              throws java.lang.IndexOutOfBoundsException
Method setGuida

Parameters:
index -
vGuida -
java.lang.IndexOutOfBoundsException

setGuida

public void setGuida(GuidaDoc[] guidaArray)
Method setGuida

Parameters:
guidaArray -

setLivelloAut_A

public void setLivelloAut_A(SbnLivello livelloAut_A)
Method setLivelloAut_ASets the value of field 'livelloAut_A'.

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

setLivelloAut_Da

public void setLivelloAut_Da(SbnLivello livelloAut_Da)
Method setLivelloAut_DaSets the value of field 'livelloAut_Da'.

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

setNaturaDoc

public void setNaturaDoc(int index,
                         SbnNaturaDocumento vNaturaDoc)
                  throws java.lang.IndexOutOfBoundsException
Method setNaturaDoc

Parameters:
index -
vNaturaDoc -
java.lang.IndexOutOfBoundsException

setNaturaDoc

public void setNaturaDoc(SbnNaturaDocumento[] naturaDocArray)
Method setNaturaDoc

Parameters:
naturaDocArray -

setT001

public void setT001(int index,
                    java.lang.String vT001)
             throws java.lang.IndexOutOfBoundsException
Method setT001

Parameters:
index -
vT001 -
java.lang.IndexOutOfBoundsException

setT001

public void setT001(java.lang.String[] t001Array)
Method setT001

Parameters:
t001Array -

setT005_Range

public void setT005_Range(SbnRangeDate t005_Range)
Method setT005_RangeSets the value of field 't005_Range'.

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

setT100_A

public void setT100_A(C100 t100_A)
Method setT100_ASets the value of field 't100_A'.

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

setT100_Da

public void setT100_Da(C100 t100_Da)
Method setT100_DaSets the value of field 't100_Da'.

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

setT102

public void setT102(C102 t102)
Method setT102Sets the value of field 't102'.

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

setTipoMateriale

public void setTipoMateriale(int index,
                             SbnMateriale vTipoMateriale)
                      throws java.lang.IndexOutOfBoundsException
Method setTipoMateriale

Parameters:
index -
vTipoMateriale -
java.lang.IndexOutOfBoundsException

setTipoMateriale

public void setTipoMateriale(SbnMateriale[] tipoMaterialeArray)
Method setTipoMateriale

Parameters:
tipoMaterialeArray -

unmarshalEstraeDatiDocType

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

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

validate

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

org.exolab.castor.xml.ValidationException