|
||||||||||
| 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.Identificatore
public class Identificatore
Java class for Identificatore complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Identificatore">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.digitPa.gov.it/protocollo/}CodiceAmministrazione"/>
<element ref="{http://www.digitPa.gov.it/protocollo/}CodiceAOO"/>
<element ref="{http://www.digitPa.gov.it/protocollo/}CodiceRegistro"/>
<element ref="{http://www.digitPa.gov.it/protocollo/}NumeroRegistrazione"/>
<element ref="{http://www.digitPa.gov.it/protocollo/}DataRegistrazione"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected CodiceAmministrazione |
codiceAmministrazione
|
protected CodiceAOO |
codiceAOO
|
protected CodiceRegistro |
codiceRegistro
|
protected DataRegistrazione |
dataRegistrazione
|
protected NumeroRegistrazione |
numeroRegistrazione
|
| Constructor Summary | |
|---|---|
Identificatore()
|
|
| Method Summary | |
|---|---|
CodiceAmministrazione |
getCodiceAmministrazione()
Gets the value of the codiceAmministrazione property. |
CodiceAOO |
getCodiceAOO()
Gets the value of the codiceAOO property. |
CodiceRegistro |
getCodiceRegistro()
Gets the value of the codiceRegistro property. |
DataRegistrazione |
getDataRegistrazione()
Gets the value of the dataRegistrazione property. |
NumeroRegistrazione |
getNumeroRegistrazione()
Gets the value of the numeroRegistrazione property. |
void |
setCodiceAmministrazione(CodiceAmministrazione value)
Sets the value of the codiceAmministrazione property. |
void |
setCodiceAOO(CodiceAOO value)
Sets the value of the codiceAOO property. |
void |
setCodiceRegistro(CodiceRegistro value)
Sets the value of the codiceRegistro property. |
void |
setDataRegistrazione(DataRegistrazione value)
Sets the value of the dataRegistrazione property. |
void |
setNumeroRegistrazione(NumeroRegistrazione value)
Sets the value of the numeroRegistrazione property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected CodiceAmministrazione codiceAmministrazione
protected CodiceAOO codiceAOO
protected CodiceRegistro codiceRegistro
protected NumeroRegistrazione numeroRegistrazione
protected DataRegistrazione dataRegistrazione
| Constructor Detail |
|---|
public Identificatore()
| Method Detail |
|---|
public CodiceAmministrazione getCodiceAmministrazione()
CodiceAmministrazionepublic void setCodiceAmministrazione(CodiceAmministrazione value)
value - allowed object is
CodiceAmministrazionepublic CodiceAOO getCodiceAOO()
CodiceAOOpublic void setCodiceAOO(CodiceAOO value)
value - allowed object is
CodiceAOOpublic CodiceRegistro getCodiceRegistro()
CodiceRegistropublic void setCodiceRegistro(CodiceRegistro value)
value - allowed object is
CodiceRegistropublic NumeroRegistrazione getNumeroRegistrazione()
NumeroRegistrazionepublic void setNumeroRegistrazione(NumeroRegistrazione value)
value - allowed object is
NumeroRegistrazionepublic DataRegistrazione getDataRegistrazione()
DataRegistrazionepublic void setDataRegistrazione(DataRegistrazione value)
value - allowed object is
DataRegistrazione
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||