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

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

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

Fields in it.sistematica.isharedoc.model.xml.mail.signature.xsd declared as MessaggioRicevuto
protected  MessaggioRicevuto NotificaEccezione.messaggioRicevuto
           
protected  MessaggioRicevuto ConfermaRicezione.messaggioRicevuto
           
protected  MessaggioRicevuto AggiornamentoConferma.messaggioRicevuto
           
 

Methods in it.sistematica.isharedoc.model.xml.mail.signature.xsd that return MessaggioRicevuto
 MessaggioRicevuto ObjectFactory.createMessaggioRicevuto()
          Create an instance of MessaggioRicevuto
 MessaggioRicevuto NotificaEccezione.getMessaggioRicevuto()
          Gets the value of the messaggioRicevuto property.
 MessaggioRicevuto ConfermaRicezione.getMessaggioRicevuto()
          Gets the value of the messaggioRicevuto property.
 MessaggioRicevuto AggiornamentoConferma.getMessaggioRicevuto()
          Gets the value of the messaggioRicevuto property.
 

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

Methods in it.sistematica.isharedoc.model.xml.mail.signature.xsd with parameters of type MessaggioRicevuto
 javax.xml.bind.JAXBElement<MessaggioRicevuto> ObjectFactory.createMessaggioRicevuto(MessaggioRicevuto value)
          Create an instance of JAXBElement<MessaggioRicevuto>}
 void NotificaEccezione.setMessaggioRicevuto(MessaggioRicevuto value)
          Sets the value of the messaggioRicevuto property.
 void ConfermaRicezione.setMessaggioRicevuto(MessaggioRicevuto value)
          Sets the value of the messaggioRicevuto property.
 void AggiornamentoConferma.setMessaggioRicevuto(MessaggioRicevuto value)
          Sets the value of the messaggioRicevuto property.