|
||||||||||
| 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.Procedimento
public class Procedimento
Java class for Procedimento complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Procedimento">
<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/}Identificativo"/>
<element ref="{http://www.digitPa.gov.it/protocollo/}TipoProcedimento" minOccurs="0"/>
<element ref="{http://www.digitPa.gov.it/protocollo/}Oggetto" minOccurs="0"/>
<element ref="{http://www.digitPa.gov.it/protocollo/}Classifica" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.digitPa.gov.it/protocollo/}Responsabile" minOccurs="0"/>
<element ref="{http://www.digitPa.gov.it/protocollo/}DataAvvio" minOccurs="0"/>
<element ref="{http://www.digitPa.gov.it/protocollo/}DataTermine" minOccurs="0"/>
<element ref="{http://www.digitPa.gov.it/protocollo/}Note" minOccurs="0"/>
<element ref="{http://www.digitPa.gov.it/protocollo/}PiuInfo" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="rife" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.util.List<Classifica> |
classifica
|
protected CodiceAmministrazione |
codiceAmministrazione
|
protected CodiceAOO |
codiceAOO
|
protected DataAvvio |
dataAvvio
|
protected DataTermine |
dataTermine
|
protected java.lang.String |
id
|
protected Identificativo |
identificativo
|
protected Note |
note
|
protected Oggetto |
oggetto
|
protected PiuInfo |
piuInfo
|
protected Responsabile |
responsabile
|
protected java.lang.Object |
rife
|
protected TipoProcedimento |
tipoProcedimento
|
| Constructor Summary | |
|---|---|
Procedimento()
|
|
| Method Summary | |
|---|---|
java.util.List<Classifica> |
getClassifica()
Gets the value of the classifica property. |
CodiceAmministrazione |
getCodiceAmministrazione()
Gets the value of the codiceAmministrazione property. |
CodiceAOO |
getCodiceAOO()
Gets the value of the codiceAOO property. |
DataAvvio |
getDataAvvio()
Gets the value of the dataAvvio property. |
DataTermine |
getDataTermine()
Gets the value of the dataTermine property. |
java.lang.String |
getId()
Gets the value of the id property. |
Identificativo |
getIdentificativo()
Gets the value of the identificativo property. |
Note |
getNote()
Gets the value of the note property. |
Oggetto |
getOggetto()
Gets the value of the oggetto property. |
PiuInfo |
getPiuInfo()
Gets the value of the piuInfo property. |
Responsabile |
getResponsabile()
Gets the value of the responsabile property. |
java.lang.Object |
getRife()
Gets the value of the rife property. |
TipoProcedimento |
getTipoProcedimento()
Gets the value of the tipoProcedimento property. |
void |
setCodiceAmministrazione(CodiceAmministrazione value)
Sets the value of the codiceAmministrazione property. |
void |
setCodiceAOO(CodiceAOO value)
Sets the value of the codiceAOO property. |
void |
setDataAvvio(DataAvvio value)
Sets the value of the dataAvvio property. |
void |
setDataTermine(DataTermine value)
Sets the value of the dataTermine property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setIdentificativo(Identificativo value)
Sets the value of the identificativo property. |
void |
setNote(Note value)
Sets the value of the note property. |
void |
setOggetto(Oggetto value)
Sets the value of the oggetto property. |
void |
setPiuInfo(PiuInfo value)
Sets the value of the piuInfo property. |
void |
setResponsabile(Responsabile value)
Sets the value of the responsabile property. |
void |
setRife(java.lang.Object value)
Sets the value of the rife property. |
void |
setTipoProcedimento(TipoProcedimento value)
Sets the value of the tipoProcedimento 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 Identificativo identificativo
protected TipoProcedimento tipoProcedimento
protected Oggetto oggetto
protected java.util.List<Classifica> classifica
protected Responsabile responsabile
protected DataAvvio dataAvvio
protected DataTermine dataTermine
protected Note note
protected PiuInfo piuInfo
protected java.lang.String id
protected java.lang.Object rife
| Constructor Detail |
|---|
public Procedimento()
| 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 Identificativo getIdentificativo()
Identificativopublic void setIdentificativo(Identificativo value)
value - allowed object is
Identificativopublic TipoProcedimento getTipoProcedimento()
TipoProcedimentopublic void setTipoProcedimento(TipoProcedimento value)
value - allowed object is
TipoProcedimentopublic Oggetto getOggetto()
Oggettopublic void setOggetto(Oggetto value)
value - allowed object is
Oggettopublic java.util.List<Classifica> getClassifica()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the classifica property.
For example, to add a new item, do as follows:
getClassifica().add(newItem);
Objects of the following type(s) are allowed in the list
Classifica
public Responsabile getResponsabile()
Responsabilepublic void setResponsabile(Responsabile value)
value - allowed object is
Responsabilepublic DataAvvio getDataAvvio()
DataAvviopublic void setDataAvvio(DataAvvio value)
value - allowed object is
DataAvviopublic DataTermine getDataTermine()
DataTerminepublic void setDataTermine(DataTermine value)
value - allowed object is
DataTerminepublic Note getNote()
Notepublic void setNote(Note value)
value - allowed object is
Notepublic PiuInfo getPiuInfo()
PiuInfopublic void setPiuInfo(PiuInfo value)
value - allowed object is
PiuInfopublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Object getRife()
Objectpublic void setRife(java.lang.Object value)
value - allowed object is
Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||