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

See Also:
Serialized Form

Constructor Summary
DatiElementoType()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 SbnFormaNome getFormaNome()
          Returns the value of field 'formaNome'.
 SbnLivello getLivelloAut()
          Returns the value of field 'livelloAut'.
 java.lang.String getT001()
          Returns the value of field 't001'.
 java.lang.String getT005()
          Returns the value of field 't005'.
 A100 getT100()
          Returns the value of field 't100'.
 SbnAuthority getTipoAuthority()
          Returns the value of field 'tipoAuthority'.
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setFormaNome(SbnFormaNome formaNome)
          Sets the value of field 'formaNome'.
 void setLivelloAut(SbnLivello livelloAut)
          Sets the value of field 'livelloAut'.
 void setT001(java.lang.String t001)
          Sets the value of field 't001'.
 void setT005(java.lang.String t005)
          Sets the value of field 't005'.
 void setT100(A100 t100)
          Sets the value of field 't100'.
 void setTipoAuthority(SbnAuthority tipoAuthority)
          Sets the value of field 'tipoAuthority'.
static DatiElementoType unmarshalDatiElementoType(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

DatiElementoType

public DatiElementoType()
Method Detail

equals

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

getFormaNome

public SbnFormaNome getFormaNome()
Returns the value of field 'formaNome'.
Returns:
the value of field 'formaNome'.

getLivelloAut

public SbnLivello getLivelloAut()
Returns the value of field 'livelloAut'.
Returns:
the value of field 'livelloAut'.

getT001

public java.lang.String getT001()
Returns the value of field 't001'.
Returns:
the value of field 't001'.

getT005

public java.lang.String getT005()
Returns the value of field 't005'.
Returns:
the value of field 't005'.

getT100

public A100 getT100()
Returns the value of field 't100'.
Returns:
the value of field 't100'.

getTipoAuthority

public SbnAuthority getTipoAuthority()
Returns the value of field 'tipoAuthority'.
Returns:
the value of field 'tipoAuthority'.

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 -  

setFormaNome

public void setFormaNome(SbnFormaNome formaNome)
Sets the value of field 'formaNome'.
Parameters:
formaNome - the value of field 'formaNome'.

setLivelloAut

public void setLivelloAut(SbnLivello livelloAut)
Sets the value of field 'livelloAut'.
Parameters:
livelloAut - the value of field 'livelloAut'.

setT001

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

setT005

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

setT100

public void setT100(A100 t100)
Sets the value of field 't100'.
Parameters:
t100 - the value of field 't100'.

setTipoAuthority

public void setTipoAuthority(SbnAuthority tipoAuthority)
Sets 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
Parameters:
reader -  

validate

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