Uses of Class
org.citygml4j.jaxb.xal.AddressDetails.PostalServiceElements

Packages that use AddressDetails.PostalServiceElements
org.citygml4j.builder.jaxb.marshal.xal   
org.citygml4j.builder.jaxb.unmarshal.xal   
org.citygml4j.jaxb.xal   
 

Uses of AddressDetails.PostalServiceElements in org.citygml4j.builder.jaxb.marshal.xal
 

Methods in org.citygml4j.builder.jaxb.marshal.xal that return AddressDetails.PostalServiceElements
 AddressDetails.PostalServiceElements XALMarshaller.marshalPostalServiceElements(PostalServiceElements src)
           
 

Uses of AddressDetails.PostalServiceElements in org.citygml4j.builder.jaxb.unmarshal.xal
 

Methods in org.citygml4j.builder.jaxb.unmarshal.xal with parameters of type AddressDetails.PostalServiceElements
 PostalServiceElements XALUnmarshaller.unmarshalPostalServiceElements(AddressDetails.PostalServiceElements src)
           
 

Uses of AddressDetails.PostalServiceElements in org.citygml4j.jaxb.xal
 

Methods in org.citygml4j.jaxb.xal that return AddressDetails.PostalServiceElements
 AddressDetails.PostalServiceElements ObjectFactory.createAddressDetailsPostalServiceElements()
          Create an instance of AddressDetails.PostalServiceElements
 AddressDetails.PostalServiceElements AddressDetails.getPostalServiceElements()
          Gets the value of the postalServiceElements property.
 

Methods in org.citygml4j.jaxb.xal with parameters of type AddressDetails.PostalServiceElements
 void AddressDetails.setPostalServiceElements(AddressDetails.PostalServiceElements value)
          Sets the value of the postalServiceElements property.