it.sistematica.isharedoc.model.xml.mail.signature.xsd
Class Responsabile
java.lang.Object
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
persona
protected Persona persona
Responsabile
public Responsabile()
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