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 Attributi: tipoRecord=codice di tipo record livelloBibliografica=codice unimarc per natura

See Also:
Serialized Form

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

GuidaDoc

public GuidaDoc()
Method Detail

equals

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

Overrides:
equals in class sbnmarcBase
Parameters:
obj -

getLivelloBibliografico

public LivelloBibliografico getLivelloBibliografico()
Method getLivelloBibliograficoReturns the value of field 'livelloBibliografico'.

Returns:
the value of field 'livelloBibliografico'.

getTipoRecord

public TipoRecord getTipoRecord()
Method getTipoRecordReturns the value of field 'tipoRecord'.

Returns:
the value of field 'tipoRecord'.

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

setLivelloBibliografico

public void setLivelloBibliografico(LivelloBibliografico livelloBibliografico)
Method setLivelloBibliograficoSets the value of field 'livelloBibliografico'.

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

setTipoRecord

public void setTipoRecord(TipoRecord tipoRecord)
Method setTipoRecordSets 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
Method unmarshalGuidaDoc

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