Uses of Class
it.sistematica.isharedoc.model.xml.mail.signature.xsd.Persona

Packages that use Persona
it.sistematica.isharedoc.model.xml.mail.signature.xsd   
 

Uses of Persona in it.sistematica.isharedoc.model.xml.mail.signature.xsd
 

Fields in it.sistematica.isharedoc.model.xml.mail.signature.xsd declared as Persona
protected  Persona Ruolo.persona
           
protected  Persona Responsabile.persona
           
 

Methods in it.sistematica.isharedoc.model.xml.mail.signature.xsd that return Persona
 Persona ObjectFactory.createPersona()
          Create an instance of Persona
 Persona Ruolo.getPersona()
          Gets the value of the persona property.
 Persona Responsabile.getPersona()
          Gets the value of the persona property.
 

Methods in it.sistematica.isharedoc.model.xml.mail.signature.xsd that return types with arguments of type Persona
 javax.xml.bind.JAXBElement<Persona> ObjectFactory.createPersona(Persona value)
          Create an instance of JAXBElement<Persona>}
 

Methods in it.sistematica.isharedoc.model.xml.mail.signature.xsd with parameters of type Persona
 javax.xml.bind.JAXBElement<Persona> ObjectFactory.createPersona(Persona value)
          Create an instance of JAXBElement<Persona>}
 void Ruolo.setPersona(Persona value)
          Sets the value of the persona property.
 void Responsabile.setPersona(Persona value)
          Sets the value of the persona property.