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

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

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

Fields in it.sistematica.isharedoc.model.xml.mail.signature.xsd declared as IndirizzoPostale
protected  IndirizzoPostale UnitaOrganizzativa.indirizzoPostale
           
protected  IndirizzoPostale Amministrazione.indirizzoPostale
           
 

Methods in it.sistematica.isharedoc.model.xml.mail.signature.xsd that return IndirizzoPostale
 IndirizzoPostale ObjectFactory.createIndirizzoPostale()
          Create an instance of IndirizzoPostale
 IndirizzoPostale UnitaOrganizzativa.getIndirizzoPostale()
          Gets the value of the indirizzoPostale property.
 IndirizzoPostale Amministrazione.getIndirizzoPostale()
          Gets the value of the indirizzoPostale property.
 

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

Methods in it.sistematica.isharedoc.model.xml.mail.signature.xsd with parameters of type IndirizzoPostale
 javax.xml.bind.JAXBElement<IndirizzoPostale> ObjectFactory.createIndirizzoPostale(IndirizzoPostale value)
          Create an instance of JAXBElement<IndirizzoPostale>}
 void UnitaOrganizzativa.setIndirizzoPostale(IndirizzoPostale value)
          Sets the value of the indirizzoPostale property.
 void Amministrazione.setIndirizzoPostale(IndirizzoPostale value)
          Sets the value of the indirizzoPostale property.