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

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

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

Fields in it.sistematica.isharedoc.model.xml.mail.signature.xsd declared as Nome
protected  Nome Persona.nome
           
 

Methods in it.sistematica.isharedoc.model.xml.mail.signature.xsd that return Nome
 Nome ObjectFactory.createNome()
          Create an instance of Nome
 Nome Persona.getNome()
          Gets the value of the nome property.
 

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

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