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

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

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

Fields in it.sistematica.isharedoc.model.xml.mail.signature.xsd declared as IndirizzoTelematico
protected  IndirizzoTelematico Risposta.indirizzoTelematico
           
protected  IndirizzoTelematico PerConoscenza.indirizzoTelematico
           
protected  IndirizzoTelematico Origine.indirizzoTelematico
           
protected  IndirizzoTelematico Destinazione.indirizzoTelematico
           
 

Fields in it.sistematica.isharedoc.model.xml.mail.signature.xsd with type parameters of type IndirizzoTelematico
protected  java.util.List<IndirizzoTelematico> UnitaOrganizzativa.indirizzoTelematico
           
protected  java.util.List<IndirizzoTelematico> Amministrazione.indirizzoTelematico
           
 

Methods in it.sistematica.isharedoc.model.xml.mail.signature.xsd that return IndirizzoTelematico
 IndirizzoTelematico ObjectFactory.createIndirizzoTelematico()
          Create an instance of IndirizzoTelematico
 IndirizzoTelematico Risposta.getIndirizzoTelematico()
          Gets the value of the indirizzoTelematico property.
 IndirizzoTelematico PerConoscenza.getIndirizzoTelematico()
          Gets the value of the indirizzoTelematico property.
 IndirizzoTelematico Origine.getIndirizzoTelematico()
          Gets the value of the indirizzoTelematico property.
 IndirizzoTelematico Destinazione.getIndirizzoTelematico()
          Gets the value of the indirizzoTelematico property.
 

Methods in it.sistematica.isharedoc.model.xml.mail.signature.xsd that return types with arguments of type IndirizzoTelematico
 javax.xml.bind.JAXBElement<IndirizzoTelematico> ObjectFactory.createIndirizzoTelematico(IndirizzoTelematico value)
          Create an instance of JAXBElement<IndirizzoTelematico>}
 java.util.List<IndirizzoTelematico> UnitaOrganizzativa.getIndirizzoTelematico()
          Gets the value of the indirizzoTelematico property.
 java.util.List<IndirizzoTelematico> Amministrazione.getIndirizzoTelematico()
          Gets the value of the indirizzoTelematico property.
 

Methods in it.sistematica.isharedoc.model.xml.mail.signature.xsd with parameters of type IndirizzoTelematico
 javax.xml.bind.JAXBElement<IndirizzoTelematico> ObjectFactory.createIndirizzoTelematico(IndirizzoTelematico value)
          Create an instance of JAXBElement<IndirizzoTelematico>}
 void Risposta.setIndirizzoTelematico(IndirizzoTelematico value)
          Sets the value of the indirizzoTelematico property.
 void PerConoscenza.setIndirizzoTelematico(IndirizzoTelematico value)
          Sets the value of the indirizzoTelematico property.
 void Origine.setIndirizzoTelematico(IndirizzoTelematico value)
          Sets the value of the indirizzoTelematico property.
 void Destinazione.setIndirizzoTelematico(IndirizzoTelematico value)
          Sets the value of the indirizzoTelematico property.