sbnmarc
Class FondeType

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

public class FondeType
extends sbnmarcBase
implements java.io.Serializable

per fusione o spostamento documenti/titoli

See Also:
Serialized Form

Constructor Summary
FondeType()
           
 
Method Summary
 void addSpostaID(int index, java.lang.String vSpostaID)
           
 void addSpostaID(java.lang.String vSpostaID)
           
 void clearSpostaID()
           
 java.util.Enumeration enumerateSpostaID()
           
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 java.lang.String getIdArrivo()
          Returns the value of field 'idArrivo'.
 java.lang.String getIdPartenza()
          Returns the value of field 'idPartenza'.
 java.lang.String[] getSpostaID()
           
 java.lang.String getSpostaID(int index)
           
 int getSpostaIDCount()
           
 SbnOggetto getTipoOggetto()
          Returns the value of field 'tipoOggetto'.
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler handler)
           
 void marshal(java.io.Writer out)
           
 boolean removeSpostaID(java.lang.String vSpostaID)
           
 void setIdArrivo(java.lang.String idArrivo)
          Sets the value of field 'idArrivo'.
 void setIdPartenza(java.lang.String idPartenza)
          Sets the value of field 'idPartenza'.
 void setSpostaID(int index, java.lang.String vSpostaID)
           
 void setSpostaID(java.lang.String[] spostaIDArray)
           
 void setTipoOggetto(SbnOggetto tipoOggetto)
          Sets the value of field 'tipoOggetto'.
static FondeType unmarshalFondeType(java.io.Reader reader)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FondeType

public FondeType()
Method Detail

addSpostaID

public void addSpostaID(java.lang.String vSpostaID)
                 throws java.lang.IndexOutOfBoundsException
Parameters:
vSpostaID -  

addSpostaID

public void addSpostaID(int index,
                        java.lang.String vSpostaID)
                 throws java.lang.IndexOutOfBoundsException
Parameters:
index -  
vSpostaID -  

clearSpostaID

public void clearSpostaID()

enumerateSpostaID

public java.util.Enumeration enumerateSpostaID()

equals

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

getIdArrivo

public java.lang.String getIdArrivo()
Returns the value of field 'idArrivo'.
Returns:
the value of field 'idArrivo'.

getIdPartenza

public java.lang.String getIdPartenza()
Returns the value of field 'idPartenza'.
Returns:
the value of field 'idPartenza'.

getSpostaID

public java.lang.String getSpostaID(int index)
                             throws java.lang.IndexOutOfBoundsException
Parameters:
index -  

getSpostaID

public java.lang.String[] getSpostaID()

getSpostaIDCount

public int getSpostaIDCount()

getTipoOggetto

public SbnOggetto getTipoOggetto()
Returns the value of field 'tipoOggetto'.
Returns:
the value of field 'tipoOggetto'.

isValid

public boolean isValid()

marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
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
Parameters:
handler -  

removeSpostaID

public boolean removeSpostaID(java.lang.String vSpostaID)
Parameters:
vSpostaID -  

setIdArrivo

public void setIdArrivo(java.lang.String idArrivo)
Sets the value of field 'idArrivo'.
Parameters:
idArrivo - the value of field 'idArrivo'.

setIdPartenza

public void setIdPartenza(java.lang.String idPartenza)
Sets the value of field 'idPartenza'.
Parameters:
idPartenza - the value of field 'idPartenza'.

setSpostaID

public void setSpostaID(int index,
                        java.lang.String vSpostaID)
                 throws java.lang.IndexOutOfBoundsException
Parameters:
index -  
vSpostaID -  

setSpostaID

public void setSpostaID(java.lang.String[] spostaIDArray)
Parameters:
spostaIDArray -  

setTipoOggetto

public void setTipoOggetto(SbnOggetto tipoOggetto)
Sets the value of field 'tipoOggetto'.
Parameters:
tipoOggetto - the value of field 'tipoOggetto'.

unmarshalFondeType

public static FondeType unmarshalFondeType(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