|
||||||||||
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()
CodiceAmministrazione
public void setCodiceAmministrazione(CodiceAmministrazione value)
value
- allowed object is
CodiceAmministrazione
public CodiceAOO getCodiceAOO()
CodiceAOO
public void setCodiceAOO(CodiceAOO value)
value
- allowed object is
CodiceAOO
public CodiceRegistro getCodiceRegistro()
CodiceRegistro
public void setCodiceRegistro(CodiceRegistro value)
value
- allowed object is
CodiceRegistro
public NumeroRegistrazione getNumeroRegistrazione()
NumeroRegistrazione
public void setNumeroRegistrazione(NumeroRegistrazione value)
value
- allowed object is
NumeroRegistrazione
public DataRegistrazione getDataRegistrazione()
DataRegistrazione
public 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 |