it.sistematica.isharedoc.model.xml.mail.signature.xsd
Class PerConoscenza

java.lang.Object
  extended by it.sistematica.isharedoc.model.xml.mail.signature.xsd.PerConoscenza

public class PerConoscenza
extends java.lang.Object

Java class for PerConoscenza complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PerConoscenza">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.digitPa.gov.it/protocollo/}IndirizzoTelematico"/>
         <element ref="{http://www.digitPa.gov.it/protocollo/}Destinatario" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="confermaRicezione" default="no">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
             <enumeration value="si"/>
             <enumeration value="no"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String confermaRicezione
           
protected  java.util.List<Destinatario> destinatario
           
protected  IndirizzoTelematico indirizzoTelematico
           
 
Constructor Summary
PerConoscenza()
           
 
Method Summary
 java.lang.String getConfermaRicezione()
          Gets the value of the confermaRicezione property.
 java.util.List<Destinatario> getDestinatario()
          Gets the value of the destinatario property.
 IndirizzoTelematico getIndirizzoTelematico()
          Gets the value of the indirizzoTelematico property.
 void setConfermaRicezione(java.lang.String value)
          Sets the value of the confermaRicezione property.
 void setIndirizzoTelematico(IndirizzoTelematico value)
          Sets the value of the indirizzoTelematico property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

indirizzoTelematico

protected IndirizzoTelematico indirizzoTelematico

destinatario

protected java.util.List<Destinatario> destinatario

confermaRicezione

protected java.lang.String confermaRicezione
Constructor Detail

PerConoscenza

public PerConoscenza()
Method Detail

getIndirizzoTelematico

public IndirizzoTelematico getIndirizzoTelematico()
Gets the value of the indirizzoTelematico property.

Returns:
possible object is IndirizzoTelematico

setIndirizzoTelematico

public void setIndirizzoTelematico(IndirizzoTelematico value)
Sets the value of the indirizzoTelematico property.

Parameters:
value - allowed object is IndirizzoTelematico

getDestinatario

public java.util.List<Destinatario> getDestinatario()
Gets the value of the destinatario 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 destinatario property.

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

    getDestinatario().add(newItem);
 

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


getConfermaRicezione

public java.lang.String getConfermaRicezione()
Gets the value of the confermaRicezione property.

Returns:
possible object is String

setConfermaRicezione

public void setConfermaRicezione(java.lang.String value)
Sets the value of the confermaRicezione property.

Parameters:
value - allowed object is String