| 
||||||||||
| 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.ContestoProcedurale
public class ContestoProcedurale
Java class for ContestoProcedurale complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="ContestoProcedurale">
   <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/}TipoContestoProcedurale" 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/}DataAvvio" 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  java.lang.String | 
id
 | 
protected  Identificativo | 
identificativo
 | 
protected  Note | 
note
 | 
protected  Oggetto | 
oggetto
 | 
protected  PiuInfo | 
piuInfo
 | 
protected  java.lang.Object | 
rife
 | 
protected  TipoContestoProcedurale | 
tipoContestoProcedurale
 | 
| Constructor Summary | |
|---|---|
ContestoProcedurale()
 | 
|
| 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.  | 
 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.  | 
 java.lang.Object | 
getRife()
Gets the value of the rife property.  | 
 TipoContestoProcedurale | 
getTipoContestoProcedurale()
Gets the value of the tipoContestoProcedurale 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 | 
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 | 
setRife(java.lang.Object value)
Sets the value of the rife property.  | 
 void | 
setTipoContestoProcedurale(TipoContestoProcedurale value)
Sets the value of the tipoContestoProcedurale 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 TipoContestoProcedurale tipoContestoProcedurale
protected Oggetto oggetto
protected java.util.List<Classifica> classifica
protected DataAvvio dataAvvio
protected Note note
protected PiuInfo piuInfo
protected java.lang.String id
protected java.lang.Object rife
| Constructor Detail | 
|---|
public ContestoProcedurale()
| 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 TipoContestoProcedurale getTipoContestoProcedurale()
TipoContestoProceduralepublic void setTipoContestoProcedurale(TipoContestoProcedurale value)
value - allowed object is
     TipoContestoProceduralepublic 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 DataAvvio getDataAvvio()
DataAvviopublic void setDataAvvio(DataAvvio value)
value - allowed object is
     DataAvviopublic 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 | |||||||||