org.citygml4j.model.citygml.core
Interface XalAddressProperty

All Superinterfaces:
Association<AddressDetails>, AssociationByRep<AddressDetails>, Child, CityGML, Copyable, CoreModuleComponent, GML, ModelObject
All Known Implementing Classes:
XalAddressPropertyImpl

public interface XalAddressProperty
extends CoreModuleComponent, AssociationByRep<AddressDetails>


Method Summary
 AddressDetails getAddressDetails()
           
 boolean isSetAddressDetails()
           
 void setAddressDetails(AddressDetails addressDetails)
           
 void unsetAddressDetails()
           
 
Methods inherited from interface org.citygml4j.model.citygml.CityGML
getCityGMLClass, getCityGMLModule, isSetCityGMLModule
 
Methods inherited from interface org.citygml4j.model.gml.base.AssociationByRep
getObject, isSetObject, setObject, unsetObject
 
Methods inherited from interface org.citygml4j.model.gml.GML
getGMLClass
 
Methods inherited from interface org.citygml4j.model.common.child.Child
getParent, isSetParent, setParent, unsetParent
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy, copyTo
 

Method Detail

getAddressDetails

AddressDetails getAddressDetails()

isSetAddressDetails

boolean isSetAddressDetails()

setAddressDetails

void setAddressDetails(AddressDetails addressDetails)

unsetAddressDetails

void unsetAddressDetails()