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)
          Method addSpostaID
 void addSpostaID(java.lang.String vSpostaID)
          Method addSpostaID
 void clearSpostaID()
          Method clearSpostaID
 java.util.Enumeration enumerateSpostaID()
          Method enumerateSpostaID
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 java.lang.String getIdArrivo()
          Method getIdArrivoReturns the value of field 'idArrivo'.
 java.lang.String getIdPartenza()
          Method getIdPartenzaReturns the value of field 'idPartenza'.
 java.lang.String[] getSpostaID()
          Method getSpostaID
 java.lang.String getSpostaID(int index)
          Method getSpostaID
 int getSpostaIDCount()
          Method getSpostaIDCount
 SbnOggetto getTipoOggetto()
          Method getTipoOggettoReturns the value of field 'tipoOggetto'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 boolean removeSpostaID(java.lang.String vSpostaID)
          Method removeSpostaID
 void setIdArrivo(java.lang.String idArrivo)
          Method setIdArrivoSets the value of field 'idArrivo'.
 void setIdPartenza(java.lang.String idPartenza)
          Method setIdPartenzaSets the value of field 'idPartenza'.
 void setSpostaID(int index, java.lang.String vSpostaID)
          Method setSpostaID
 void setSpostaID(java.lang.String[] spostaIDArray)
          Method setSpostaID
 void setTipoOggetto(SbnOggetto tipoOggetto)
          Method setTipoOggettoSets the value of field 'tipoOggetto'.
static FondeType unmarshalFondeType(java.io.Reader reader)
          Method unmarshalFondeType
 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

FondeType

public FondeType()
Method Detail

addSpostaID

public void addSpostaID(java.lang.String vSpostaID)
                 throws java.lang.IndexOutOfBoundsException
Method addSpostaID

Parameters:
vSpostaID -
java.lang.IndexOutOfBoundsException

addSpostaID

public void addSpostaID(int index,
                        java.lang.String vSpostaID)
                 throws java.lang.IndexOutOfBoundsException
Method addSpostaID

Parameters:
index -
vSpostaID -
java.lang.IndexOutOfBoundsException

clearSpostaID

public void clearSpostaID()
Method clearSpostaID


enumerateSpostaID

public java.util.Enumeration enumerateSpostaID()
Method enumerateSpostaID


equals

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

Overrides:
equals in class sbnmarcBase
Parameters:
obj -

getIdArrivo

public java.lang.String getIdArrivo()
Method getIdArrivoReturns the value of field 'idArrivo'.

Returns:
the value of field 'idArrivo'.

getIdPartenza

public java.lang.String getIdPartenza()
Method getIdPartenzaReturns the value of field 'idPartenza'.

Returns:
the value of field 'idPartenza'.

getSpostaID

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

Parameters:
index -
java.lang.IndexOutOfBoundsException

getSpostaID

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


getSpostaIDCount

public int getSpostaIDCount()
Method getSpostaIDCount


getTipoOggetto

public SbnOggetto getTipoOggetto()
Method getTipoOggettoReturns the value of field 'tipoOggetto'.

Returns:
the value of field 'tipoOggetto'.

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

removeSpostaID

public boolean removeSpostaID(java.lang.String vSpostaID)
Method removeSpostaID

Parameters:
vSpostaID -

setIdArrivo

public void setIdArrivo(java.lang.String idArrivo)
Method setIdArrivoSets the value of field 'idArrivo'.

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

setIdPartenza

public void setIdPartenza(java.lang.String idPartenza)
Method setIdPartenzaSets 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
Method setSpostaID

Parameters:
index -
vSpostaID -
java.lang.IndexOutOfBoundsException

setSpostaID

public void setSpostaID(java.lang.String[] spostaIDArray)
Method setSpostaID

Parameters:
spostaIDArray -

setTipoOggetto

public void setTipoOggetto(SbnOggetto tipoOggetto)
Method setTipoOggettoSets 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
Method unmarshalFondeType

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