sbnmarc
Class RepertorioType

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

public class RepertorioType
extends DatiElementoType
implements java.io.Serializable

Anagrafica repertori

See Also:
Serialized Form

Constructor Summary
RepertorioType()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 A930 getT930()
          Returns the value of field 't930'.
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setT930(A930 t930)
          Sets the value of field 't930'.
static RepertorioType unmarshalRepertorioType(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

RepertorioType

public RepertorioType()
Method Detail

equals

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

getT930

public A930 getT930()
Returns the value of field 't930'.
Returns:
the value of field 't930'.

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 -  

setT930

public void setT930(A930 t930)
Sets the value of field 't930'.
Parameters:
t930 - the value of field 't930'.

unmarshalRepertorioType

public static RepertorioType unmarshalRepertorioType(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