|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.sistematica.isharedoc.model.xml.mail.signature.xsd.AnnullamentoProtocollazione
public class AnnullamentoProtocollazione
Java class for AnnullamentoProtocollazione complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AnnullamentoProtocollazione"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.digitPa.gov.it/protocollo/}Identificatore"/> <element ref="{http://www.digitPa.gov.it/protocollo/}Motivo"/> <element ref="{http://www.digitPa.gov.it/protocollo/}Provvedimento"/> </sequence> <attribute name="versione" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" fixed="aaaa-mmgg" /> <attribute name="xml-lang" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" fixed="it" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected Identificatore |
identificatore
|
protected Motivo |
motivo
|
protected Provvedimento |
provvedimento
|
protected java.lang.String |
versione
|
protected java.lang.String |
xmlLang
|
Constructor Summary | |
---|---|
AnnullamentoProtocollazione()
|
Method Summary | |
---|---|
Identificatore |
getIdentificatore()
Gets the value of the identificatore property. |
Motivo |
getMotivo()
Gets the value of the motivo property. |
Provvedimento |
getProvvedimento()
Gets the value of the provvedimento property. |
java.lang.String |
getVersione()
Gets the value of the versione property. |
java.lang.String |
getXmlLang()
Gets the value of the xmlLang property. |
void |
setIdentificatore(Identificatore value)
Sets the value of the identificatore property. |
void |
setMotivo(Motivo value)
Sets the value of the motivo property. |
void |
setProvvedimento(Provvedimento value)
Sets the value of the provvedimento property. |
void |
setVersione(java.lang.String value)
Sets the value of the versione property. |
void |
setXmlLang(java.lang.String value)
Sets the value of the xmlLang property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Identificatore identificatore
protected Motivo motivo
protected Provvedimento provvedimento
protected java.lang.String versione
protected java.lang.String xmlLang
Constructor Detail |
---|
public AnnullamentoProtocollazione()
Method Detail |
---|
public Identificatore getIdentificatore()
Identificatore
public void setIdentificatore(Identificatore value)
value
- allowed object is
Identificatore
public Motivo getMotivo()
Motivo
public void setMotivo(Motivo value)
value
- allowed object is
Motivo
public Provvedimento getProvvedimento()
Provvedimento
public void setProvvedimento(Provvedimento value)
value
- allowed object is
Provvedimento
public java.lang.String getVersione()
String
public void setVersione(java.lang.String value)
value
- allowed object is
String
public java.lang.String getXmlLang()
String
public void setXmlLang(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |