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

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

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

Fields in it.sistematica.isharedoc.model.xml.mail.signature.xsd declared as Documento
protected  Documento Descrizione.documento
           
 

Methods in it.sistematica.isharedoc.model.xml.mail.signature.xsd that return Documento
 Documento ObjectFactory.createDocumento()
          Create an instance of Documento
 Documento Descrizione.getDocumento()
          Gets the value of the documento property.
 

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

Methods in it.sistematica.isharedoc.model.xml.mail.signature.xsd with parameters of type Documento
 javax.xml.bind.JAXBElement<Documento> ObjectFactory.createDocumento(Documento value)
          Create an instance of JAXBElement<Documento>}
 void Descrizione.setDocumento(Documento value)
          Sets the value of the documento property.