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

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

public class Ruolo
extends java.lang.Object

Java class for Ruolo complex type.

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

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


Field Summary
protected  Denominazione denominazione
           
protected  Identificativo identificativo
           
protected  Persona persona
           
 
Constructor Summary
Ruolo()
           
 
Method Summary
 Denominazione getDenominazione()
          Gets the value of the denominazione property.
 Identificativo getIdentificativo()
          Gets the value of the identificativo property.
 Persona getPersona()
          Gets the value of the persona property.
 void setDenominazione(Denominazione value)
          Sets the value of the denominazione property.
 void setIdentificativo(Identificativo value)
          Sets the value of the identificativo 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

denominazione

protected Denominazione denominazione

identificativo

protected Identificativo identificativo

persona

protected Persona persona
Constructor Detail

Ruolo

public Ruolo()
Method Detail

getDenominazione

public Denominazione getDenominazione()
Gets the value of the denominazione property.

Returns:
possible object is Denominazione

setDenominazione

public void setDenominazione(Denominazione value)
Sets the value of the denominazione property.

Parameters:
value - allowed object is Denominazione

getIdentificativo

public Identificativo getIdentificativo()
Gets the value of the identificativo property.

Returns:
possible object is Identificativo

setIdentificativo

public void setIdentificativo(Identificativo value)
Sets the value of the identificativo property.

Parameters:
value - allowed object is Identificativo

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