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

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

public class Messaggio
extends java.lang.Object


Field Summary
protected  java.util.List<java.lang.Object> identificatoreOrDescrizioneMessaggio
           
protected  PrimaRegistrazione primaRegistrazione
           
 
Constructor Summary
Messaggio()
           
 
Method Summary
 java.util.List<java.lang.Object> getIdentificatoreOrDescrizioneMessaggio()
          Gets the value of the identificatoreOrDescrizioneMessaggio property.
 PrimaRegistrazione getPrimaRegistrazione()
          Gets the value of the primaRegistrazione 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

identificatoreOrDescrizioneMessaggio

protected java.util.List<java.lang.Object> identificatoreOrDescrizioneMessaggio

primaRegistrazione

protected PrimaRegistrazione primaRegistrazione
Constructor Detail

Messaggio

public Messaggio()
Method Detail

getIdentificatoreOrDescrizioneMessaggio

public java.util.List<java.lang.Object> getIdentificatoreOrDescrizioneMessaggio()
Gets the value of the identificatoreOrDescrizioneMessaggio 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 identificatoreOrDescrizioneMessaggio property.

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

    getIdentificatoreOrDescrizioneMessaggio().add(newItem);
 

Objects of the following type(s) are allowed in the list Identificatore DescrizioneMessaggio


getPrimaRegistrazione

public PrimaRegistrazione getPrimaRegistrazione()
Gets the value of the primaRegistrazione property.

Returns:
possible object is PrimaRegistrazione

setPrimaRegistrazione

public void setPrimaRegistrazione(PrimaRegistrazione value)
Sets the value of the primaRegistrazione property.

Parameters:
value - allowed object is PrimaRegistrazione