org.citygml4j.model.citygml.core
Interface Address

All Superinterfaces:
AbstractFeature, AbstractGML, Associable, Child, CityGML, Copyable, CoreModuleComponent, GML, ModelObject, StandardObjectProperties
All Known Implementing Classes:
AddressImpl

public interface Address
extends CoreModuleComponent, AbstractFeature


Method Summary
 void addGenericApplicationPropertyOfAddress(ADEComponent ade)
           
 java.util.List<ADEComponent> getGenericApplicationPropertyOfAddress()
           
 MultiPointProperty getMultiPoint()
           
 XalAddressProperty getXalAddress()
           
 boolean isSetGenericApplicationPropertyOfAddress()
           
 boolean isSetMultiPoint()
           
 boolean isSetXalAddress()
           
 void setGenericApplicationPropertyOfAddress(java.util.List<ADEComponent> ade)
           
 void setMultiPoint(MultiPointProperty multiPoint)
           
 void setXalAddress(XalAddressProperty xalAddress)
           
 void unsetGenericApplicationPropertyOfAddress()
           
 boolean unsetGenericApplicationPropertyOfAddress(ADEComponent ade)
           
 void unsetMultiPoint()
           
 void unsetXalAddress()
           
 
Methods inherited from interface org.citygml4j.model.citygml.CityGML
getCityGMLClass, getCityGMLModule, isSetCityGMLModule
 
Methods inherited from interface org.citygml4j.model.gml.feature.AbstractFeature
accept, accept, addGenericADEComponent, calcBoundedBy, getBoundedBy, getGenericADEComponent, getLocation, isSetBoundedBy, isSetGenericADEComponent, isSetLocation, setBoundedBy, setGenericADEComponent, setLocation, unsetBoundedBy, unsetGenericADEComponent, unsetGenericADEComponent, unsetLocation
 
Methods inherited from interface org.citygml4j.model.gml.base.AbstractGML
accept, accept, getId, isSetId, setId, unsetId
 
Methods inherited from interface org.citygml4j.model.gml.base.StandardObjectProperties
addMetaDataProperty, addName, getDescription, getMetaDataProperty, getName, isSetDescription, isSetMetaDataProperty, isSetName, setDescription, setMetaDataProperty, setName, unsetDescription, unsetMetaDataProperty, unsetMetaDataProperty, unsetName, unsetName
 
Methods inherited from interface org.citygml4j.model.common.child.Child
getParent, isSetParent, setParent, unsetParent
 
Methods inherited from interface org.citygml4j.model.common.copy.Copyable
copy, copyTo
 

Method Detail

getXalAddress

XalAddressProperty getXalAddress()

getMultiPoint

MultiPointProperty getMultiPoint()

getGenericApplicationPropertyOfAddress

java.util.List<ADEComponent> getGenericApplicationPropertyOfAddress()

isSetXalAddress

boolean isSetXalAddress()

isSetMultiPoint

boolean isSetMultiPoint()

isSetGenericApplicationPropertyOfAddress

boolean isSetGenericApplicationPropertyOfAddress()

setXalAddress

void setXalAddress(XalAddressProperty xalAddress)

setMultiPoint

void setMultiPoint(MultiPointProperty multiPoint)

addGenericApplicationPropertyOfAddress

void addGenericApplicationPropertyOfAddress(ADEComponent ade)

setGenericApplicationPropertyOfAddress

void setGenericApplicationPropertyOfAddress(java.util.List<ADEComponent> ade)

unsetXalAddress

void unsetXalAddress()

unsetMultiPoint

void unsetMultiPoint()

unsetGenericApplicationPropertyOfAddress

void unsetGenericApplicationPropertyOfAddress()

unsetGenericApplicationPropertyOfAddress

boolean unsetGenericApplicationPropertyOfAddress(ADEComponent ade)