sbnmarc
Class DocumentoTypeChoice

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

public class DocumentoTypeChoice
extends sbnmarcBase
implements java.io.Serializable

Class DocumentoTypeChoice.

See Also:
Serialized Form

Constructor Summary
DocumentoTypeChoice()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 DatiDocType getDatiDocumento()
          Method getDatiDocumentoReturns the value of field 'datiDocumento'.
 TitAccessoType getDatiTitAccesso()
          Method getDatiTitAccessoReturns the value of field 'datiTitAccesso'.
 boolean isValid()
          Method isValid
 void marshal(org.xml.sax.ContentHandler handler)
          Method marshal
 void marshal(java.io.Writer out)
          Method marshal
 void setDatiDocumento(DatiDocType datiDocumento)
          Method setDatiDocumentoSets the value of field 'datiDocumento'.
 void setDatiTitAccesso(TitAccessoType datiTitAccesso)
          Method setDatiTitAccessoSets the value of field 'datiTitAccesso'.
static DocumentoTypeChoice unmarshalDocumentoTypeChoice(java.io.Reader reader)
          Method unmarshalDocumentoTypeChoice
 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

DocumentoTypeChoice

public DocumentoTypeChoice()
Method Detail

equals

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

Overrides:
equals in class sbnmarcBase
Parameters:
obj -

getDatiDocumento

public DatiDocType getDatiDocumento()
Method getDatiDocumentoReturns the value of field 'datiDocumento'.

Returns:
the value of field 'datiDocumento'.

getDatiTitAccesso

public TitAccessoType getDatiTitAccesso()
Method getDatiTitAccessoReturns the value of field 'datiTitAccesso'.

Returns:
the value of field 'datiTitAccesso'.

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

setDatiDocumento

public void setDatiDocumento(DatiDocType datiDocumento)
Method setDatiDocumentoSets the value of field 'datiDocumento'.

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

setDatiTitAccesso

public void setDatiTitAccesso(TitAccessoType datiTitAccesso)
Method setDatiTitAccessoSets the value of field 'datiTitAccesso'.

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

unmarshalDocumentoTypeChoice

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

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