|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--sbnmarcBase.sbnmarcBase | +--sbnmarc.ChiediAllineaType
per richiesta di allineamento. Attributi: tipoOutput=tipo di formato di output richiesto: tipo di sintetica o analitico tipoInfo=solo per allineamento documenti, per selezionare i doc. localizzati per gestione o per possesso
Constructor Summary | |
ChiediAllineaType()
|
Method Summary | |
void |
addBiblioteca(int index,
java.lang.String vBiblioteca)
Method addBiblioteca |
void |
addBiblioteca(java.lang.String vBiblioteca)
Method addBiblioteca |
void |
clearBiblioteca()
Method clearBiblioteca |
java.util.Enumeration |
enumerateBiblioteca()
Method enumerateBiblioteca |
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
java.lang.String[] |
getBiblioteca()
Method getBiblioteca |
java.lang.String |
getBiblioteca(int index)
Method getBiblioteca |
int |
getBibliotecaCount()
Method getBibliotecaCount |
org.exolab.castor.types.Date |
getDataFine()
Method getDataFineReturns the value of field 'dataFine'. |
org.exolab.castor.types.Date |
getDataInizio()
Method getDataInizioReturns the value of field 'dataInizio'. |
FiltraAllineaTitType |
getFiltraAllineaTit()
Method getFiltraAllineaTitReturns the value of field 'filtraAllineaTit'. |
SbnTipoLocalizza |
getTipoInfo()
Method getTipoInfoReturns the value of field 'tipoInfo'. |
SbnOggetto |
getTipoOggetto()
Method getTipoOggettoReturns the value of field 'tipoOggetto'. |
SbnTipoOutput |
getTipoOutput()
Method getTipoOutputReturns the value of field 'tipoOutput'. |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
boolean |
removeBiblioteca(java.lang.String vBiblioteca)
Method removeBiblioteca |
void |
setBiblioteca(int index,
java.lang.String vBiblioteca)
Method setBiblioteca |
void |
setBiblioteca(java.lang.String[] bibliotecaArray)
Method setBiblioteca |
void |
setDataFine(org.exolab.castor.types.Date dataFine)
Method setDataFineSets the value of field 'dataFine'. |
void |
setDataInizio(org.exolab.castor.types.Date dataInizio)
Method setDataInizioSets the value of field 'dataInizio'. |
void |
setFiltraAllineaTit(FiltraAllineaTitType filtraAllineaTit)
Method setFiltraAllineaTitSets the value of field 'filtraAllineaTit'. |
void |
setTipoInfo(SbnTipoLocalizza tipoInfo)
Method setTipoInfoSets the value of field 'tipoInfo'. |
void |
setTipoOggetto(SbnOggetto tipoOggetto)
Method setTipoOggettoSets the value of field 'tipoOggetto'. |
void |
setTipoOutput(SbnTipoOutput tipoOutput)
Method setTipoOutputSets the value of field 'tipoOutput'. |
static ChiediAllineaType |
unmarshalChiediAllineaType(java.io.Reader reader)
Method unmarshalChiediAllineaType |
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 ChiediAllineaType()
Method Detail |
public void addBiblioteca(java.lang.String vBiblioteca) throws java.lang.IndexOutOfBoundsException
vBiblioteca
-
java.lang.IndexOutOfBoundsException
public void addBiblioteca(int index, java.lang.String vBiblioteca) throws java.lang.IndexOutOfBoundsException
index
- vBiblioteca
-
java.lang.IndexOutOfBoundsException
public void clearBiblioteca()
public java.util.Enumeration enumerateBiblioteca()
public boolean equals(java.lang.Object obj)
equals
in class sbnmarcBase
obj
- public java.lang.String getBiblioteca(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
public java.lang.String[] getBiblioteca()
public int getBibliotecaCount()
public org.exolab.castor.types.Date getDataFine()
public org.exolab.castor.types.Date getDataInizio()
public FiltraAllineaTitType getFiltraAllineaTit()
public SbnTipoLocalizza getTipoInfo()
public SbnOggetto getTipoOggetto()
public SbnTipoOutput getTipoOutput()
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.ValidationException
public boolean removeBiblioteca(java.lang.String vBiblioteca)
vBiblioteca
- public void setBiblioteca(int index, java.lang.String vBiblioteca) throws java.lang.IndexOutOfBoundsException
index
- vBiblioteca
-
java.lang.IndexOutOfBoundsException
public void setBiblioteca(java.lang.String[] bibliotecaArray)
bibliotecaArray
- public void setDataFine(org.exolab.castor.types.Date dataFine)
dataFine
- the value of field 'dataFine'.public void setDataInizio(org.exolab.castor.types.Date dataInizio)
dataInizio
- the value of field 'dataInizio'.public void setFiltraAllineaTit(FiltraAllineaTitType filtraAllineaTit)
filtraAllineaTit
- the value of field 'filtraAllineaTit'public void setTipoInfo(SbnTipoLocalizza tipoInfo)
tipoInfo
- the value of field 'tipoInfo'.public void setTipoOggetto(SbnOggetto tipoOggetto)
tipoOggetto
- the value of field 'tipoOggetto'.public void setTipoOutput(SbnTipoOutput tipoOutput)
tipoOutput
- the value of field 'tipoOutput'.public static ChiediAllineaType unmarshalChiediAllineaType(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 |