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

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

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.core that return AddressPropertyType
 AddressPropertyType Core040Marshaller.marshalAddressProperty(AddressProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.core with parameters of type AddressPropertyType
 AddressProperty Core040Unmarshaller.unmarshalAddressProperty(AddressPropertyType src)
           
 

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

Methods in org.citygml4j.jaxb.citygml._0_4 that return AddressPropertyType
 AddressPropertyType ObjectFactory.createAddressPropertyType()
          Create an instance of AddressPropertyType
 

Methods in org.citygml4j.jaxb.citygml._0_4 that return types with arguments of type AddressPropertyType
 java.util.List<AddressPropertyType> _AbstractBuildingType.getAddress()
          Gets the value of the address property.
 java.util.List<AddressPropertyType> DoorType.getAddress()
          Gets the value of the address property.
 

Method parameters in org.citygml4j.jaxb.citygml._0_4 with type arguments of type AddressPropertyType
 void _AbstractBuildingType.setAddress(java.util.List<AddressPropertyType> address)
          Sets the value of the address property.
 void DoorType.setAddress(java.util.List<AddressPropertyType> address)
          Sets the value of the address property.