|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--sbnmarcBase.sbnmarcBase | +--sbnmarc.ModificaType
struttura per modifica
Constructor Summary | |
ModificaType()
|
Method Summary | |
boolean |
equals(java.lang.Object obj)
Note: hashCode() has not been overriden |
DocumentoType |
getDocumento()
Method getDocumentoReturns the value of field 'documento'. |
ElementAutType |
getElementoAut()
Method getElementoAutReturns the value of field 'elementoAut'. |
PropostaType |
getPropostaCorrezione()
Method getPropostaCorrezioneReturns the value of field 'propostaCorrezione'. |
SbnSimile |
getTipoControllo()
Method getTipoControlloReturns the value of field 'tipoControllo'. |
boolean |
isValid()
Method isValid |
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal |
void |
marshal(java.io.Writer out)
Method marshal |
void |
setDocumento(DocumentoType documento)
Method setDocumentoSets the value of field 'documento'. |
void |
setElementoAut(ElementAutType elementoAut)
Method setElementoAutSets the value of field 'elementoAut'. |
void |
setPropostaCorrezione(PropostaType propostaCorrezione)
Method setPropostaCorrezioneSets the value of field 'propostaCorrezione'. |
void |
setTipoControllo(SbnSimile tipoControllo)
Method setTipoControlloSets the value of field 'tipoControllo'. |
static ModificaType |
unmarshalModificaType(java.io.Reader reader)
Method unmarshalModificaType |
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 |
public ModificaType()
Method Detail |
public boolean equals(java.lang.Object obj)
equals
in class sbnmarcBase
obj
- public DocumentoType getDocumento()
public ElementAutType getElementoAut()
public PropostaType getPropostaCorrezione()
public SbnSimile getTipoControllo()
public boolean isValid()
public void marshal(java.io.Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
-
java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void setDocumento(DocumentoType documento)
documento
- the value of field 'documento'.public void setElementoAut(ElementAutType elementoAut)
elementoAut
- the value of field 'elementoAut'.public void setPropostaCorrezione(PropostaType propostaCorrezione)
propostaCorrezione
- the value of field
'propostaCorrezione'.public void setTipoControllo(SbnSimile tipoControllo)
tipoControllo
- the value of field 'tipoControllo'.public static ModificaType unmarshalModificaType(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
-
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
|
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |