Uses of Class
org.citygml4j.jaxb.citygml._0_4.XalAddressPropertyType

Packages that use XalAddressPropertyType
org.citygml4j.builder.jaxb.marshal.citygml.core   
org.citygml4j.builder.jaxb.unmarshal.citygml.core   
org.citygml4j.jaxb.citygml._0_4   
 

Uses of XalAddressPropertyType in org.citygml4j.builder.jaxb.marshal.citygml.core
 

Methods in org.citygml4j.builder.jaxb.marshal.citygml.core that return XalAddressPropertyType
 XalAddressPropertyType Core040Marshaller.marshalXalAddressProperty(XalAddressProperty src)
           
 

Uses of XalAddressPropertyType in org.citygml4j.builder.jaxb.unmarshal.citygml.core
 

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.core with parameters of type XalAddressPropertyType
 XalAddressProperty Core040Unmarshaller.unmarshalXalAddressProperty(XalAddressPropertyType src)
           
 

Uses of XalAddressPropertyType in org.citygml4j.jaxb.citygml._0_4
 

Methods in org.citygml4j.jaxb.citygml._0_4 that return XalAddressPropertyType
 XalAddressPropertyType ObjectFactory.createXalAddressPropertyType()
          Create an instance of XalAddressPropertyType
 XalAddressPropertyType AddressType.getXalAddress()
          Gets the value of the xalAddress property.
 

Methods in org.citygml4j.jaxb.citygml._0_4 with parameters of type XalAddressPropertyType
 void AddressType.setXalAddress(XalAddressPropertyType value)
          Sets the value of the xalAddress property.