sbnmarc
Class ModificaType

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

public class ModificaType
extends sbnmarcBase
implements java.io.Serializable

struttura per modifica

See Also:
Serialized Form

Constructor Summary
ModificaType()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Note: hashCode() has not been overriden
 DocumentoType getDocumento()
          Returns the value of field 'documento'.
 ElementAutType getElementoAut()
          Returns the value of field 'elementoAut'.
 PropostaType getPropostaCorrezione()
          Returns the value of field 'propostaCorrezione'.
 SbnSimile getTipoControllo()
          Returns the value of field 'tipoControllo'.
 boolean isValid()
           
 void marshal(org.xml.sax.ContentHandler handler)
           
 void marshal(java.io.Writer out)
           
 void setDocumento(DocumentoType documento)
          Sets the value of field 'documento'.
 void setElementoAut(ElementAutType elementoAut)
          Sets the value of field 'elementoAut'.
 void setPropostaCorrezione(PropostaType propostaCorrezione)
          Sets the value of field 'propostaCorrezione'.
 void setTipoControllo(SbnSimile tipoControllo)
          Sets the value of field 'tipoControllo'.
static ModificaType unmarshalModificaType(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

ModificaType

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

getDocumento

public DocumentoType getDocumento()
Returns the value of field 'documento'.
Returns:
the value of field 'documento'.

getElementoAut

public ElementAutType getElementoAut()
Returns the value of field 'elementoAut'.
Returns:
the value of field 'elementoAut'.

getPropostaCorrezione

public PropostaType getPropostaCorrezione()
Returns the value of field 'propostaCorrezione'.
Returns:
the value of field 'propostaCorrezione'.

getTipoControllo

public SbnSimile getTipoControllo()
Returns the value of field 'tipoControllo'.
Returns:
the value of field 'tipoControllo'.

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 -  

setDocumento

public void setDocumento(DocumentoType documento)
Sets the value of field 'documento'.
Parameters:
documento - the value of field 'documento'.

setElementoAut

public void setElementoAut(ElementAutType elementoAut)
Sets the value of field 'elementoAut'.
Parameters:
elementoAut - the value of field 'elementoAut'.

setPropostaCorrezione

public void setPropostaCorrezione(PropostaType propostaCorrezione)
Sets the value of field 'propostaCorrezione'.
Parameters:
propostaCorrezione - the value of field 'propostaCorrezione'.

setTipoControllo

public void setTipoControllo(SbnSimile tipoControllo)
Sets the value of field 'tipoControllo'.
Parameters:
tipoControllo - the value of field 'tipoControllo'.

unmarshalModificaType

public static ModificaType unmarshalModificaType(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