sbnmarc
Class LegameTitAccessoType

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

public class LegameTitAccessoType
extends sbnmarcBase
implements java.io.Serializable

legami a titoli di accesso. sequenzaMusica e' specifico per i legami con titolo D per materiale musicale manoscritto, contiene indicazioni su volume, fascicolo, pagina, carte

See Also:
Serialized Form

Constructor Summary
LegameTitAccessoType()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 java.lang.String getIdArrivo()
          Method getIdArrivoReturns the value of field 'idArrivo'.
 java.lang.String getNoteLegame()
          Method getNoteLegameReturns the value of field 'noteLegame'.
 java.lang.String getSequenzaMusica()
          Method getSequenzaMusicaReturns the value of field 'sequenzaMusica'.
 SbnSpecLegameDoc getSottoTipoLegame()
          Method getSottoTipoLegameReturns the value of field 'sottoTipoLegame'.
 SbnLegameTitAccesso getTipoLegame()
          Method getTipoLegameReturns the value of field 'tipoLegame'.
 DocumentoType getTitAccessoLegato()
          Method getTitAccessoLegatoReturns the value of field 'titAccessoLegato'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setIdArrivo(java.lang.String idArrivo)
          Method setIdArrivoSets the value of field 'idArrivo'.
 void setNoteLegame(java.lang.String noteLegame)
          Method setNoteLegameSets the value of field 'noteLegame'.
 void setSequenzaMusica(java.lang.String sequenzaMusica)
          Method setSequenzaMusicaSets the value of field 'sequenzaMusica'.
 void setSottoTipoLegame(SbnSpecLegameDoc sottoTipoLegame)
          Method setSottoTipoLegameSets the value of field 'sottoTipoLegame'.
 void setTipoLegame(SbnLegameTitAccesso tipoLegame)
          Method setTipoLegameSets the value of field 'tipoLegame'.
 void setTitAccessoLegato(DocumentoType titAccessoLegato)
          Method setTitAccessoLegatoSets the value of field 'titAccessoLegato'.
static LegameTitAccessoType unmarshalLegameTitAccessoType(java.io.Reader reader)
          Method unmarshalLegameTitAccessoType
 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

LegameTitAccessoType

public LegameTitAccessoType()
Method Detail

equals

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

Overrides:
equals in class sbnmarcBase
Parameters:
obj -

getIdArrivo

public java.lang.String getIdArrivo()
Method getIdArrivoReturns the value of field 'idArrivo'.

Returns:
the value of field 'idArrivo'.

getNoteLegame

public java.lang.String getNoteLegame()
Method getNoteLegameReturns the value of field 'noteLegame'.

Returns:
the value of field 'noteLegame'.

getSequenzaMusica

public java.lang.String getSequenzaMusica()
Method getSequenzaMusicaReturns the value of field 'sequenzaMusica'.

Returns:
the value of field 'sequenzaMusica'.

getSottoTipoLegame

public SbnSpecLegameDoc getSottoTipoLegame()
Method getSottoTipoLegameReturns the value of field 'sottoTipoLegame'.

Returns:
the value of field 'sottoTipoLegame'.

getTipoLegame

public SbnLegameTitAccesso getTipoLegame()
Method getTipoLegameReturns the value of field 'tipoLegame'.

Returns:
the value of field 'tipoLegame'.

getTitAccessoLegato

public DocumentoType getTitAccessoLegato()
Method getTitAccessoLegatoReturns the value of field 'titAccessoLegato'.

Returns:
the value of field 'titAccessoLegato'.

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

setIdArrivo

public void setIdArrivo(java.lang.String idArrivo)
Method setIdArrivoSets the value of field 'idArrivo'.

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

setNoteLegame

public void setNoteLegame(java.lang.String noteLegame)
Method setNoteLegameSets the value of field 'noteLegame'.

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

setSequenzaMusica

public void setSequenzaMusica(java.lang.String sequenzaMusica)
Method setSequenzaMusicaSets the value of field 'sequenzaMusica'.

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

setSottoTipoLegame

public void setSottoTipoLegame(SbnSpecLegameDoc sottoTipoLegame)
Method setSottoTipoLegameSets the value of field 'sottoTipoLegame'.

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

setTipoLegame

public void setTipoLegame(SbnLegameTitAccesso tipoLegame)
Method setTipoLegameSets the value of field 'tipoLegame'.

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

setTitAccessoLegato

public void setTitAccessoLegato(DocumentoType titAccessoLegato)
Method setTitAccessoLegatoSets the value of field 'titAccessoLegato'.

Parameters:
titAccessoLegato - the value of field 'titAccessoLegato'

unmarshalLegameTitAccessoType

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

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