it.sistematica.isharedoc.model.xml.mail.signature.dtd
Class Fascicolo

java.lang.Object
  extended by it.sistematica.isharedoc.model.xml.mail.signature.dtd.Fascicolo

public class Fascicolo
extends java.lang.Object


Field Summary
protected  java.util.List<Classifica> classifica
           
protected  java.lang.String codiceAmministrazione
           
protected  java.lang.String codiceAOO
           
protected  java.util.List<java.lang.Object> documentoOrFascicolo
           
protected  java.lang.String id
           
protected  java.lang.String identificativo
           
protected  java.lang.String note
           
protected  java.lang.String oggetto
           
protected  java.lang.Object rife
           
 
Constructor Summary
Fascicolo()
           
 
Method Summary
 java.util.List<Classifica> getClassifica()
          Gets the value of the classifica property.
 java.lang.String getCodiceAmministrazione()
          Gets the value of the codiceAmministrazione property.
 java.lang.String getCodiceAOO()
          Gets the value of the codiceAOO property.
 java.util.List<java.lang.Object> getDocumentoOrFascicolo()
          Gets the value of the documentoOrFascicolo property.
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getIdentificativo()
          Gets the value of the identificativo property.
 java.lang.String getNote()
          Gets the value of the note property.
 java.lang.String getOggetto()
          Gets the value of the oggetto property.
 java.lang.Object getRife()
          Gets the value of the rife property.
 void setCodiceAmministrazione(java.lang.String value)
          Sets the value of the codiceAmministrazione property.
 void setCodiceAOO(java.lang.String value)
          Sets the value of the codiceAOO property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setIdentificativo(java.lang.String value)
          Sets the value of the identificativo property.
 void setNote(java.lang.String value)
          Sets the value of the note property.
 void setOggetto(java.lang.String value)
          Sets the value of the oggetto property.
 void setRife(java.lang.Object value)
          Sets the value of the rife property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected java.lang.String id

rife

protected java.lang.Object rife

codiceAmministrazione

protected java.lang.String codiceAmministrazione

codiceAOO

protected java.lang.String codiceAOO

oggetto

protected java.lang.String oggetto

identificativo

protected java.lang.String identificativo

classifica

protected java.util.List<Classifica> classifica

note

protected java.lang.String note

documentoOrFascicolo

protected java.util.List<java.lang.Object> documentoOrFascicolo
Constructor Detail

Fascicolo

public Fascicolo()
Method Detail

getId

public java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getRife

public java.lang.Object getRife()
Gets the value of the rife property.

Returns:
possible object is Object

setRife

public void setRife(java.lang.Object value)
Sets the value of the rife property.

Parameters:
value - allowed object is Object

getCodiceAmministrazione

public java.lang.String getCodiceAmministrazione()
Gets the value of the codiceAmministrazione property.

Returns:
possible object is String

setCodiceAmministrazione

public void setCodiceAmministrazione(java.lang.String value)
Sets the value of the codiceAmministrazione property.

Parameters:
value - allowed object is String

getCodiceAOO

public java.lang.String getCodiceAOO()
Gets the value of the codiceAOO property.

Returns:
possible object is String

setCodiceAOO

public void setCodiceAOO(java.lang.String value)
Sets the value of the codiceAOO property.

Parameters:
value - allowed object is String

getOggetto

public java.lang.String getOggetto()
Gets the value of the oggetto property.

Returns:
possible object is String

setOggetto

public void setOggetto(java.lang.String value)
Sets the value of the oggetto property.

Parameters:
value - allowed object is String

getIdentificativo

public java.lang.String getIdentificativo()
Gets the value of the identificativo property.

Returns:
possible object is String

setIdentificativo

public void setIdentificativo(java.lang.String value)
Sets the value of the identificativo property.

Parameters:
value - allowed object is String

getClassifica

public java.util.List<Classifica> getClassifica()
Gets the value of the classifica property.

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


getNote

public java.lang.String getNote()
Gets the value of the note property.

Returns:
possible object is String

setNote

public void setNote(java.lang.String value)
Sets the value of the note property.

Parameters:
value - allowed object is String

getDocumentoOrFascicolo

public java.util.List<java.lang.Object> getDocumentoOrFascicolo()
Gets the value of the documentoOrFascicolo property.

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 documentoOrFascicolo property.

For example, to add a new item, do as follows:

    getDocumentoOrFascicolo().add(newItem);
 

Objects of the following type(s) are allowed in the list Documento Fascicolo