sbnmarc
Class EstraeLocalizzaType

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

public class EstraeLocalizzaType
extends sbnmarcBase
implements java.io.Serializable

Filtri da applicare alle localizzazioni degli oggetti da esportare

See Also:
Serialized Form

Constructor Summary
EstraeLocalizzaType()
           
 
Method Summary
 void addBiblioteca(int index, java.lang.String vBiblioteca)
           
 void addBiblioteca(java.lang.String vBiblioteca)
           
 void clearBiblioteca()
           
 java.util.Enumeration enumerateBiblioteca()
           
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 java.lang.String[] getBiblioteca()
           
 java.lang.String getBiblioteca(int index)
           
 int getBibliotecaCount()
           
 java.lang.String getPolo()
          Returns the value of field 'polo'.
 SbnTipoLocalizza getTipoInfo()
          Returns the value of field 'tipoInfo'.
 SbnOggetto getTipoOggetto()
          Returns the value of field 'tipoOggetto'.
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler handler)
           
 void marshal(java.io.Writer out)
           
 boolean removeBiblioteca(java.lang.String vBiblioteca)
           
 void setBiblioteca(int index, java.lang.String vBiblioteca)
           
 void setBiblioteca(java.lang.String[] bibliotecaArray)
           
 void setPolo(java.lang.String polo)
          Sets the value of field 'polo'.
 void setTipoInfo(SbnTipoLocalizza tipoInfo)
          Sets the value of field 'tipoInfo'.
 void setTipoOggetto(SbnOggetto tipoOggetto)
          Sets the value of field 'tipoOggetto'.
static EstraeLocalizzaType unmarshalEstraeLocalizzaType(java.io.Reader reader)
           
 void validate()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EstraeLocalizzaType

public EstraeLocalizzaType()
Method Detail

addBiblioteca

public void addBiblioteca(java.lang.String vBiblioteca)
                   throws java.lang.IndexOutOfBoundsException
Parameters:
vBiblioteca -  

addBiblioteca

public void addBiblioteca(int index,
                          java.lang.String vBiblioteca)
                   throws java.lang.IndexOutOfBoundsException
Parameters:
index -  
vBiblioteca -  

clearBiblioteca

public void clearBiblioteca()

enumerateBiblioteca

public java.util.Enumeration enumerateBiblioteca()

equals

public boolean equals(java.lang.Object obj)
Note: hashCode() has not been overriden
Overrides:
equals in class java.lang.Object
Parameters:
obj -  

getBiblioteca

public java.lang.String getBiblioteca(int index)
                               throws java.lang.IndexOutOfBoundsException
Parameters:
index -  

getBiblioteca

public java.lang.String[] getBiblioteca()

getBibliotecaCount

public int getBibliotecaCount()

getPolo

public java.lang.String getPolo()
Returns the value of field 'polo'.
Returns:
the value of field 'polo'.

getTipoInfo

public SbnTipoLocalizza getTipoInfo()
Returns the value of field 'tipoInfo'.
Returns:
the value of field 'tipoInfo'.

getTipoOggetto

public SbnOggetto getTipoOggetto()
Returns the value of field 'tipoOggetto'.
Returns:
the value of field 'tipoOggetto'.

isValid

public boolean isValid()

marshal

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

marshal

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

removeBiblioteca

public boolean removeBiblioteca(java.lang.String vBiblioteca)
Parameters:
vBiblioteca -  

setBiblioteca

public void setBiblioteca(int index,
                          java.lang.String vBiblioteca)
                   throws java.lang.IndexOutOfBoundsException
Parameters:
index -  
vBiblioteca -  

setBiblioteca

public void setBiblioteca(java.lang.String[] bibliotecaArray)
Parameters:
bibliotecaArray -  

setPolo

public void setPolo(java.lang.String polo)
Sets the value of field 'polo'.
Parameters:
polo - the value of field 'polo'.

setTipoInfo

public void setTipoInfo(SbnTipoLocalizza tipoInfo)
Sets the value of field 'tipoInfo'.
Parameters:
tipoInfo - the value of field 'tipoInfo'.

setTipoOggetto

public void setTipoOggetto(SbnOggetto tipoOggetto)
Sets the value of field 'tipoOggetto'.
Parameters:
tipoOggetto - the value of field 'tipoOggetto'.

unmarshalEstraeLocalizzaType

public static EstraeLocalizzaType unmarshalEstraeLocalizzaType(java.io.Reader reader)
                                                        throws org.exolab.castor.xml.MarshalException,
                                                               org.exolab.castor.xml.ValidationException
Parameters:
reader -  

validate

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