sbnmarc
Class DatiElementoType

java.lang.Object
  |
  +--sbnmarcBase.sbnmarcBase
        |
        +--sbnmarc.DatiElementoType
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AutorePersonaleType, ClasseType, DescrittoreType, EnteType, LuogoType, MarcaType, RepertorioType, SoggettoType, TitoloUniformeMusicaType, TitoloUniformeType

public class DatiElementoType
extends sbnmarcBase
implements java.io.Serializable

parte comune a tutti gli authority Attributi: tipoAuthority=codice di tipo authority livelloAut=livello di aut. Sbn formaNome=Accettata/rinvio statoRecord=da impostare nel servizio di modifica per correggere la parte dati

See Also:
Serialized Form

Constructor Summary
DatiElementoType()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 SbnFormaNome getFormaNome()
          Method getFormaNomeReturns the value of field 'formaNome'.
 SbnLivello getLivelloAut()
          Method getLivelloAutReturns the value of field 'livelloAut'.
 StatoRecord getStatoRecord()
          Method getStatoRecordReturns the value of field 'statoRecord'.
 java.lang.String getT001()
          Method getT001Returns the value of field 't001'.
 java.lang.String getT005()
          Method getT005Returns the value of field 't005'.
 A100 getT100()
          Method getT100Returns the value of field 't100'.
 SbnAuthority getTipoAuthority()
          Method getTipoAuthorityReturns the value of field 'tipoAuthority'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setFormaNome(SbnFormaNome formaNome)
          Method setFormaNomeSets the value of field 'formaNome'.
 void setLivelloAut(SbnLivello livelloAut)
          Method setLivelloAutSets the value of field 'livelloAut'.
 void setStatoRecord(StatoRecord statoRecord)
          Method setStatoRecordSets the value of field 'statoRecord'.
 void setT001(java.lang.String t001)
          Method setT001Sets the value of field 't001'.
 void setT005(java.lang.String t005)
          Method setT005Sets the value of field 't005'.
 void setT100(A100 t100)
          Method setT100Sets the value of field 't100'.
 void setTipoAuthority(SbnAuthority tipoAuthority)
          Method setTipoAuthoritySets the value of field 'tipoAuthority'.
static DatiElementoType unmarshalDatiElementoType(java.io.Reader reader)
          Method unmarshalDatiElementoType
 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

DatiElementoType

public DatiElementoType()
Method Detail

equals

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

Overrides:
equals in class sbnmarcBase
Parameters:
obj -

getFormaNome

public SbnFormaNome getFormaNome()
Method getFormaNomeReturns the value of field 'formaNome'.

Returns:
the value of field 'formaNome'.

getLivelloAut

public SbnLivello getLivelloAut()
Method getLivelloAutReturns the value of field 'livelloAut'.

Returns:
the value of field 'livelloAut'.

getStatoRecord

public StatoRecord getStatoRecord()
Method getStatoRecordReturns the value of field 'statoRecord'.

Returns:
the value of field 'statoRecord'.

getT001

public java.lang.String getT001()
Method getT001Returns the value of field 't001'.

Returns:
the value of field 't001'.

getT005

public java.lang.String getT005()
Method getT005Returns the value of field 't005'.

Returns:
the value of field 't005'.

getT100

public A100 getT100()
Method getT100Returns the value of field 't100'.

Returns:
the value of field 't100'.

getTipoAuthority

public SbnAuthority getTipoAuthority()
Method getTipoAuthorityReturns the value of field 'tipoAuthority'.

Returns:
the value of field 'tipoAuthority'.

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

setFormaNome

public void setFormaNome(SbnFormaNome formaNome)
Method setFormaNomeSets the value of field 'formaNome'.

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

setLivelloAut

public void setLivelloAut(SbnLivello livelloAut)
Method setLivelloAutSets the value of field 'livelloAut'.

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

setStatoRecord

public void setStatoRecord(StatoRecord statoRecord)
Method setStatoRecordSets the value of field 'statoRecord'.

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

setT001

public void setT001(java.lang.String t001)
Method setT001Sets the value of field 't001'.

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

setT005

public void setT005(java.lang.String t005)
Method setT005Sets the value of field 't005'.

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

setT100

public void setT100(A100 t100)
Method setT100Sets the value of field 't100'.

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

setTipoAuthority

public void setTipoAuthority(SbnAuthority tipoAuthority)
Method setTipoAuthoritySets the value of field 'tipoAuthority'.

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

unmarshalDatiElementoType

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

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