sbnmarc
Class FiltraAllineaTitType

java.lang.Object
  |
  +--sbnmarcBase.sbnmarcBase
        |
        +--sbnmarc.FiltraAllineaTitType
All Implemented Interfaces:
java.io.Serializable

public class FiltraAllineaTitType
extends sbnmarcBase
implements java.io.Serializable

Strutture di ricerca per filtrare i titoli da allineare

See Also:
Serialized Form

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

FiltraAllineaTitType

public FiltraAllineaTitType()
Method Detail

addGuida

public void addGuida(GuidaDoc vGuida)
              throws java.lang.IndexOutOfBoundsException
Method addGuida

Parameters:
vGuida -
java.lang.IndexOutOfBoundsException

addGuida

public void addGuida(int index,
                     GuidaDoc vGuida)
              throws java.lang.IndexOutOfBoundsException
Method addGuida

Parameters:
index -
vGuida -
java.lang.IndexOutOfBoundsException

addNaturaSbn

public void addNaturaSbn(java.lang.String vNaturaSbn)
                  throws java.lang.IndexOutOfBoundsException
Method addNaturaSbn

Parameters:
vNaturaSbn -
java.lang.IndexOutOfBoundsException

addNaturaSbn

public void addNaturaSbn(int index,
                         java.lang.String vNaturaSbn)
                  throws java.lang.IndexOutOfBoundsException
Method addNaturaSbn

Parameters:
index -
vNaturaSbn -
java.lang.IndexOutOfBoundsException

clearGuida

public void clearGuida()
Method clearGuida


clearNaturaSbn

public void clearNaturaSbn()
Method clearNaturaSbn


enumerateGuida

public java.util.Enumeration enumerateGuida()
Method enumerateGuida


enumerateNaturaSbn

public java.util.Enumeration enumerateNaturaSbn()
Method enumerateNaturaSbn


equals

public boolean equals(java.lang.Object obj)
Note: hashCode() has not been overriden

Overrides:
equals in class sbnmarcBase
Parameters:
obj -

getGuida

public GuidaDoc getGuida(int index)
                  throws java.lang.IndexOutOfBoundsException
Method getGuida

Parameters:
index -
java.lang.IndexOutOfBoundsException

getGuida

public GuidaDoc[] getGuida()
Method getGuida


getGuidaCount

public int getGuidaCount()
Method getGuidaCount


getLivelloAut_A

public SbnLivello getLivelloAut_A()
Method getLivelloAut_AReturns the value of field 'livelloAut_A'. The field 'livelloAut_A' has the following description: estremo superiore di range su livello autorita': si considerano livelli uguali o inferiori. Per ricerca puntuale su un livello deve coincidere con livelloAut_Da

Returns:
the value of field 'livelloAut_A'.

getLivelloAut_Da

public SbnLivello getLivelloAut_Da()
Method getLivelloAut_DaReturns the value of field 'livelloAut_Da'. The field 'livelloAut_Da' has the following description: estremo inferiore di range su livello autorita': si considerano livelli uguali o superiori. Per ricerca puntuale su un livello deve coincidere con livelloAut_A

Returns:
the value of field 'livelloAut_Da'.

getNaturaSbn

public java.lang.String getNaturaSbn(int index)
                              throws java.lang.IndexOutOfBoundsException
Method getNaturaSbn

Parameters:
index -
java.lang.IndexOutOfBoundsException

getNaturaSbn

public java.lang.String[] getNaturaSbn()
Method getNaturaSbn


getNaturaSbnCount

public int getNaturaSbnCount()
Method getNaturaSbnCount


isValid

public boolean isValid()
Method isValid


marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
out -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

marshal

public void marshal(org.xml.sax.ContentHandler handler)
             throws java.io.IOException,
                    org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Method marshal

Parameters:
handler -
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

removeGuida

public boolean removeGuida(GuidaDoc vGuida)
Method removeGuida

Parameters:
vGuida -

removeNaturaSbn

public boolean removeNaturaSbn(java.lang.String vNaturaSbn)
Method removeNaturaSbn

Parameters:
vNaturaSbn -

setGuida

public void setGuida(int index,
                     GuidaDoc vGuida)
              throws java.lang.IndexOutOfBoundsException
Method setGuida

Parameters:
index -
vGuida -
java.lang.IndexOutOfBoundsException

setGuida

public void setGuida(GuidaDoc[] guidaArray)
Method setGuida

Parameters:
guidaArray -

setLivelloAut_A

public void setLivelloAut_A(SbnLivello livelloAut_A)
Method setLivelloAut_ASets the value of field 'livelloAut_A'. The field 'livelloAut_A' has the following description: estremo superiore di range su livello autorita': si considerano livelli uguali o inferiori. Per ricerca puntuale su un livello deve coincidere con livelloAut_Da

Parameters:
livelloAut_A - the value of field 'livelloAut_A'.

setLivelloAut_Da

public void setLivelloAut_Da(SbnLivello livelloAut_Da)
Method setLivelloAut_DaSets the value of field 'livelloAut_Da'. The field 'livelloAut_Da' has the following description: estremo inferiore di range su livello autorita': si considerano livelli uguali o superiori. Per ricerca puntuale su un livello deve coincidere con livelloAut_A

Parameters:
livelloAut_Da - the value of field 'livelloAut_Da'.

setNaturaSbn

public void setNaturaSbn(int index,
                         java.lang.String vNaturaSbn)
                  throws java.lang.IndexOutOfBoundsException
Method setNaturaSbn

Parameters:
index -
vNaturaSbn -
java.lang.IndexOutOfBoundsException

setNaturaSbn

public void setNaturaSbn(java.lang.String[] naturaSbnArray)
Method setNaturaSbn

Parameters:
naturaSbnArray -

unmarshalFiltraAllineaTitType

public static FiltraAllineaTitType unmarshalFiltraAllineaTitType(java.io.Reader reader)
                                                          throws org.exolab.castor.xml.MarshalException,
                                                                 org.exolab.castor.xml.ValidationException
Method unmarshalFiltraAllineaTitType

Parameters:
reader -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

public void validate()
              throws org.exolab.castor.xml.ValidationException
Method validate

org.exolab.castor.xml.ValidationException