sbnmarc
Class SbnOggetto

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

public class SbnOggetto
extends sbnmarcBase
implements java.io.Serializable

Class SbnOggetto.

See Also:
Serialized Form

Constructor Summary
SbnOggetto()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 SbnAuthority getTipoAuthority()
          Method getTipoAuthorityReturns the value of field 'tipoAuthority'.
 SbnMateriale getTipoMateriale()
          Method getTipoMaterialeReturns the value of field 'tipoMateriale'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setTipoAuthority(SbnAuthority tipoAuthority)
          Method setTipoAuthoritySets the value of field 'tipoAuthority'.
 void setTipoMateriale(SbnMateriale tipoMateriale)
          Method setTipoMaterialeSets the value of field 'tipoMateriale'.
static SbnOggetto unmarshalSbnOggetto(java.io.Reader reader)
          Method unmarshalSbnOggetto
 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

SbnOggetto

public SbnOggetto()
Method Detail

equals

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

Overrides:
equals in class sbnmarcBase
Parameters:
obj -

getTipoAuthority

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

Returns:
the value of field 'tipoAuthority'.

getTipoMateriale

public SbnMateriale getTipoMateriale()
Method getTipoMaterialeReturns the value of field 'tipoMateriale'.

Returns:
the value of field 'tipoMateriale'.

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

setTipoAuthority

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

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

setTipoMateriale

public void setTipoMateriale(SbnMateriale tipoMateriale)
Method setTipoMaterialeSets the value of field 'tipoMateriale'.

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

unmarshalSbnOggetto

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

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