Uses of Class
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.model.citygml.bridge   
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 Core200Marshaller.marshalAddressProperty(AddressProperty src)
           
 AddressPropertyType Core100Marshaller.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 Core200Unmarshaller.unmarshalAddressProperty(AddressPropertyType src)
           
 AddressProperty Core100Unmarshaller.unmarshalAddressProperty(AddressPropertyType src)
           
 

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

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

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

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

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)