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

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

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

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

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

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

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

Methods in org.citygml4j.jaxb.xal that return AddressDetails.PostalServiceElements.SupplementaryPostalServiceData
 AddressDetails.PostalServiceElements.SupplementaryPostalServiceData ObjectFactory.createAddressDetailsPostalServiceElementsSupplementaryPostalServiceData()
          Create an instance of AddressDetails.PostalServiceElements.SupplementaryPostalServiceData
 

Methods in org.citygml4j.jaxb.xal that return types with arguments of type AddressDetails.PostalServiceElements.SupplementaryPostalServiceData
 java.util.List<AddressDetails.PostalServiceElements.SupplementaryPostalServiceData> AddressDetails.PostalServiceElements.getSupplementaryPostalServiceData()
          Gets the value of the supplementaryPostalServiceData property.
 

Method parameters in org.citygml4j.jaxb.xal with type arguments of type AddressDetails.PostalServiceElements.SupplementaryPostalServiceData
 void AddressDetails.PostalServiceElements.setSupplementaryPostalServiceData(java.util.List<AddressDetails.PostalServiceElements.SupplementaryPostalServiceData> supplementaryPostalServiceData)
          Sets the value of the supplementaryPostalServiceData property.