sbnmarc
Class AllineatiType

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

public class AllineatiType
extends sbnmarcBase
implements java.io.Serializable

per comunicare l'avvenuto allineamento e spegnere il flag relativo

See Also:
Serialized Form

Constructor Summary
AllineatiType()
           
 
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
 java.lang.String getIdAllineato()
          Method getIdAllineatoReturns the value of field 'idAllineato'.
 SbnOggetto getTipoOggetto()
          Method getTipoOggettoReturns the value of field 'tipoOggetto'.
 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 setIdAllineato(java.lang.String idAllineato)
          Method setIdAllineatoSets the value of field 'idAllineato'.
 void setTipoOggetto(SbnOggetto tipoOggetto)
          Method setTipoOggettoSets the value of field 'tipoOggetto'.
static AllineatiType unmarshalAllineatiType(java.io.Reader reader)
          Method unmarshalAllineatiType
 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

AllineatiType

public AllineatiType()
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


getIdAllineato

public java.lang.String getIdAllineato()
Method getIdAllineatoReturns the value of field 'idAllineato'. The field 'idAllineato' has the following description: identificativo dell'oggetto allineato

Returns:
the value of field 'idAllineato'.

getTipoOggetto

public SbnOggetto getTipoOggetto()
Method getTipoOggettoReturns the value of field 'tipoOggetto'. The field 'tipoOggetto' has the following description: elemento per specificare i tipi oggetto (tipi materiale o tipi authority allineati.

Returns:
the value of field 'tipoOggetto'.

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 -

setIdAllineato

public void setIdAllineato(java.lang.String idAllineato)
Method setIdAllineatoSets the value of field 'idAllineato'. The field 'idAllineato' has the following description: identificativo dell'oggetto allineato

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

setTipoOggetto

public void setTipoOggetto(SbnOggetto tipoOggetto)
Method setTipoOggettoSets the value of field 'tipoOggetto'. The field 'tipoOggetto' has the following description: elemento per specificare i tipi oggetto (tipi materiale o tipi authority allineati.

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

unmarshalAllineatiType

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

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