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

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

public class Origine
extends java.lang.Object

Java class for Origine complex type.

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

 <complexType name="Origine">
   <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/}Mittente"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  IndirizzoTelematico indirizzoTelematico
           
protected  Mittente mittente
           
 
Constructor Summary
Origine()
           
 
Method Summary
 IndirizzoTelematico getIndirizzoTelematico()
          Gets the value of the indirizzoTelematico property.
 Mittente getMittente()
          Gets the value of the mittente property.
 void setIndirizzoTelematico(IndirizzoTelematico value)
          Sets the value of the indirizzoTelematico property.
 void setMittente(Mittente value)
          Sets the value of the mittente 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

mittente

protected Mittente mittente
Constructor Detail

Origine

public Origine()
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

getMittente

public Mittente getMittente()
Gets the value of the mittente property.

Returns:
possible object is Mittente

setMittente

public void setMittente(Mittente value)
Sets the value of the mittente property.

Parameters:
value - allowed object is Mittente