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

See Also:
Serialized Form

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

SbnOggetto

public SbnOggetto()
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 -  

getTipoAuthority

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

getTipoMateriale

public SbnMateriale getTipoMateriale()
Returns the value of field 'tipoMateriale'.
Returns:
the value of field 'tipoMateriale'.

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 -  

setTipoAuthority

public void setTipoAuthority(SbnAuthority tipoAuthority)
Sets the value of field 'tipoAuthority'.
Parameters:
tipoAuthority - the value of field 'tipoAuthority'.

setTipoMateriale

public void setTipoMateriale(SbnMateriale tipoMateriale)
Sets 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
Parameters:
reader -  

validate

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