|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--sbnmarcBase.sbnmarcBase | +--sbnmarc.FiltraAllineaTitType
Strutture di ricerca per filtrare i titoli da allineare
Constructor Summary | |
FiltraAllineaTitType()
|
Method Summary | |
void |
addGuida(GuidaDoc vGuida)
Method addGuida |
void |
addGuida(int index,
GuidaDoc vGuida)
Method addGuida |
void |
addNaturaSbn(int index,
java.lang.String vNaturaSbn)
Method addNaturaSbn |
void |
addNaturaSbn(java.lang.String vNaturaSbn)
Method addNaturaSbn |
void |
clearGuida()
Method clearGuida |
void |
clearNaturaSbn()
Method clearNaturaSbn |
java.util.Enumeration |
enumerateGuida()
Method enumerateGuida |
java.util.Enumeration |
enumerateNaturaSbn()
Method enumerateNaturaSbn |
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
GuidaDoc[] |
getGuida()
Method getGuida |
GuidaDoc |
getGuida(int index)
Method getGuida |
int |
getGuidaCount()
Method getGuidaCount |
SbnLivello |
getLivelloAut_A()
Method getLivelloAut_AReturns the value of field 'livelloAut_A'. |
SbnLivello |
getLivelloAut_Da()
Method getLivelloAut_DaReturns the value of field 'livelloAut_Da'. |
java.lang.String[] |
getNaturaSbn()
Method getNaturaSbn |
java.lang.String |
getNaturaSbn(int index)
Method getNaturaSbn |
int |
getNaturaSbnCount()
Method getNaturaSbnCount |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
boolean |
removeGuida(GuidaDoc vGuida)
Method removeGuida |
boolean |
removeNaturaSbn(java.lang.String vNaturaSbn)
Method removeNaturaSbn |
void |
setGuida(GuidaDoc[] guidaArray)
Method setGuida |
void |
setGuida(int index,
GuidaDoc vGuida)
Method setGuida |
void |
setLivelloAut_A(SbnLivello livelloAut_A)
Method setLivelloAut_ASets the value of field 'livelloAut_A'. |
void |
setLivelloAut_Da(SbnLivello livelloAut_Da)
Method setLivelloAut_DaSets the value of field 'livelloAut_Da'. |
void |
setNaturaSbn(int index,
java.lang.String vNaturaSbn)
Method setNaturaSbn |
void |
setNaturaSbn(java.lang.String[] naturaSbnArray)
Method setNaturaSbn |
static FiltraAllineaTitType |
unmarshalFiltraAllineaTitType(java.io.Reader reader)
Method unmarshalFiltraAllineaTitType |
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 FiltraAllineaTitType()
Method Detail |
public void addGuida(GuidaDoc vGuida) throws java.lang.IndexOutOfBoundsException
vGuida
-
java.lang.IndexOutOfBoundsException
public void addGuida(int index, GuidaDoc vGuida) throws java.lang.IndexOutOfBoundsException
index
- vGuida
-
java.lang.IndexOutOfBoundsException
public void addNaturaSbn(java.lang.String vNaturaSbn) throws java.lang.IndexOutOfBoundsException
vNaturaSbn
-
java.lang.IndexOutOfBoundsException
public void addNaturaSbn(int index, java.lang.String vNaturaSbn) throws java.lang.IndexOutOfBoundsException
index
- vNaturaSbn
-
java.lang.IndexOutOfBoundsException
public void clearGuida()
public void clearNaturaSbn()
public java.util.Enumeration enumerateGuida()
public java.util.Enumeration enumerateNaturaSbn()
public boolean equals(java.lang.Object obj)
equals
in class sbnmarcBase
obj
- public GuidaDoc getGuida(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
public GuidaDoc[] getGuida()
public int getGuidaCount()
public SbnLivello getLivelloAut_A()
public SbnLivello getLivelloAut_Da()
public java.lang.String getNaturaSbn(int index) throws java.lang.IndexOutOfBoundsException
index
-
java.lang.IndexOutOfBoundsException
public java.lang.String[] getNaturaSbn()
public int getNaturaSbnCount()
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 removeGuida(GuidaDoc vGuida)
vGuida
- public boolean removeNaturaSbn(java.lang.String vNaturaSbn)
vNaturaSbn
- public void setGuida(int index, GuidaDoc vGuida) throws java.lang.IndexOutOfBoundsException
index
- vGuida
-
java.lang.IndexOutOfBoundsException
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 setNaturaSbn(int index, java.lang.String vNaturaSbn) throws java.lang.IndexOutOfBoundsException
index
- vNaturaSbn
-
java.lang.IndexOutOfBoundsException
public void setNaturaSbn(java.lang.String[] naturaSbnArray)
naturaSbnArray
- public static FiltraAllineaTitType unmarshalFiltraAllineaTitType(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 |