Uses of Interface
org.citygml4j.model.citygml.core.AddressProperty

Packages that use AddressProperty
org.citygml4j.builder.jaxb.marshal.citygml.core   
org.citygml4j.builder.jaxb.unmarshal.citygml.core   
org.citygml4j.factory   
org.citygml4j.impl.citygml.building   
org.citygml4j.impl.citygml.core   
org.citygml4j.model.citygml.building   
 

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

Methods in org.citygml4j.builder.jaxb.marshal.citygml.core with parameters of type AddressProperty
 AddressPropertyType Core100Marshaller.marshalAddressProperty(AddressProperty src)
           
 AddressPropertyType Core040Marshaller.marshalAddressProperty(AddressProperty src)
           
 

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

Methods in org.citygml4j.builder.jaxb.unmarshal.citygml.core that return AddressProperty
 AddressProperty Core100Unmarshaller.unmarshalAddressProperty(AddressPropertyType src)
           
 AddressProperty Core040Unmarshaller.unmarshalAddressProperty(AddressPropertyType src)
           
 

Uses of AddressProperty in org.citygml4j.factory
 

Methods in org.citygml4j.factory that return AddressProperty
 AddressProperty CityGMLFactory.createAddressProperty()
           
 AddressProperty CityGMLFactory.createAddressProperty(Address address)
           
 AddressProperty CityGMLFactory.createAddressProperty(java.lang.String xlink)
           
 

Uses of AddressProperty in org.citygml4j.impl.citygml.building
 

Methods in org.citygml4j.impl.citygml.building that return types with arguments of type AddressProperty
 java.util.List<AddressProperty> DoorImpl.getAddress()
           
 java.util.List<AddressProperty> AbstractBuildingImpl.getAddress()
           
 

Methods in org.citygml4j.impl.citygml.building with parameters of type AddressProperty
 void DoorImpl.addAddress(AddressProperty address)
           
 void AbstractBuildingImpl.addAddress(AddressProperty address)
           
 boolean DoorImpl.unsetAddress(AddressProperty address)
           
 boolean AbstractBuildingImpl.unsetAddress(AddressProperty address)
           
 

Method parameters in org.citygml4j.impl.citygml.building with type arguments of type AddressProperty
 void DoorImpl.setAddress(java.util.List<AddressProperty> address)
           
 void AbstractBuildingImpl.setAddress(java.util.List<AddressProperty> address)
           
 

Uses of AddressProperty in org.citygml4j.impl.citygml.core
 

Classes in org.citygml4j.impl.citygml.core that implement AddressProperty
 class AddressPropertyImpl
           
 

Uses of AddressProperty in org.citygml4j.model.citygml.building
 

Methods in org.citygml4j.model.citygml.building that return types with arguments of type AddressProperty
 java.util.List<AddressProperty> Door.getAddress()
           
 java.util.List<AddressProperty> AbstractBuilding.getAddress()
           
 

Methods in org.citygml4j.model.citygml.building with parameters of type AddressProperty
 void Door.addAddress(AddressProperty address)
           
 void AbstractBuilding.addAddress(AddressProperty address)
           
 boolean Door.unsetAddress(AddressProperty address)
           
 boolean AbstractBuilding.unsetAddress(AddressProperty address)
           
 

Method parameters in org.citygml4j.model.citygml.building with type arguments of type AddressProperty
 void Door.setAddress(java.util.List<AddressProperty> address)
           
 void AbstractBuilding.setAddress(java.util.List<AddressProperty> address)