org.citygml4j.model.citygml.building
Interface BuildingInstallationProperty

All Superinterfaces:
Association<BuildingInstallation>, AssociationAttributeGroup, AssociationByRep<BuildingInstallation>, AssociationByRepOrRef<BuildingInstallation>, BuildingModuleComponent, Child, CityGML, Copyable, FeatureProperty<BuildingInstallation>, GML, ModelObject
All Known Implementing Classes:
BuildingInstallationPropertyImpl

public interface BuildingInstallationProperty
extends BuildingModuleComponent, FeatureProperty<BuildingInstallation>


Method Summary
 BuildingInstallation getBuildingInstallation()
           
 boolean isSetBuildingInstallation()
           
 void setBuildingInstallation(BuildingInstallation buildingInstallation)
           
 void unsetBuildingInstallation()
           
 
Methods inherited from interface org.citygml4j.model.citygml.CityGML
getCityGMLClass, getCityGMLModule, isSetCityGMLModule
 
Methods inherited from interface org.citygml4j.model.gml.feature.FeatureProperty
getFeature, getGenericADEComponent, isSetFeature, isSetGenericADEComponent, setFeature, setGenericADEComponent, unsetFeature, unsetGenericADEComponent
 
Methods inherited from interface org.citygml4j.model.gml.base.AssociationByRep
getObject, isSetObject, setObject, unsetObject
 
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
 
Methods inherited from interface org.citygml4j.model.gml.base.AssociationAttributeGroup
getActuate, getArcrole, getHref, getRemoteSchema, getRole, getShow, getTitle, getType, isSetActuate, isSetArcrole, isSetHref, isSetRemoteSchema, isSetRole, isSetShow, isSetTitle, isSetType, setActuate, setArcrole, setHref, setRemoteSchema, setRole, setShow, setTitle, setType, unsetActuate, unsetArcrole, unsetHref, unsetRemoteSchema, unsetRole, unsetShow, unsetTitle, unsetType
 
Methods inherited from interface org.citygml4j.model.gml.GML
getGMLClass
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 

Method Detail

getBuildingInstallation

BuildingInstallation getBuildingInstallation()

isSetBuildingInstallation

boolean isSetBuildingInstallation()

setBuildingInstallation

void setBuildingInstallation(BuildingInstallation buildingInstallation)

unsetBuildingInstallation

void unsetBuildingInstallation()