|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--sbnmarcBase.sbnmarcBase | +--sbnmarc.CercaDatiAutType | +--sbnmarc.CercaAutoreType
Canali e filtri specifici per tipo authority Autore. Il relator code e tipo responsabilita' vengono applicati come filtro sul legame tit-aut
Constructor Summary | |
CercaAutoreType()
|
Method Summary | |
void |
addParoleAut(int index,
java.lang.String vParoleAut)
Method addParoleAut |
void |
addParoleAut(java.lang.String vParoleAut)
Method addParoleAut |
void |
addTipoNome(int index,
SbnTipoNomeAutore vTipoNome)
Method addTipoNome |
void |
addTipoNome(SbnTipoNomeAutore vTipoNome)
Method addTipoNome |
void |
clearParoleAut()
Method clearParoleAut |
void |
clearTipoNome()
Method clearTipoNome |
java.util.Enumeration |
enumerateParoleAut()
Method enumerateParoleAut |
java.util.Enumeration |
enumerateTipoNome()
Method enumerateTipoNome |
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
ChiaviAutoreCercaType |
getChiaviAutoreCerca()
Method getChiaviAutoreCercaReturns the value of field 'chiaviAutoreCerca'. |
java.lang.String |
getDataFine_A()
Method getDataFine_AReturns the value of field 'dataFine_A'. |
java.lang.String |
getDataFine_Da()
Method getDataFine_DaReturns the value of field 'dataFine_Da'. |
java.lang.String |
getDataInizio_A()
Method getDataInizio_AReturns the value of field 'dataInizio_A'. |
java.lang.String |
getDataInizio_Da()
Method getDataInizio_DaReturns the value of field 'dataInizio_Da'. |
java.lang.String[] |
getParoleAut()
Method getParoleAut |
java.lang.String |
getParoleAut(int index)
Method getParoleAut |
int |
getParoleAutCount()
Method getParoleAutCount |
C102 |
getT102()
Method getT102Returns the value of field 't102'. |
SbnTipoNomeAutore[] |
getTipoNome()
Method getTipoNome |
SbnTipoNomeAutore |
getTipoNome(int index)
Method getTipoNome |
int |
getTipoNomeCount()
Method getTipoNomeCount |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
boolean |
removeParoleAut(java.lang.String vParoleAut)
Method removeParoleAut |
boolean |
removeTipoNome(SbnTipoNomeAutore vTipoNome)
Method removeTipoNome |
void |
setChiaviAutoreCerca(ChiaviAutoreCercaType chiaviAutoreCerca)
Method setChiaviAutoreCercaSets the value of field 'chiaviAutoreCerca'. |
void |
setDataFine_A(java.lang.String dataFine_A)
Method setDataFine_ASets the value of field 'dataFine_A'. |
void |
setDataFine_Da(java.lang.String dataFine_Da)
Method setDataFine_DaSets the value of field 'dataFine_Da'. |
void |
setDataInizio_A(java.lang.String dataInizio_A)
Method setDataInizio_ASets the value of field 'dataInizio_A'. |
void |
setDataInizio_Da(java.lang.String dataInizio_Da)
Method setDataInizio_DaSets the value of field 'dataInizio_Da'. |
void |
setParoleAut(int index,
java.lang.String vParoleAut)
Method setParoleAut |
void |
setParoleAut(java.lang.String[] paroleAutArray)
Method setParoleAut |
void |
setT102(C102 t102)
Method setT102Sets the value of field 't102'. |
void |
setTipoNome(int index,
SbnTipoNomeAutore vTipoNome)
Method setTipoNome |
void |
setTipoNome(SbnTipoNomeAutore[] tipoNomeArray)
Method setTipoNome |
static CercaAutoreType |
unmarshalCercaAutoreType(java.io.Reader reader)
Method unmarshalCercaAutoreType |
void |
validate()
Method validate |
Methods inherited from class sbnmarc.CercaDatiAutType |
getCanaliCercaDatiAut, getFormaNome, getLivelloAut_A, getLivelloAut_Da, getRelatorCode, getT005_Range, getTipoAuthority, setCanaliCercaDatiAut, setFormaNome, setLivelloAut_A, setLivelloAut_Da, setRelatorCode, setT005_Range, setTipoAuthority, unmarshalCercaDatiAutType |
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 CercaAutoreType()
Method Detail |
public void addParoleAut(java.lang.String vParoleAut) throws java.lang.IndexOutOfBoundsException
vParoleAut
-
java.lang.IndexOutOfBoundsException
public void addParoleAut(int index, java.lang.String vParoleAut) throws java.lang.IndexOutOfBoundsException
index
- vParoleAut
-
java.lang.IndexOutOfBoundsException
public void addTipoNome(SbnTipoNomeAutore vTipoNome) throws java.lang.IndexOutOfBoundsException
vTipoNome
-
java.lang.IndexOutOfBoundsException
public void addTipoNome(int index, SbnTipoNomeAutore vTipoNome) throws java.lang.IndexOutOfBoundsException
index
- vTipoNome
-
java.lang.IndexOutOfBoundsException
public void clearParoleAut()
public void clearTipoNome()
public java.util.Enumeration enumerateParoleAut()
public java.util.Enumeration enumerateTipoNome()
public boolean equals(java.lang.Object obj)
equals
in class CercaDatiAutType
obj
- public ChiaviAutoreCercaType getChiaviAutoreCerca()
public java.lang.String getDataFine_A()
public java.lang.String getDataFine_Da()
public java.lang.String getDataInizio_A()
public java.lang.String getDataInizio_Da()
public java.lang.String getParoleAut(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
public java.lang.String[] getParoleAut()
public int getParoleAutCount()
public C102 getT102()
public SbnTipoNomeAutore getTipoNome(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
public SbnTipoNomeAutore[] getTipoNome()
public int getTipoNomeCount()
public boolean isValid()
isValid
in class CercaDatiAutType
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
marshal
in class CercaDatiAutType
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
marshal
in class CercaDatiAutType
handler
-
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public boolean removeParoleAut(java.lang.String vParoleAut)
vParoleAut
- public boolean removeTipoNome(SbnTipoNomeAutore vTipoNome)
vTipoNome
- public void setChiaviAutoreCerca(ChiaviAutoreCercaType chiaviAutoreCerca)
chiaviAutoreCerca
- the value of field
'chiaviAutoreCerca'.public void setDataFine_A(java.lang.String dataFine_A)
dataFine_A
- the value of field 'dataFine_A'.public void setDataFine_Da(java.lang.String dataFine_Da)
dataFine_Da
- the value of field 'dataFine_Da'.public void setDataInizio_A(java.lang.String dataInizio_A)
dataInizio_A
- the value of field 'dataInizio_A'.public void setDataInizio_Da(java.lang.String dataInizio_Da)
dataInizio_Da
- the value of field 'dataInizio_Da'.public void setParoleAut(int index, java.lang.String vParoleAut) throws java.lang.IndexOutOfBoundsException
index
- vParoleAut
-
java.lang.IndexOutOfBoundsException
public void setParoleAut(java.lang.String[] paroleAutArray)
paroleAutArray
- public void setT102(C102 t102)
t102
- the value of field 't102'.public void setTipoNome(int index, SbnTipoNomeAutore vTipoNome) throws java.lang.IndexOutOfBoundsException
index
- vTipoNome
-
java.lang.IndexOutOfBoundsException
public void setTipoNome(SbnTipoNomeAutore[] tipoNomeArray)
tipoNomeArray
- public static CercaAutoreType unmarshalCercaAutoreType(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
validate
in class CercaDatiAutType
org.exolab.castor.xml.ValidationException
|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |