sbnmarc
Class GuidaDoc

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

public class GuidaDoc
extends sbnmarcBase
implements java.io.Serializable

guida del documento

See Also:
Serialized Form

Constructor Summary
GuidaDoc()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 LivelloBibliografico getLivelloBibliografico()
          Returns the value of field 'livelloBibliografico'.
 StatoRecord getStatoRecord()
          Returns the value of field 'statoRecord'.
 TipoRecord getTipoRecord()
          Returns the value of field 'tipoRecord'.
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setLivelloBibliografico(LivelloBibliografico livelloBibliografico)
          Sets the value of field 'livelloBibliografico'.
 void setStatoRecord(StatoRecord statoRecord)
          Sets the value of field 'statoRecord'.
 void setTipoRecord(TipoRecord tipoRecord)
          Sets the value of field 'tipoRecord'.
static GuidaDoc unmarshalGuidaDoc(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

GuidaDoc

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

getLivelloBibliografico

public LivelloBibliografico getLivelloBibliografico()
Returns the value of field 'livelloBibliografico'.
Returns:
the value of field 'livelloBibliografico'.

getStatoRecord

public StatoRecord getStatoRecord()
Returns the value of field 'statoRecord'.
Returns:
the value of field 'statoRecord'.

getTipoRecord

public TipoRecord getTipoRecord()
Returns the value of field 'tipoRecord'.
Returns:
the value of field 'tipoRecord'.

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 -  

setLivelloBibliografico

public void setLivelloBibliografico(LivelloBibliografico livelloBibliografico)
Sets the value of field 'livelloBibliografico'.
Parameters:
livelloBibliografico - the value of field 'livelloBibliografico'.

setStatoRecord

public void setStatoRecord(StatoRecord statoRecord)
Sets the value of field 'statoRecord'.
Parameters:
statoRecord - the value of field 'statoRecord'.

setTipoRecord

public void setTipoRecord(TipoRecord tipoRecord)
Sets the value of field 'tipoRecord'.
Parameters:
tipoRecord - the value of field 'tipoRecord'.

unmarshalGuidaDoc

public static GuidaDoc unmarshalGuidaDoc(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