Uses of Class
org.citygml4j.jaxb.citygml.core._1.XalAddressPropertyType

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.core that return XalAddressPropertyType
 XalAddressPropertyType Core100Marshaller.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 Core100Unmarshaller.unmarshalXalAddressProperty(XalAddressPropertyType src)
           
 

Uses of XalAddressPropertyType in org.citygml4j.jaxb.citygml.core._1
 

Methods in org.citygml4j.jaxb.citygml.core._1 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.core._1 with parameters of type XalAddressPropertyType
 void AddressType.setXalAddress(XalAddressPropertyType value)
          Sets the value of the xalAddress property.