sbnmarc
Class SoggettoType

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

public class SoggettoType
extends DatiElementoType
implements java.io.Serializable

Soggetto

See Also:
Serialized Form

Constructor Summary
SoggettoType()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 A250 getT250()
          Method getT250Returns the value of field 't250'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setT250(A250 t250)
          Method setT250Sets the value of field 't250'.
static SoggettoType unmarshalSoggettoType(java.io.Reader reader)
          Method unmarshalSoggettoType
 void validate()
          Method validate
 
Methods inherited from class sbnmarc.DatiElementoType
getFormaNome, getLivelloAut, getStatoRecord, getT001, getT005, getT100, getTipoAuthority, setFormaNome, setLivelloAut, setStatoRecord, setT001, setT005, setT100, setTipoAuthority, unmarshalDatiElementoType
 
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

SoggettoType

public SoggettoType()
Method Detail

equals

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

Overrides:
equals in class DatiElementoType
Parameters:
obj -

getT250

public A250 getT250()
Method getT250Returns the value of field 't250'.

Returns:
the value of field 't250'.

isValid

public boolean isValid()
Method 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
Method marshal

Overrides:
marshal in class DatiElementoType
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

Overrides:
marshal in class DatiElementoType
Parameters:
handler -
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

setT250

public void setT250(A250 t250)
Method setT250Sets the value of field 't250'.

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

unmarshalSoggettoType

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

Parameters:
reader -
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException

validate

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

Overrides:
validate in class DatiElementoType
org.exolab.castor.xml.ValidationException