sbnmarc
Class CercaPropostaType

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

public class CercaPropostaType
extends sbnmarcBase
implements java.io.Serializable

Ricerca Proposte di correzione

See Also:
Serialized Form

Constructor Summary
CercaPropostaType()
           
 
Method Summary
 void addTipoOggetto(int index, SbnOggetto vTipoOggetto)
          Method addTipoOggetto
 void addTipoOggetto(SbnOggetto vTipoOggetto)
          Method addTipoOggetto
 void clearTipoOggetto()
          Method clearTipoOggetto
 java.util.Enumeration enumerateTipoOggetto()
          Method enumerateTipoOggetto
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 java.lang.String getDestinatarioProposta()
          Method getDestinatarioPropostaReturns the value of field 'destinatarioProposta'.
 java.lang.String getIdOggetto()
          Method getIdOggettoReturns the value of field 'idOggetto'.
 java.lang.String getIdProposta()
          Method getIdPropostaReturns the value of field 'idProposta'.
 java.lang.String getMittenteProposta()
          Method getMittentePropostaReturns the value of field 'mittenteProposta'.
 SbnRangeDate getRangeDate()
          Method getRangeDateReturns the value of field 'rangeDate'.
 SbnStatoProposta getStatoProposta()
          Method getStatoPropostaReturns the value of field 'statoProposta'.
 SbnOggetto[] getTipoOggetto()
          Method getTipoOggetto
 SbnOggetto getTipoOggetto(int index)
          Method getTipoOggetto
 int getTipoOggettoCount()
          Method getTipoOggettoCount
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 boolean removeTipoOggetto(SbnOggetto vTipoOggetto)
          Method removeTipoOggetto
 void setDestinatarioProposta(java.lang.String destinatarioProposta)
          Method setDestinatarioPropostaSets the value of field 'destinatarioProposta'.
 void setIdOggetto(java.lang.String idOggetto)
          Method setIdOggettoSets the value of field 'idOggetto'.
 void setIdProposta(java.lang.String idProposta)
          Method setIdPropostaSets the value of field 'idProposta'.
 void setMittenteProposta(java.lang.String mittenteProposta)
          Method setMittentePropostaSets the value of field 'mittenteProposta'.
 void setRangeDate(SbnRangeDate rangeDate)
          Method setRangeDateSets the value of field 'rangeDate'.
 void setStatoProposta(SbnStatoProposta statoProposta)
          Method setStatoPropostaSets the value of field 'statoProposta'.
 void setTipoOggetto(int index, SbnOggetto vTipoOggetto)
          Method setTipoOggetto
 void setTipoOggetto(SbnOggetto[] tipoOggettoArray)
          Method setTipoOggetto
static CercaPropostaType unmarshalCercaPropostaType(java.io.Reader reader)
          Method unmarshalCercaPropostaType
 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

CercaPropostaType

public CercaPropostaType()
Method Detail

addTipoOggetto

public void addTipoOggetto(SbnOggetto vTipoOggetto)
                    throws java.lang.IndexOutOfBoundsException
Method addTipoOggetto

Parameters:
vTipoOggetto -
java.lang.IndexOutOfBoundsException

addTipoOggetto

public void addTipoOggetto(int index,
                           SbnOggetto vTipoOggetto)
                    throws java.lang.IndexOutOfBoundsException
Method addTipoOggetto

Parameters:
index -
vTipoOggetto -
java.lang.IndexOutOfBoundsException

clearTipoOggetto

public void clearTipoOggetto()
Method clearTipoOggetto


enumerateTipoOggetto

public java.util.Enumeration enumerateTipoOggetto()
Method enumerateTipoOggetto


equals

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

Overrides:
equals in class sbnmarcBase
Parameters:
obj -

getDestinatarioProposta

public java.lang.String getDestinatarioProposta()
Method getDestinatarioPropostaReturns the value of field 'destinatarioProposta'. The field 'destinatarioProposta' has the following description: polo+biblioteca destinatario della proposta

Returns:
the value of field 'destinatarioProposta'.

getIdOggetto

public java.lang.String getIdOggetto()
Method getIdOggettoReturns the value of field 'idOggetto'.

Returns:
the value of field 'idOggetto'.

getIdProposta

public java.lang.String getIdProposta()
Method getIdPropostaReturns the value of field 'idProposta'.

Returns:
the value of field 'idProposta'.

getMittenteProposta

public java.lang.String getMittenteProposta()
Method getMittentePropostaReturns the value of field 'mittenteProposta'. The field 'mittenteProposta' has the following description: polo+biblioteca che ha inserito

Returns:
the value of field 'mittenteProposta'.

getRangeDate

public SbnRangeDate getRangeDate()
Method getRangeDateReturns the value of field 'rangeDate'. The field 'rangeDate' has the following description: intervallo data di inserimento

Returns:
the value of field 'rangeDate'.

getStatoProposta

public SbnStatoProposta getStatoProposta()
Method getStatoPropostaReturns the value of field 'statoProposta'.

Returns:
the value of field 'statoProposta'.

getTipoOggetto

public SbnOggetto getTipoOggetto(int index)
                          throws java.lang.IndexOutOfBoundsException
Method getTipoOggetto

Parameters:
index -
java.lang.IndexOutOfBoundsException

getTipoOggetto

public SbnOggetto[] getTipoOggetto()
Method getTipoOggetto


getTipoOggettoCount

public int getTipoOggettoCount()
Method getTipoOggettoCount


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

removeTipoOggetto

public boolean removeTipoOggetto(SbnOggetto vTipoOggetto)
Method removeTipoOggetto

Parameters:
vTipoOggetto -

setDestinatarioProposta

public void setDestinatarioProposta(java.lang.String destinatarioProposta)
Method setDestinatarioPropostaSets the value of field 'destinatarioProposta'. The field 'destinatarioProposta' has the following description: polo+biblioteca destinatario della proposta

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

setIdOggetto

public void setIdOggetto(java.lang.String idOggetto)
Method setIdOggettoSets the value of field 'idOggetto'.

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

setIdProposta

public void setIdProposta(java.lang.String idProposta)
Method setIdPropostaSets the value of field 'idProposta'.

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

setMittenteProposta

public void setMittenteProposta(java.lang.String mittenteProposta)
Method setMittentePropostaSets the value of field 'mittenteProposta'. The field 'mittenteProposta' has the following description: polo+biblioteca che ha inserito

Parameters:
mittenteProposta - the value of field 'mittenteProposta'

setRangeDate

public void setRangeDate(SbnRangeDate rangeDate)
Method setRangeDateSets the value of field 'rangeDate'. The field 'rangeDate' has the following description: intervallo data di inserimento

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

setStatoProposta

public void setStatoProposta(SbnStatoProposta statoProposta)
Method setStatoPropostaSets the value of field 'statoProposta'.

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

setTipoOggetto

public void setTipoOggetto(int index,
                           SbnOggetto vTipoOggetto)
                    throws java.lang.IndexOutOfBoundsException
Method setTipoOggetto

Parameters:
index -
vTipoOggetto -
java.lang.IndexOutOfBoundsException

setTipoOggetto

public void setTipoOggetto(SbnOggetto[] tipoOggettoArray)
Method setTipoOggetto

Parameters:
tipoOggettoArray -

unmarshalCercaPropostaType

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

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