sbnmarc
Class ClasseType

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

public class ClasseType
extends DatiElementoType
implements java.io.Serializable

Classificazione

See Also:
Serialized Form

Constructor Summary
ClasseType()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 A676 getT676()
          Returns the value of field 't676'.
 A686 getT686()
          Returns the value of field 't686'.
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setT676(A676 t676)
          Sets the value of field 't676'.
 void setT686(A686 t686)
          Sets the value of field 't686'.
static ClasseType unmarshalClasseType(java.io.Reader reader)
           
 void validate()
           
 
Methods inherited from class sbnmarc.DatiElementoType
getFormaNome, getLivelloAut, getT001, getT005, getT100, getTipoAuthority, setFormaNome, setLivelloAut, setT001, setT005, setT100, setTipoAuthority, unmarshalDatiElementoType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClasseType

public ClasseType()
Method Detail

equals

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

getT676

public A676 getT676()
Returns the value of field 't676'. The field 't676' has the following description: Classificazione dewey
Returns:
the value of field 't676'.

getT686

public A686 getT686()
Returns the value of field 't686'. The field 't686' has the following description: Classificazione diversa da dewey
Returns:
the value of field 't686'.

isValid

public boolean isValid()
Overrides:
isValid in class DatiElementoType

marshal

public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
Overrides:
marshal in class DatiElementoType
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
Overrides:
marshal in class DatiElementoType
Parameters:
handler -  

setT676

public void setT676(A676 t676)
Sets the value of field 't676'. The field 't676' has the following description: Classificazione dewey
Parameters:
t676 - the value of field 't676'.

setT686

public void setT686(A686 t686)
Sets the value of field 't686'. The field 't686' has the following description: Classificazione diversa da dewey
Parameters:
t686 - the value of field 't686'.

unmarshalClasseType

public static ClasseType unmarshalClasseType(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
Overrides:
validate in class DatiElementoType