org.citygml4j.impl.citygml.building
Class IntBuildingInstallationImpl

java.lang.Object
  extended by org.citygml4j.impl.gml.base.AbstractGMLImpl
      extended by org.citygml4j.impl.gml.feature.AbstractFeatureImpl
          extended by org.citygml4j.impl.citygml.core.AbstractCityObjectImpl
              extended by org.citygml4j.impl.citygml.building.IntBuildingInstallationImpl
All Implemented Interfaces:
BuildingModuleComponent, IntBuildingInstallation, CityGML, AbstractCityObject, CoreModuleComponent, Associable, ModelObject, Child, Copyable, AbstractGML, StandardObjectProperties, AbstractFeature, GML

public class IntBuildingInstallationImpl
extends AbstractCityObjectImpl
implements IntBuildingInstallation


Constructor Summary
IntBuildingInstallationImpl()
           
IntBuildingInstallationImpl(BuildingModule module)
           
 
Method Summary
<T> T
accept(FeatureFunctor<T> visitor)
           
 void accept(FeatureVisitor visitor)
           
<T> T
accept(GMLFunctor<T> visitor)
           
 void accept(GMLVisitor visitor)
           
 void addFunction(java.lang.String function)
           
 void addGenericApplicationPropertyOfIntBuildingInstallation(ADEComponent ade)
           
 void addUsage(java.lang.String usage)
           
 BoundingShape calcBoundedBy(boolean setBoundedBy)
           
 java.lang.Object copy(CopyBuilder copyBuilder)
           
 java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
           
 CityGMLClass getCityGMLClass()
           
 BuildingModule getCityGMLModule()
           
 java.lang.String getClazz()
           
 java.util.List<java.lang.String> getFunction()
           
 java.util.List<ADEComponent> getGenericApplicationPropertyOfIntBuildingInstallation()
           
 GeometryProperty<? extends AbstractGeometry> getLod4Geometry()
           
 LodRepresentation getLodRepresentation()
           
 java.util.List<java.lang.String> getUsage()
           
 boolean isSetCityGMLModule()
           
 boolean isSetClazz()
           
 boolean isSetFunction()
           
 boolean isSetGenericApplicationPropertyOfIntBuildingInstallation()
           
 boolean isSetLod4Geometry()
           
 boolean isSetUsage()
           
 void setClazz(java.lang.String clazz)
           
 void setFunction(java.util.List<java.lang.String> function)
           
 void setGenericApplicationPropertyOfIntBuildingInstallation(java.util.List<ADEComponent> ade)
           
 void setLod4Geometry(GeometryProperty<? extends AbstractGeometry> lod4Geometry)
           
 void setUsage(java.util.List<java.lang.String> usage)
           
 void unsetClazz()
           
 void unsetFunction()
           
 boolean unsetFunction(java.lang.String function)
           
 void unsetGenericApplicationPropertyOfIntBuildingInstallation()
           
 boolean unsetGenericApplicationPropertyOfIntBuildingInstallation(ADEComponent ade)
           
 void unsetLod4Geometry()
           
 void unsetUsage()
           
 boolean unsetUsage(java.lang.String usage)
           
 
Methods inherited from class org.citygml4j.impl.citygml.core.AbstractCityObjectImpl
addAppearance, addExternalReference, addGeneralizesTo, addGenericApplicationPropertyOfCityObject, addGenericAttribute, getAppearance, getCreationDate, getExternalReference, getGeneralizesTo, getGenericApplicationPropertyOfCityObject, getGenericAttribute, getModelType, getTerminationDate, isSetAppearance, isSetCreationDate, isSetExternalReference, isSetGeneralizesTo, isSetGenericApplicationPropertyOfCityObject, isSetGenericAttribute, isSetTerminationDate, setAppearance, setCreationDate, setExternalReference, setGeneralizesTo, setGenericApplicationPropertyOfCityObject, setGenericAttribute, setTerminationDate, unsetAppearance, unsetAppearance, unsetCreationDate, unsetExternalReference, unsetExternalReference, unsetGeneralizesTo, unsetGeneralizesTo, unsetGenericApplicationPropertyOfCityObject, unsetGenericApplicationPropertyOfCityObject, unsetGenericAttribute, unsetGenericAttribute, unsetTerminationDate
 
Methods inherited from class org.citygml4j.impl.gml.feature.AbstractFeatureImpl
addGenericADEComponent, getBoundedBy, getGenericADEComponent, getGMLClass, getLocation, isSetBoundedBy, isSetGenericADEComponent, isSetLocation, setBoundedBy, setGenericADEComponent, setLocation, unsetBoundedBy, unsetGenericADEComponent, unsetGenericADEComponent, unsetLocation
 
Methods inherited from class org.citygml4j.impl.gml.base.AbstractGMLImpl
addMetaDataProperty, addName, getDescription, getId, getMetaDataProperty, getName, getParent, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, isSetParent, setDescription, setId, setMetaDataProperty, setName, setParent, unsetDescription, unsetId, unsetMetaDataProperty, unsetMetaDataProperty, unsetName, unsetName, unsetParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.citygml4j.model.citygml.core.AbstractCityObject
addAppearance, addExternalReference, addGeneralizesTo, addGenericApplicationPropertyOfCityObject, addGenericAttribute, getAppearance, getCreationDate, getExternalReference, getGeneralizesTo, getGenericApplicationPropertyOfCityObject, getGenericAttribute, getTerminationDate, isSetAppearance, isSetCreationDate, isSetExternalReference, isSetGeneralizesTo, isSetGenericApplicationPropertyOfCityObject, isSetGenericAttribute, isSetTerminationDate, setAppearance, setCreationDate, setExternalReference, setGeneralizesTo, setGenericApplicationPropertyOfCityObject, setGenericAttribute, setTerminationDate, unsetAppearance, unsetAppearance, unsetCreationDate, unsetExternalReference, unsetExternalReference, unsetGeneralizesTo, unsetGeneralizesTo, unsetGenericApplicationPropertyOfCityObject, unsetGenericApplicationPropertyOfCityObject, unsetGenericAttribute, unsetGenericAttribute, unsetTerminationDate
 
Methods inherited from interface org.citygml4j.model.gml.feature.AbstractFeature
addGenericADEComponent, getBoundedBy, getGenericADEComponent, getLocation, isSetBoundedBy, isSetGenericADEComponent, isSetLocation, setBoundedBy, setGenericADEComponent, setLocation, unsetBoundedBy, unsetGenericADEComponent, unsetGenericADEComponent, unsetLocation
 
Methods inherited from interface org.citygml4j.model.gml.base.AbstractGML
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.gml.GML
getGMLClass
 
Methods inherited from interface org.citygml4j.model.common.base.ModelObject
getModelType
 
Methods inherited from interface org.citygml4j.model.common.child.Child
getParent, isSetParent, setParent, unsetParent
 

Constructor Detail

IntBuildingInstallationImpl

public IntBuildingInstallationImpl()

IntBuildingInstallationImpl

public IntBuildingInstallationImpl(BuildingModule module)
Method Detail

addFunction

public void addFunction(java.lang.String function)
Specified by:
addFunction in interface IntBuildingInstallation

addGenericApplicationPropertyOfIntBuildingInstallation

public void addGenericApplicationPropertyOfIntBuildingInstallation(ADEComponent ade)
Specified by:
addGenericApplicationPropertyOfIntBuildingInstallation in interface IntBuildingInstallation

addUsage

public void addUsage(java.lang.String usage)
Specified by:
addUsage in interface IntBuildingInstallation

getClazz

public java.lang.String getClazz()
Specified by:
getClazz in interface IntBuildingInstallation

getFunction

public java.util.List<java.lang.String> getFunction()
Specified by:
getFunction in interface IntBuildingInstallation

getGenericApplicationPropertyOfIntBuildingInstallation

public java.util.List<ADEComponent> getGenericApplicationPropertyOfIntBuildingInstallation()
Specified by:
getGenericApplicationPropertyOfIntBuildingInstallation in interface IntBuildingInstallation

getLod4Geometry

public GeometryProperty<? extends AbstractGeometry> getLod4Geometry()
Specified by:
getLod4Geometry in interface IntBuildingInstallation

getUsage

public java.util.List<java.lang.String> getUsage()
Specified by:
getUsage in interface IntBuildingInstallation

isSetClazz

public boolean isSetClazz()
Specified by:
isSetClazz in interface IntBuildingInstallation

isSetFunction

public boolean isSetFunction()
Specified by:
isSetFunction in interface IntBuildingInstallation

isSetGenericApplicationPropertyOfIntBuildingInstallation

public boolean isSetGenericApplicationPropertyOfIntBuildingInstallation()
Specified by:
isSetGenericApplicationPropertyOfIntBuildingInstallation in interface IntBuildingInstallation

isSetLod4Geometry

public boolean isSetLod4Geometry()
Specified by:
isSetLod4Geometry in interface IntBuildingInstallation

isSetUsage

public boolean isSetUsage()
Specified by:
isSetUsage in interface IntBuildingInstallation

setClazz

public void setClazz(java.lang.String clazz)
Specified by:
setClazz in interface IntBuildingInstallation

setFunction

public void setFunction(java.util.List<java.lang.String> function)
Specified by:
setFunction in interface IntBuildingInstallation

setGenericApplicationPropertyOfIntBuildingInstallation

public void setGenericApplicationPropertyOfIntBuildingInstallation(java.util.List<ADEComponent> ade)
Specified by:
setGenericApplicationPropertyOfIntBuildingInstallation in interface IntBuildingInstallation

setLod4Geometry

public void setLod4Geometry(GeometryProperty<? extends AbstractGeometry> lod4Geometry)
Specified by:
setLod4Geometry in interface IntBuildingInstallation

setUsage

public void setUsage(java.util.List<java.lang.String> usage)
Specified by:
setUsage in interface IntBuildingInstallation

unsetClazz

public void unsetClazz()
Specified by:
unsetClazz in interface IntBuildingInstallation

unsetFunction

public void unsetFunction()
Specified by:
unsetFunction in interface IntBuildingInstallation

unsetFunction

public boolean unsetFunction(java.lang.String function)
Specified by:
unsetFunction in interface IntBuildingInstallation

unsetGenericApplicationPropertyOfIntBuildingInstallation

public void unsetGenericApplicationPropertyOfIntBuildingInstallation()
Specified by:
unsetGenericApplicationPropertyOfIntBuildingInstallation in interface IntBuildingInstallation

unsetGenericApplicationPropertyOfIntBuildingInstallation

public boolean unsetGenericApplicationPropertyOfIntBuildingInstallation(ADEComponent ade)
Specified by:
unsetGenericApplicationPropertyOfIntBuildingInstallation in interface IntBuildingInstallation

unsetLod4Geometry

public void unsetLod4Geometry()
Specified by:
unsetLod4Geometry in interface IntBuildingInstallation

unsetUsage

public void unsetUsage()
Specified by:
unsetUsage in interface IntBuildingInstallation

unsetUsage

public boolean unsetUsage(java.lang.String usage)
Specified by:
unsetUsage in interface IntBuildingInstallation

getCityGMLClass

public CityGMLClass getCityGMLClass()
Specified by:
getCityGMLClass in interface CityGML

getCityGMLModule

public final BuildingModule getCityGMLModule()
Specified by:
getCityGMLModule in interface CityGML
Overrides:
getCityGMLModule in class AbstractCityObjectImpl

isSetCityGMLModule

public boolean isSetCityGMLModule()
Specified by:
isSetCityGMLModule in interface CityGML
Overrides:
isSetCityGMLModule in class AbstractCityObjectImpl

calcBoundedBy

public BoundingShape calcBoundedBy(boolean setBoundedBy)
Specified by:
calcBoundedBy in interface AbstractFeature
Overrides:
calcBoundedBy in class AbstractFeatureImpl

getLodRepresentation

public LodRepresentation getLodRepresentation()
Specified by:
getLodRepresentation in interface AbstractCityObject
Overrides:
getLodRepresentation in class AbstractCityObjectImpl

copy

public java.lang.Object copy(CopyBuilder copyBuilder)
Specified by:
copy in interface Copyable

copyTo

public java.lang.Object copyTo(java.lang.Object target,
                               CopyBuilder copyBuilder)
Specified by:
copyTo in interface Copyable
Overrides:
copyTo in class AbstractCityObjectImpl

accept

public void accept(FeatureVisitor visitor)
Specified by:
accept in interface AbstractFeature

accept

public <T> T accept(FeatureFunctor<T> visitor)
Specified by:
accept in interface AbstractFeature

accept

public void accept(GMLVisitor visitor)
Specified by:
accept in interface AbstractGML

accept

public <T> T accept(GMLFunctor<T> visitor)
Specified by:
accept in interface AbstractGML