|
||||||||||
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.Segnatura
public class Segnatura
Java class for Segnatura complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Segnatura"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.digitPa.gov.it/protocollo/}Intestazione"/> <element ref="{http://www.digitPa.gov.it/protocollo/}Riferimenti" minOccurs="0"/> <element ref="{http://www.digitPa.gov.it/protocollo/}Descrizione"/> <element ref="{http://www.digitPa.gov.it/protocollo/}PiuInfo" minOccurs="0"/> </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 Descrizione |
descrizione
|
protected Intestazione |
intestazione
|
protected PiuInfo |
piuInfo
|
protected Riferimenti |
riferimenti
|
protected java.lang.String |
versione
|
protected java.lang.String |
xmlLang
|
Constructor Summary | |
---|---|
Segnatura()
|
Method Summary | |
---|---|
Descrizione |
getDescrizione()
Gets the value of the descrizione property. |
Intestazione |
getIntestazione()
Gets the value of the intestazione property. |
PiuInfo |
getPiuInfo()
Gets the value of the piuInfo property. |
Riferimenti |
getRiferimenti()
Gets the value of the riferimenti property. |
java.lang.String |
getVersione()
Gets the value of the versione property. |
java.lang.String |
getXmlLang()
Gets the value of the xmlLang property. |
void |
setDescrizione(Descrizione value)
Sets the value of the descrizione property. |
void |
setIntestazione(Intestazione value)
Sets the value of the intestazione property. |
void |
setPiuInfo(PiuInfo value)
Sets the value of the piuInfo property. |
void |
setRiferimenti(Riferimenti value)
Sets the value of the riferimenti 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 Intestazione intestazione
protected Riferimenti riferimenti
protected Descrizione descrizione
protected PiuInfo piuInfo
protected java.lang.String versione
protected java.lang.String xmlLang
Constructor Detail |
---|
public Segnatura()
Method Detail |
---|
public Intestazione getIntestazione()
Intestazione
public void setIntestazione(Intestazione value)
value
- allowed object is
Intestazione
public Riferimenti getRiferimenti()
Riferimenti
public void setRiferimenti(Riferimenti value)
value
- allowed object is
Riferimenti
public Descrizione getDescrizione()
Descrizione
public void setDescrizione(Descrizione value)
value
- allowed object is
Descrizione
public PiuInfo getPiuInfo()
PiuInfo
public void setPiuInfo(PiuInfo value)
value
- allowed object is
PiuInfo
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 |