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

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

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

Fields in it.sistematica.isharedoc.model.xml.mail.signature.xsd declared as Titolo
protected  Titolo Persona.titolo
           
 

Methods in it.sistematica.isharedoc.model.xml.mail.signature.xsd that return Titolo
 Titolo ObjectFactory.createTitolo()
          Create an instance of Titolo
 Titolo Persona.getTitolo()
          Gets the value of the titolo property.
 

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

Methods in it.sistematica.isharedoc.model.xml.mail.signature.xsd with parameters of type Titolo
 javax.xml.bind.JAXBElement<Titolo> ObjectFactory.createTitolo(Titolo value)
          Create an instance of JAXBElement<Titolo>}
 void Persona.setTitolo(Titolo value)
          Sets the value of the titolo property.