|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--sbnmarcBase.sbnmarcBase | +--sbnmarc.CercaDatiTitType
CERCA TITOLI canali di ricerca: T001 = SbnID, NumSTD = numero standard (il tipo e' facoltativo ??) titoloCerca= stringa o chiavi titolo. i canali possono non essere presente se si usa un canale specifico sul tipo materiale. se la ricerca viene fatta per titoloCerca il risultato puo' comprendere anche elementi di authority di tipo 'titolo uniforme' e 'titolo uniforme musicale' Gli altri elementi sono filtri di ricerca
Constructor Summary | |
CercaDatiTitType()
|
Method Summary | |
void |
addGuida(GuidaDoc vGuida)
|
void |
addGuida(int index,
GuidaDoc vGuida)
|
void |
addNaturaTit(int index,
java.lang.String vNaturaTit)
|
void |
addNaturaTit(java.lang.String vNaturaTit)
|
void |
addTipoMateriale(int index,
SbnMateriale vTipoMateriale)
|
void |
addTipoMateriale(SbnMateriale vTipoMateriale)
|
void |
clearGuida()
|
void |
clearNaturaTit()
|
void |
clearTipoMateriale()
|
java.util.Enumeration |
enumerateGuida()
|
java.util.Enumeration |
enumerateNaturaTit()
|
java.util.Enumeration |
enumerateTipoMateriale()
|
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
CercaDatiTitTypeChoice |
getCercaDatiTitTypeChoice()
Returns the value of field 'cercaDatiTitTypeChoice'. |
ElementoAutLegatoType |
getElementoAutLegato()
Returns the value of field 'elementoAutLegato'. |
GuidaDoc[] |
getGuida()
|
GuidaDoc |
getGuida(int index)
|
int |
getGuidaCount()
|
SbnLivello |
getLivelloAut_A()
Returns the value of field 'livelloAut_A'. |
SbnLivello |
getLivelloAut_Da()
Returns the value of field 'livelloAut_Da'. |
java.lang.String[] |
getNaturaTit()
|
java.lang.String |
getNaturaTit(int index)
|
int |
getNaturaTitCount()
|
SbnRangeDate |
getT005_Range()
Returns the value of field 't005_Range'. |
C100 |
getT100_A()
Returns the value of field 't100_A'. |
C100 |
getT100_Da()
Returns the value of field 't100_Da'. |
C101 |
getT101()
Returns the value of field 't101'. |
C102 |
getT102()
Returns the value of field 't102'. |
C105 |
getT105()
Returns the value of field 't105'. |
SbnMateriale[] |
getTipoMateriale()
|
SbnMateriale |
getTipoMateriale(int index)
|
int |
getTipoMaterialeCount()
|
boolean |
isValid()
|
void |
marshal(org.xml.sax.ContentHandler handler)
|
void |
marshal(java.io.Writer out)
|
boolean |
removeGuida(GuidaDoc vGuida)
|
boolean |
removeNaturaTit(java.lang.String vNaturaTit)
|
boolean |
removeTipoMateriale(SbnMateriale vTipoMateriale)
|
void |
setCercaDatiTitTypeChoice(CercaDatiTitTypeChoice cercaDatiTitTypeChoice)
Sets the value of field 'cercaDatiTitTypeChoice'. |
void |
setElementoAutLegato(ElementoAutLegatoType elementoAutLegato)
Sets the value of field 'elementoAutLegato'. |
void |
setGuida(GuidaDoc[] guidaArray)
|
void |
setGuida(int index,
GuidaDoc vGuida)
|
void |
setLivelloAut_A(SbnLivello livelloAut_A)
Sets the value of field 'livelloAut_A'. |
void |
setLivelloAut_Da(SbnLivello livelloAut_Da)
Sets the value of field 'livelloAut_Da'. |
void |
setNaturaTit(int index,
java.lang.String vNaturaTit)
|
void |
setNaturaTit(java.lang.String[] naturaTitArray)
|
void |
setT005_Range(SbnRangeDate t005_Range)
Sets the value of field 't005_Range'. |
void |
setT100_A(C100 t100_A)
Sets the value of field 't100_A'. |
void |
setT100_Da(C100 t100_Da)
Sets the value of field 't100_Da'. |
void |
setT101(C101 t101)
Sets the value of field 't101'. |
void |
setT102(C102 t102)
Sets the value of field 't102'. |
void |
setT105(C105 t105)
Sets the value of field 't105'. |
void |
setTipoMateriale(int index,
SbnMateriale vTipoMateriale)
|
void |
setTipoMateriale(SbnMateriale[] tipoMaterialeArray)
|
static CercaDatiTitType |
unmarshalCercaDatiTitType(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 |
public CercaDatiTitType()
Method Detail |
public void addGuida(GuidaDoc vGuida) throws java.lang.IndexOutOfBoundsException
vGuida
- public void addGuida(int index, GuidaDoc vGuida) throws java.lang.IndexOutOfBoundsException
index
- vGuida
- public void addNaturaTit(java.lang.String vNaturaTit) throws java.lang.IndexOutOfBoundsException
vNaturaTit
- public void addNaturaTit(int index, java.lang.String vNaturaTit) throws java.lang.IndexOutOfBoundsException
index
- vNaturaTit
- public void addTipoMateriale(SbnMateriale vTipoMateriale) throws java.lang.IndexOutOfBoundsException
vTipoMateriale
- public void addTipoMateriale(int index, SbnMateriale vTipoMateriale) throws java.lang.IndexOutOfBoundsException
index
- vTipoMateriale
- public void clearGuida()
public void clearNaturaTit()
public void clearTipoMateriale()
public java.util.Enumeration enumerateGuida()
public java.util.Enumeration enumerateNaturaTit()
public java.util.Enumeration enumerateTipoMateriale()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- public CercaDatiTitTypeChoice getCercaDatiTitTypeChoice()
public ElementoAutLegatoType getElementoAutLegato()
public GuidaDoc getGuida(int index) throws java.lang.IndexOutOfBoundsException
index
- public GuidaDoc[] getGuida()
public int getGuidaCount()
public SbnLivello getLivelloAut_A()
public SbnLivello getLivelloAut_Da()
public java.lang.String getNaturaTit(int index) throws java.lang.IndexOutOfBoundsException
index
- public java.lang.String[] getNaturaTit()
public int getNaturaTitCount()
public SbnRangeDate getT005_Range()
public C100 getT100_A()
public C100 getT100_Da()
public C101 getT101()
public C102 getT102()
public C105 getT105()
public SbnMateriale getTipoMateriale(int index) throws java.lang.IndexOutOfBoundsException
index
- public SbnMateriale[] getTipoMateriale()
public int getTipoMaterialeCount()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
- public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
- public boolean removeGuida(GuidaDoc vGuida)
vGuida
- public boolean removeNaturaTit(java.lang.String vNaturaTit)
vNaturaTit
- public boolean removeTipoMateriale(SbnMateriale vTipoMateriale)
vTipoMateriale
- public void setCercaDatiTitTypeChoice(CercaDatiTitTypeChoice cercaDatiTitTypeChoice)
cercaDatiTitTypeChoice
- the value of field
'cercaDatiTitTypeChoice'.public void setElementoAutLegato(ElementoAutLegatoType elementoAutLegato)
elementoAutLegato
- the value of field
'elementoAutLegato'.public void setGuida(int index, GuidaDoc vGuida) throws java.lang.IndexOutOfBoundsException
index
- vGuida
- public void setGuida(GuidaDoc[] guidaArray)
guidaArray
- public void setLivelloAut_A(SbnLivello livelloAut_A)
livelloAut_A
- the value of field 'livelloAut_A'.public void setLivelloAut_Da(SbnLivello livelloAut_Da)
livelloAut_Da
- the value of field 'livelloAut_Da'.public void setNaturaTit(int index, java.lang.String vNaturaTit) throws java.lang.IndexOutOfBoundsException
index
- vNaturaTit
- public void setNaturaTit(java.lang.String[] naturaTitArray)
naturaTitArray
- public void setT005_Range(SbnRangeDate t005_Range)
t005_Range
- the value of field 't005_Range'.public void setT100_A(C100 t100_A)
t100_A
- the value of field 't100_A'.public void setT100_Da(C100 t100_Da)
t100_Da
- the value of field 't100_Da'.public void setT101(C101 t101)
t101
- the value of field 't101'.public void setT102(C102 t102)
t102
- the value of field 't102'.public void setT105(C105 t105)
t105
- the value of field 't105'.public void setTipoMateriale(int index, SbnMateriale vTipoMateriale) throws java.lang.IndexOutOfBoundsException
index
- vTipoMateriale
- public void setTipoMateriale(SbnMateriale[] tipoMaterialeArray)
tipoMaterialeArray
- public static CercaDatiTitType unmarshalCercaDatiTitType(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
- public void validate() throws org.exolab.castor.xml.ValidationException
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |