|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--sbnmarcBase.sbnmarcBase
|
+--sbnmarc.CercaDatiAutType
|
+--sbnmarc.CercaSoggettoDescrittoreClassiReperType
Canali e filtri specifici per tipi authority semantici: soggetto,descrittore,classi, repertori
| Constructor Summary | |
CercaSoggettoDescrittoreClassiReperType()
|
|
| Method Summary | |
void |
addParoleAut(int index,
java.lang.String vParoleAut)
Method addParoleAut |
void |
addParoleAut(java.lang.String vParoleAut)
Method addParoleAut |
void |
clearParoleAut()
Method clearParoleAut |
java.util.Enumeration |
enumerateParoleAut()
Method enumerateParoleAut |
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
TipoRepertorio |
getB_930()
Method getB_930Returns the value of field 'b_930'. |
java.lang.String |
getC2_250()
Method getC2_250Returns the value of field 'c2_250'. |
java.lang.String[] |
getParoleAut()
Method getParoleAut |
java.lang.String |
getParoleAut(int index)
Method getParoleAut |
int |
getParoleAutCount()
Method getParoleAutCount |
java.lang.String |
getSistemaClassificazione()
Method getSistemaClassificazioneReturns the value of field 'sistemaClassificazione'. |
SbnEdizioneDewey |
getV_676()
Method getV_676Returns the value of field 'v_676'. |
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 |
void |
setB_930(TipoRepertorio b_930)
Method setB_930Sets the value of field 'b_930'. |
void |
setC2_250(java.lang.String c2_250)
Method setC2_250Sets the value of field 'c2_250'. |
void |
setParoleAut(int index,
java.lang.String vParoleAut)
Method setParoleAut |
void |
setParoleAut(java.lang.String[] paroleAutArray)
Method setParoleAut |
void |
setSistemaClassificazione(java.lang.String sistemaClassificazione)
Method setSistemaClassificazioneSets the value of field 'sistemaClassificazione'. |
void |
setV_676(SbnEdizioneDewey v_676)
Method setV_676Sets the value of field 'v_676'. |
static CercaSoggettoDescrittoreClassiReperType |
unmarshalCercaSoggettoDescrittoreClassiReperType(java.io.Reader reader)
Method unmarshalCercaSoggettoDescrittoreClassiReperType |
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, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public CercaSoggettoDescrittoreClassiReperType()
| 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.IndexOutOfBoundsExceptionpublic void clearParoleAut()
public java.util.Enumeration enumerateParoleAut()
public boolean equals(java.lang.Object obj)
equals in class CercaDatiAutTypeobj - public TipoRepertorio getB_930()
public java.lang.String getC2_250()
public java.lang.String getParoleAut(int index)
throws java.lang.IndexOutOfBoundsException
index -
java.lang.IndexOutOfBoundsExceptionpublic java.lang.String[] getParoleAut()
public int getParoleAutCount()
public java.lang.String getSistemaClassificazione()
public SbnEdizioneDewey getV_676()
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 CercaDatiAutTypeout -
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 CercaDatiAutTypehandler -
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationExceptionpublic boolean removeParoleAut(java.lang.String vParoleAut)
vParoleAut - public void setB_930(TipoRepertorio b_930)
b_930 - the value of field 'b_930'.public void setC2_250(java.lang.String c2_250)
c2_250 - the value of field 'c2_250'.
public void setParoleAut(int index,
java.lang.String vParoleAut)
throws java.lang.IndexOutOfBoundsException
index - vParoleAut -
java.lang.IndexOutOfBoundsExceptionpublic void setParoleAut(java.lang.String[] paroleAutArray)
paroleAutArray - public void setSistemaClassificazione(java.lang.String sistemaClassificazione)
sistemaClassificazione - the value of field
'sistemaClassificazione'.public void setV_676(SbnEdizioneDewey v_676)
v_676 - the value of field 'v_676'.
public static CercaSoggettoDescrittoreClassiReperType unmarshalCercaSoggettoDescrittoreClassiReperType(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 CercaDatiAutTypeorg.exolab.castor.xml.ValidationException
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||