|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--sbnmarcBase.sbnmarcBase
|
+--sbnmarc.CercaPropostaType
Ricerca Proposte di correzione
| 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 |
public CercaPropostaType()
| Method Detail |
public void addTipoOggetto(SbnOggetto vTipoOggetto)
throws java.lang.IndexOutOfBoundsException
vTipoOggetto -
java.lang.IndexOutOfBoundsException
public void addTipoOggetto(int index,
SbnOggetto vTipoOggetto)
throws java.lang.IndexOutOfBoundsException
index - vTipoOggetto -
java.lang.IndexOutOfBoundsExceptionpublic void clearTipoOggetto()
public java.util.Enumeration enumerateTipoOggetto()
public boolean equals(java.lang.Object obj)
equals in class sbnmarcBaseobj - public java.lang.String getDestinatarioProposta()
public java.lang.String getIdOggetto()
public java.lang.String getIdProposta()
public java.lang.String getMittenteProposta()
public SbnRangeDate getRangeDate()
public SbnStatoProposta getStatoProposta()
public SbnOggetto getTipoOggetto(int index)
throws java.lang.IndexOutOfBoundsException
index -
java.lang.IndexOutOfBoundsExceptionpublic SbnOggetto[] getTipoOggetto()
public int getTipoOggettoCount()
public boolean isValid()
public void marshal(java.io.Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
out -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(org.xml.sax.ContentHandler handler)
throws java.io.IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
handler -
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationExceptionpublic boolean removeTipoOggetto(SbnOggetto vTipoOggetto)
vTipoOggetto - public void setDestinatarioProposta(java.lang.String destinatarioProposta)
destinatarioProposta - the value of field
'destinatarioProposta'.public void setIdOggetto(java.lang.String idOggetto)
idOggetto - the value of field 'idOggetto'.public void setIdProposta(java.lang.String idProposta)
idProposta - the value of field 'idProposta'.public void setMittenteProposta(java.lang.String mittenteProposta)
mittenteProposta - the value of field 'mittenteProposta'public void setRangeDate(SbnRangeDate rangeDate)
rangeDate - the value of field 'rangeDate'.public void setStatoProposta(SbnStatoProposta statoProposta)
statoProposta - the value of field 'statoProposta'.
public void setTipoOggetto(int index,
SbnOggetto vTipoOggetto)
throws java.lang.IndexOutOfBoundsException
index - vTipoOggetto -
java.lang.IndexOutOfBoundsExceptionpublic void setTipoOggetto(SbnOggetto[] tipoOggettoArray)
tipoOggettoArray -
public static CercaPropostaType unmarshalCercaPropostaType(java.io.Reader reader)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
reader -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||