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

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

public class Responsabile
extends java.lang.Object

Java class for Responsabile complex type.

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

 <complexType name="Responsabile">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.digitPa.gov.it/protocollo/}Persona"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Persona persona
           
 
Constructor Summary
Responsabile()
           
 
Method Summary
 Persona getPersona()
          Gets the value of the persona property.
 void setPersona(Persona value)
          Sets the value of the persona property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

persona

protected Persona persona
Constructor Detail

Responsabile

public Responsabile()
Method Detail

getPersona

public Persona getPersona()
Gets the value of the persona property.

Returns:
possible object is Persona

setPersona

public void setPersona(Persona value)
Sets the value of the persona property.

Parameters:
value - allowed object is Persona