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

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

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

Fields in it.sistematica.isharedoc.model.xml.mail.signature.xsd declared as Motivo
protected  Motivo NotificaEccezione.motivo
           
protected  Motivo AnnullamentoProtocollazione.motivo
           
 

Methods in it.sistematica.isharedoc.model.xml.mail.signature.xsd that return Motivo
 Motivo ObjectFactory.createMotivo()
          Create an instance of Motivo
 Motivo NotificaEccezione.getMotivo()
          Gets the value of the motivo property.
 Motivo AnnullamentoProtocollazione.getMotivo()
          Gets the value of the motivo property.
 

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

Methods in it.sistematica.isharedoc.model.xml.mail.signature.xsd with parameters of type Motivo
 javax.xml.bind.JAXBElement<Motivo> ObjectFactory.createMotivo(Motivo value)
          Create an instance of JAXBElement<Motivo>}
 void NotificaEccezione.setMotivo(Motivo value)
          Sets the value of the motivo property.
 void AnnullamentoProtocollazione.setMotivo(Motivo value)
          Sets the value of the motivo property.