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

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

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

Fields in it.sistematica.isharedoc.model.xml.mail.signature.xsd declared as Cognome
protected  Cognome Persona.cognome
           
 

Methods in it.sistematica.isharedoc.model.xml.mail.signature.xsd that return Cognome
 Cognome ObjectFactory.createCognome()
          Create an instance of Cognome
 Cognome Persona.getCognome()
          Gets the value of the cognome property.
 

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

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