|
||||||||||
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.MessaggioRicevuto
public class MessaggioRicevuto
Java class for MessaggioRicevuto complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MessaggioRicevuto"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <sequence> <element ref="{http://www.digitPa.gov.it/protocollo/}Identificatore"/> <element ref="{http://www.digitPa.gov.it/protocollo/}PrimaRegistrazione" minOccurs="0"/> </sequence> <element ref="{http://www.digitPa.gov.it/protocollo/}DescrizioneMessaggio"/> </choice> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected DescrizioneMessaggio |
descrizioneMessaggio
|
protected Identificatore |
identificatore
|
protected PrimaRegistrazione |
primaRegistrazione
|
Constructor Summary | |
---|---|
MessaggioRicevuto()
|
Method Summary | |
---|---|
DescrizioneMessaggio |
getDescrizioneMessaggio()
Gets the value of the descrizioneMessaggio property. |
Identificatore |
getIdentificatore()
Gets the value of the identificatore property. |
PrimaRegistrazione |
getPrimaRegistrazione()
Gets the value of the primaRegistrazione property. |
void |
setDescrizioneMessaggio(DescrizioneMessaggio value)
Sets the value of the descrizioneMessaggio property. |
void |
setIdentificatore(Identificatore value)
Sets the value of the identificatore property. |
void |
setPrimaRegistrazione(PrimaRegistrazione value)
Sets the value of the primaRegistrazione 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 PrimaRegistrazione primaRegistrazione
protected DescrizioneMessaggio descrizioneMessaggio
Constructor Detail |
---|
public MessaggioRicevuto()
Method Detail |
---|
public Identificatore getIdentificatore()
Identificatore
public void setIdentificatore(Identificatore value)
value
- allowed object is
Identificatore
public PrimaRegistrazione getPrimaRegistrazione()
PrimaRegistrazione
public void setPrimaRegistrazione(PrimaRegistrazione value)
value
- allowed object is
PrimaRegistrazione
public DescrizioneMessaggio getDescrizioneMessaggio()
DescrizioneMessaggio
public void setDescrizioneMessaggio(DescrizioneMessaggio value)
value
- allowed object is
DescrizioneMessaggio
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |