sbnmarc
Class FiltraLocalizzaType

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

public class FiltraLocalizzaType
extends sbnmarcBase
implements java.io.Serializable

Filtri da applicare alle localizzazioni degli oggetti da esportare

See Also:
Serialized Form

Constructor Summary
FiltraLocalizzaType()
           
 
Method Summary
 void addBiblioteca(int index, java.lang.String vBiblioteca)
          Method addBiblioteca
 void addBiblioteca(java.lang.String vBiblioteca)
          Method addBiblioteca
 void clearBiblioteca()
          Method clearBiblioteca
 java.util.Enumeration enumerateBiblioteca()
          Method enumerateBiblioteca
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 java.lang.String[] getBiblioteca()
          Method getBiblioteca
 java.lang.String getBiblioteca(int index)
          Method getBiblioteca
 int getBibliotecaCount()
          Method getBibliotecaCount
 SbnTipoLocalizza getTipoInfo()
          Method getTipoInfoReturns the value of field 'tipoInfo'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 boolean removeBiblioteca(java.lang.String vBiblioteca)
          Method removeBiblioteca
 void setBiblioteca(int index, java.lang.String vBiblioteca)
          Method setBiblioteca
 void setBiblioteca(java.lang.String[] bibliotecaArray)
          Method setBiblioteca
 void setTipoInfo(SbnTipoLocalizza tipoInfo)
          Method setTipoInfoSets the value of field 'tipoInfo'.
static FiltraLocalizzaType unmarshalFiltraLocalizzaType(java.io.Reader reader)
          Method unmarshalFiltraLocalizzaType
 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

FiltraLocalizzaType

public FiltraLocalizzaType()
Method Detail

addBiblioteca

public void addBiblioteca(java.lang.String vBiblioteca)
                   throws java.lang.IndexOutOfBoundsException
Method addBiblioteca

Parameters:
vBiblioteca -
java.lang.IndexOutOfBoundsException

addBiblioteca

public void addBiblioteca(int index,
                          java.lang.String vBiblioteca)
                   throws java.lang.IndexOutOfBoundsException
Method addBiblioteca

Parameters:
index -
vBiblioteca -
java.lang.IndexOutOfBoundsException

clearBiblioteca

public void clearBiblioteca()
Method clearBiblioteca


enumerateBiblioteca

public java.util.Enumeration enumerateBiblioteca()
Method enumerateBiblioteca


equals

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

Overrides:
equals in class sbnmarcBase
Parameters:
obj -

getBiblioteca

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

Parameters:
index -
java.lang.IndexOutOfBoundsException

getBiblioteca

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


getBibliotecaCount

public int getBibliotecaCount()
Method getBibliotecaCount


getTipoInfo

public SbnTipoLocalizza getTipoInfo()
Method getTipoInfoReturns the value of field 'tipoInfo'.

Returns:
the value of field 'tipoInfo'.

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

removeBiblioteca

public boolean removeBiblioteca(java.lang.String vBiblioteca)
Method removeBiblioteca

Parameters:
vBiblioteca -

setBiblioteca

public void setBiblioteca(int index,
                          java.lang.String vBiblioteca)
                   throws java.lang.IndexOutOfBoundsException
Method setBiblioteca

Parameters:
index -
vBiblioteca -
java.lang.IndexOutOfBoundsException

setBiblioteca

public void setBiblioteca(java.lang.String[] bibliotecaArray)
Method setBiblioteca

Parameters:
bibliotecaArray -

setTipoInfo

public void setTipoInfo(SbnTipoLocalizza tipoInfo)
Method setTipoInfoSets the value of field 'tipoInfo'.

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

unmarshalFiltraLocalizzaType

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

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