|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.sistematica.isharedoc.model.xml.mail.signature.xsd.Ruolo
public class Ruolo
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 |
---|
protected Denominazione denominazione
protected Identificativo identificativo
protected Persona persona
Constructor Detail |
---|
public Ruolo()
Method Detail |
---|
public Denominazione getDenominazione()
Denominazione
public void setDenominazione(Denominazione value)
value
- allowed object is
Denominazione
public Identificativo getIdentificativo()
Identificativo
public void setIdentificativo(Identificativo value)
value
- allowed object is
Identificativo
public Persona getPersona()
Persona
public void setPersona(Persona value)
value
- allowed object is
Persona
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |