org.citygml4j.jaxb.citygml._0_4
Class _AbstractBuildingType

java.lang.Object
  extended by org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
      extended by org.citygml4j.jaxb.gml._3_1_1.AbstractFeatureType
          extended by org.citygml4j.jaxb.citygml._0_4._CityObjectType
              extended by org.citygml4j.jaxb.citygml._0_4._SiteType
                  extended by org.citygml4j.jaxb.citygml._0_4._AbstractBuildingType
Direct Known Subclasses:
BuildingPartType, BuildingType

public abstract class _AbstractBuildingType
extends _SiteType

Type describing the thematic and geometric attributes and the associations of buildings. It is an abstract type, only its subclasses Building and BuildingPart can be instantiated. An _AbstractBuilding may consist of BuildingParts, which are again _AbstractBuildings by inheritance. Thus an aggregation hierarchy between _AbstractBuildings of arbitrary depth may be specified. In such an hierarchy, top elements are Buildings, while all other elements are BuildingParts. Each element of such a hierarchy may have all attributes and geometries of _AbstractBuildings. It must, however, be assured than no inconsistencies occur (for example, if the geometry of a Building does not correspond to the geometries of its parts, of if the roof type of a Building is saddle roof, while its parts have an hip roof).

Java class for _AbstractBuildingType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="_AbstractBuildingType">
   <complexContent>
     <extension base="{http://www.citygml.org/citygml/1/0/0}_SiteType">
       <sequence>
         <element name="class" type="{http://www.citygml.org/citygml/1/0/0}BuildingClassType" minOccurs="0"/>
         <element name="function" type="{http://www.citygml.org/citygml/1/0/0}BuildingFunctionType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="usage" type="{http://www.citygml.org/citygml/1/0/0}BuildingUsageType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="yearOfConstruction" type="{http://www.w3.org/2001/XMLSchema}gYear" minOccurs="0"/>
         <element name="yearOfDemolition" type="{http://www.w3.org/2001/XMLSchema}gYear" minOccurs="0"/>
         <element name="roofType" type="{http://www.citygml.org/citygml/1/0/0}RoofTypeType" minOccurs="0"/>
         <element name="measuredHeight" type="{http://www.opengis.net/gml}LengthType" minOccurs="0"/>
         <element name="storeysAboveGround" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
         <element name="storeysBelowGround" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" minOccurs="0"/>
         <element name="storeyHeightsAboveGround" type="{http://www.opengis.net/gml}MeasureOrNullListType" minOccurs="0"/>
         <element name="storeyHeightsBelowGround" type="{http://www.opengis.net/gml}MeasureOrNullListType" minOccurs="0"/>
         <element name="lod1Solid" type="{http://www.opengis.net/gml}SolidPropertyType" minOccurs="0"/>
         <element name="lod1MultiSurface" type="{http://www.opengis.net/gml}MultiSurfacePropertyType" minOccurs="0"/>
         <element name="lod1TerrainIntersection" type="{http://www.opengis.net/gml}MultiCurvePropertyType" minOccurs="0"/>
         <element name="lod2Solid" type="{http://www.opengis.net/gml}SolidPropertyType" minOccurs="0"/>
         <element name="lod2MultiSurface" type="{http://www.opengis.net/gml}MultiSurfacePropertyType" minOccurs="0"/>
         <element name="lod2MultiCurve" type="{http://www.opengis.net/gml}MultiCurvePropertyType" minOccurs="0"/>
         <element name="lod2TerrainIntersection" type="{http://www.opengis.net/gml}MultiCurvePropertyType" minOccurs="0"/>
         <element name="outerBuildingInstallation" type="{http://www.citygml.org/citygml/1/0/0}BuildingInstallationPropertyType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="interiorBuildingInstallation" type="{http://www.citygml.org/citygml/1/0/0}IntBuildingInstallationPropertyType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="boundedBy" type="{http://www.citygml.org/citygml/1/0/0}BoundarySurfacePropertyType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="lod3Solid" type="{http://www.opengis.net/gml}SolidPropertyType" minOccurs="0"/>
         <element name="lod3MultiSurface" type="{http://www.opengis.net/gml}MultiSurfacePropertyType" minOccurs="0"/>
         <element name="lod3MultiCurve" type="{http://www.opengis.net/gml}MultiCurvePropertyType" minOccurs="0"/>
         <element name="lod3TerrainIntersection" type="{http://www.opengis.net/gml}MultiCurvePropertyType" minOccurs="0"/>
         <element name="lod4Solid" type="{http://www.opengis.net/gml}SolidPropertyType" minOccurs="0"/>
         <element name="lod4MultiSurface" type="{http://www.opengis.net/gml}MultiSurfacePropertyType" minOccurs="0"/>
         <element name="lod4MultiCurve" type="{http://www.opengis.net/gml}MultiCurvePropertyType" minOccurs="0"/>
         <element name="lod4TerrainIntersection" type="{http://www.opengis.net/gml}MultiCurvePropertyType" minOccurs="0"/>
         <element name="interiorRoom" type="{http://www.citygml.org/citygml/1/0/0}InteriorRoomPropertyType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="consistsOfBuildingPart" type="{http://www.citygml.org/citygml/1/0/0}BuildingPartPropertyType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="address" type="{http://www.citygml.org/citygml/1/0/0}AddressPropertyType" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.citygml.org/citygml/1/0/0}_GenericApplicationPropertyOfAbstractBuilding" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
_AbstractBuildingType()
           
 
Method Summary
 java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> get_GenericApplicationPropertyOfAbstractBuilding()
          Gets the value of the genericApplicationPropertyOfAbstractBuilding property.
 java.util.List<AddressPropertyType> getAddress()
          Gets the value of the address property.
 java.util.List<BoundarySurfacePropertyType> getBoundedBySurface()
          Gets the value of the boundedBySurface property.
 java.lang.String getClazz()
          Gets the value of the clazz property.
 java.util.List<BuildingPartPropertyType> getConsistsOfBuildingPart()
          Gets the value of the consistsOfBuildingPart property.
 java.util.List<java.lang.String> getFunction()
          Gets the value of the function property.
 java.util.List<IntBuildingInstallationPropertyType> getInteriorBuildingInstallation()
          Gets the value of the interiorBuildingInstallation property.
 java.util.List<InteriorRoomPropertyType> getInteriorRoom()
          Gets the value of the interiorRoom property.
 MultiSurfacePropertyType getLod1MultiSurface()
          Gets the value of the lod1MultiSurface property.
 SolidPropertyType getLod1Solid()
          Gets the value of the lod1Solid property.
 MultiCurvePropertyType getLod1TerrainIntersection()
          Gets the value of the lod1TerrainIntersection property.
 MultiCurvePropertyType getLod2MultiCurve()
          Gets the value of the lod2MultiCurve property.
 MultiSurfacePropertyType getLod2MultiSurface()
          Gets the value of the lod2MultiSurface property.
 SolidPropertyType getLod2Solid()
          Gets the value of the lod2Solid property.
 MultiCurvePropertyType getLod2TerrainIntersection()
          Gets the value of the lod2TerrainIntersection property.
 MultiCurvePropertyType getLod3MultiCurve()
          Gets the value of the lod3MultiCurve property.
 MultiSurfacePropertyType getLod3MultiSurface()
          Gets the value of the lod3MultiSurface property.
 SolidPropertyType getLod3Solid()
          Gets the value of the lod3Solid property.
 MultiCurvePropertyType getLod3TerrainIntersection()
          Gets the value of the lod3TerrainIntersection property.
 MultiCurvePropertyType getLod4MultiCurve()
          Gets the value of the lod4MultiCurve property.
 MultiSurfacePropertyType getLod4MultiSurface()
          Gets the value of the lod4MultiSurface property.
 SolidPropertyType getLod4Solid()
          Gets the value of the lod4Solid property.
 MultiCurvePropertyType getLod4TerrainIntersection()
          Gets the value of the lod4TerrainIntersection property.
 LengthType getMeasuredHeight()
          Gets the value of the measuredHeight property.
 java.util.List<BuildingInstallationPropertyType> getOuterBuildingInstallation()
          Gets the value of the outerBuildingInstallation property.
 java.lang.String getRoofType()
          Gets the value of the roofType property.
 MeasureOrNullListType getStoreyHeightsAboveGround()
          Gets the value of the storeyHeightsAboveGround property.
 MeasureOrNullListType getStoreyHeightsBelowGround()
          Gets the value of the storeyHeightsBelowGround property.
 java.math.BigInteger getStoreysAboveGround()
          Gets the value of the storeysAboveGround property.
 java.math.BigInteger getStoreysBelowGround()
          Gets the value of the storeysBelowGround property.
 java.util.List<java.lang.String> getUsage()
          Gets the value of the usage property.
 javax.xml.datatype.XMLGregorianCalendar getYearOfConstruction()
          Gets the value of the yearOfConstruction property.
 javax.xml.datatype.XMLGregorianCalendar getYearOfDemolition()
          Gets the value of the yearOfDemolition property.
 boolean isSet_GenericApplicationPropertyOfAbstractBuilding()
           
 boolean isSetAddress()
           
 boolean isSetBoundedBySurface()
           
 boolean isSetClazz()
           
 boolean isSetConsistsOfBuildingPart()
           
 boolean isSetFunction()
           
 boolean isSetInteriorBuildingInstallation()
           
 boolean isSetInteriorRoom()
           
 boolean isSetLod1MultiSurface()
           
 boolean isSetLod1Solid()
           
 boolean isSetLod1TerrainIntersection()
           
 boolean isSetLod2MultiCurve()
           
 boolean isSetLod2MultiSurface()
           
 boolean isSetLod2Solid()
           
 boolean isSetLod2TerrainIntersection()
           
 boolean isSetLod3MultiCurve()
           
 boolean isSetLod3MultiSurface()
           
 boolean isSetLod3Solid()
           
 boolean isSetLod3TerrainIntersection()
           
 boolean isSetLod4MultiCurve()
           
 boolean isSetLod4MultiSurface()
           
 boolean isSetLod4Solid()
           
 boolean isSetLod4TerrainIntersection()
           
 boolean isSetMeasuredHeight()
           
 boolean isSetOuterBuildingInstallation()
           
 boolean isSetRoofType()
           
 boolean isSetStoreyHeightsAboveGround()
           
 boolean isSetStoreyHeightsBelowGround()
           
 boolean isSetStoreysAboveGround()
           
 boolean isSetStoreysBelowGround()
           
 boolean isSetUsage()
           
 boolean isSetYearOfConstruction()
           
 boolean isSetYearOfDemolition()
           
 void set_GenericApplicationPropertyOfAbstractBuilding(java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> genericApplicationPropertyOfAbstractBuilding)
          Sets the value of the _GenericApplicationPropertyOfAbstractBuilding property.
 void setAddress(java.util.List<AddressPropertyType> address)
          Sets the value of the address property.
 void setBoundedBySurface(java.util.List<BoundarySurfacePropertyType> boundedBySurface)
          Sets the value of the boundedBySurface property.
 void setClazz(java.lang.String value)
          Sets the value of the clazz property.
 void setConsistsOfBuildingPart(java.util.List<BuildingPartPropertyType> consistsOfBuildingPart)
          Sets the value of the consistsOfBuildingPart property.
 void setFunction(java.util.List<java.lang.String> function)
          Sets the value of the function property.
 void setInteriorBuildingInstallation(java.util.List<IntBuildingInstallationPropertyType> interiorBuildingInstallation)
          Sets the value of the interiorBuildingInstallation property.
 void setInteriorRoom(java.util.List<InteriorRoomPropertyType> interiorRoom)
          Sets the value of the interiorRoom property.
 void setLod1MultiSurface(MultiSurfacePropertyType value)
          Sets the value of the lod1MultiSurface property.
 void setLod1Solid(SolidPropertyType value)
          Sets the value of the lod1Solid property.
 void setLod1TerrainIntersection(MultiCurvePropertyType value)
          Sets the value of the lod1TerrainIntersection property.
 void setLod2MultiCurve(MultiCurvePropertyType value)
          Sets the value of the lod2MultiCurve property.
 void setLod2MultiSurface(MultiSurfacePropertyType value)
          Sets the value of the lod2MultiSurface property.
 void setLod2Solid(SolidPropertyType value)
          Sets the value of the lod2Solid property.
 void setLod2TerrainIntersection(MultiCurvePropertyType value)
          Sets the value of the lod2TerrainIntersection property.
 void setLod3MultiCurve(MultiCurvePropertyType value)
          Sets the value of the lod3MultiCurve property.
 void setLod3MultiSurface(MultiSurfacePropertyType value)
          Sets the value of the lod3MultiSurface property.
 void setLod3Solid(SolidPropertyType value)
          Sets the value of the lod3Solid property.
 void setLod3TerrainIntersection(MultiCurvePropertyType value)
          Sets the value of the lod3TerrainIntersection property.
 void setLod4MultiCurve(MultiCurvePropertyType value)
          Sets the value of the lod4MultiCurve property.
 void setLod4MultiSurface(MultiSurfacePropertyType value)
          Sets the value of the lod4MultiSurface property.
 void setLod4Solid(SolidPropertyType value)
          Sets the value of the lod4Solid property.
 void setLod4TerrainIntersection(MultiCurvePropertyType value)
          Sets the value of the lod4TerrainIntersection property.
 void setMeasuredHeight(LengthType value)
          Sets the value of the measuredHeight property.
 void setOuterBuildingInstallation(java.util.List<BuildingInstallationPropertyType> outerBuildingInstallation)
          Sets the value of the outerBuildingInstallation property.
 void setRoofType(java.lang.String value)
          Sets the value of the roofType property.
 void setStoreyHeightsAboveGround(MeasureOrNullListType value)
          Sets the value of the storeyHeightsAboveGround property.
 void setStoreyHeightsBelowGround(MeasureOrNullListType value)
          Sets the value of the storeyHeightsBelowGround property.
 void setStoreysAboveGround(java.math.BigInteger value)
          Sets the value of the storeysAboveGround property.
 void setStoreysBelowGround(java.math.BigInteger value)
          Sets the value of the storeysBelowGround property.
 void setUsage(java.util.List<java.lang.String> usage)
          Sets the value of the usage property.
 void setYearOfConstruction(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the yearOfConstruction property.
 void setYearOfDemolition(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the yearOfDemolition property.
 void unset_GenericApplicationPropertyOfAbstractBuilding()
           
 void unsetAddress()
           
 void unsetBoundedBySurface()
           
 void unsetConsistsOfBuildingPart()
           
 void unsetFunction()
           
 void unsetInteriorBuildingInstallation()
           
 void unsetInteriorRoom()
           
 void unsetOuterBuildingInstallation()
           
 void unsetUsage()
           
 
Methods inherited from class org.citygml4j.jaxb.citygml._0_4._SiteType
get_GenericApplicationPropertyOfSite, isSet_GenericApplicationPropertyOfSite, set_GenericApplicationPropertyOfSite, unset_GenericApplicationPropertyOfSite
 
Methods inherited from class org.citygml4j.jaxb.citygml._0_4._CityObjectType
get_GenericApplicationPropertyOfCityObject, get_GenericAttribute, getAppearanceMember, getCreationDate, getExternalReference, getGeneralizesTo, getTerminationDate, isSet_GenericApplicationPropertyOfCityObject, isSet_GenericAttribute, isSetAppearanceMember, isSetCreationDate, isSetExternalReference, isSetGeneralizesTo, isSetTerminationDate, set_GenericApplicationPropertyOfCityObject, set_GenericAttribute, setAppearanceMember, setCreationDate, setExternalReference, setGeneralizesTo, setTerminationDate, unset_GenericApplicationPropertyOfCityObject, unset_GenericAttribute, unsetAppearanceMember, unsetExternalReference, unsetGeneralizesTo
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractFeatureType
get_ADEComponent, getBoundedBy, getLocation, isSet_ADEComponent, isSetBoundedBy, isSetLocation, set_ADEComponent, setBoundedBy, setLocation, unset_ADEComponent
 
Methods inherited from class org.citygml4j.jaxb.gml._3_1_1.AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

_AbstractBuildingType

public _AbstractBuildingType()
Method Detail

getClazz

public java.lang.String getClazz()
Gets the value of the clazz property.

Returns:
possible object is String

setClazz

public void setClazz(java.lang.String value)
Sets the value of the clazz property.

Parameters:
value - allowed object is String

isSetClazz

public boolean isSetClazz()

getFunction

public java.util.List<java.lang.String> getFunction()
Gets the value of the function property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the function property.

For example, to add a new item, do as follows:

    getFunction().add(newItem);
 

Objects of the following type(s) are allowed in the list String


isSetFunction

public boolean isSetFunction()

unsetFunction

public void unsetFunction()

getUsage

public java.util.List<java.lang.String> getUsage()
Gets the value of the usage property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the usage property.

For example, to add a new item, do as follows:

    getUsage().add(newItem);
 

Objects of the following type(s) are allowed in the list String


isSetUsage

public boolean isSetUsage()

unsetUsage

public void unsetUsage()

getYearOfConstruction

public javax.xml.datatype.XMLGregorianCalendar getYearOfConstruction()
Gets the value of the yearOfConstruction property.

Returns:
possible object is XMLGregorianCalendar

setYearOfConstruction

public void setYearOfConstruction(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the yearOfConstruction property.

Parameters:
value - allowed object is XMLGregorianCalendar

isSetYearOfConstruction

public boolean isSetYearOfConstruction()

getYearOfDemolition

public javax.xml.datatype.XMLGregorianCalendar getYearOfDemolition()
Gets the value of the yearOfDemolition property.

Returns:
possible object is XMLGregorianCalendar

setYearOfDemolition

public void setYearOfDemolition(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the yearOfDemolition property.

Parameters:
value - allowed object is XMLGregorianCalendar

isSetYearOfDemolition

public boolean isSetYearOfDemolition()

getRoofType

public java.lang.String getRoofType()
Gets the value of the roofType property.

Returns:
possible object is String

setRoofType

public void setRoofType(java.lang.String value)
Sets the value of the roofType property.

Parameters:
value - allowed object is String

isSetRoofType

public boolean isSetRoofType()

getMeasuredHeight

public LengthType getMeasuredHeight()
Gets the value of the measuredHeight property.

Returns:
possible object is LengthType

setMeasuredHeight

public void setMeasuredHeight(LengthType value)
Sets the value of the measuredHeight property.

Parameters:
value - allowed object is LengthType

isSetMeasuredHeight

public boolean isSetMeasuredHeight()

getStoreysAboveGround

public java.math.BigInteger getStoreysAboveGround()
Gets the value of the storeysAboveGround property.

Returns:
possible object is BigInteger

setStoreysAboveGround

public void setStoreysAboveGround(java.math.BigInteger value)
Sets the value of the storeysAboveGround property.

Parameters:
value - allowed object is BigInteger

isSetStoreysAboveGround

public boolean isSetStoreysAboveGround()

getStoreysBelowGround

public java.math.BigInteger getStoreysBelowGround()
Gets the value of the storeysBelowGround property.

Returns:
possible object is BigInteger

setStoreysBelowGround

public void setStoreysBelowGround(java.math.BigInteger value)
Sets the value of the storeysBelowGround property.

Parameters:
value - allowed object is BigInteger

isSetStoreysBelowGround

public boolean isSetStoreysBelowGround()

getStoreyHeightsAboveGround

public MeasureOrNullListType getStoreyHeightsAboveGround()
Gets the value of the storeyHeightsAboveGround property.

Returns:
possible object is MeasureOrNullListType

setStoreyHeightsAboveGround

public void setStoreyHeightsAboveGround(MeasureOrNullListType value)
Sets the value of the storeyHeightsAboveGround property.

Parameters:
value - allowed object is MeasureOrNullListType

isSetStoreyHeightsAboveGround

public boolean isSetStoreyHeightsAboveGround()

getStoreyHeightsBelowGround

public MeasureOrNullListType getStoreyHeightsBelowGround()
Gets the value of the storeyHeightsBelowGround property.

Returns:
possible object is MeasureOrNullListType

setStoreyHeightsBelowGround

public void setStoreyHeightsBelowGround(MeasureOrNullListType value)
Sets the value of the storeyHeightsBelowGround property.

Parameters:
value - allowed object is MeasureOrNullListType

isSetStoreyHeightsBelowGround

public boolean isSetStoreyHeightsBelowGround()

getLod1Solid

public SolidPropertyType getLod1Solid()
Gets the value of the lod1Solid property.

Returns:
possible object is SolidPropertyType

setLod1Solid

public void setLod1Solid(SolidPropertyType value)
Sets the value of the lod1Solid property.

Parameters:
value - allowed object is SolidPropertyType

isSetLod1Solid

public boolean isSetLod1Solid()

getLod1MultiSurface

public MultiSurfacePropertyType getLod1MultiSurface()
Gets the value of the lod1MultiSurface property.

Returns:
possible object is MultiSurfacePropertyType

setLod1MultiSurface

public void setLod1MultiSurface(MultiSurfacePropertyType value)
Sets the value of the lod1MultiSurface property.

Parameters:
value - allowed object is MultiSurfacePropertyType

isSetLod1MultiSurface

public boolean isSetLod1MultiSurface()

getLod1TerrainIntersection

public MultiCurvePropertyType getLod1TerrainIntersection()
Gets the value of the lod1TerrainIntersection property.

Returns:
possible object is MultiCurvePropertyType

setLod1TerrainIntersection

public void setLod1TerrainIntersection(MultiCurvePropertyType value)
Sets the value of the lod1TerrainIntersection property.

Parameters:
value - allowed object is MultiCurvePropertyType

isSetLod1TerrainIntersection

public boolean isSetLod1TerrainIntersection()

getLod2Solid

public SolidPropertyType getLod2Solid()
Gets the value of the lod2Solid property.

Returns:
possible object is SolidPropertyType

setLod2Solid

public void setLod2Solid(SolidPropertyType value)
Sets the value of the lod2Solid property.

Parameters:
value - allowed object is SolidPropertyType

isSetLod2Solid

public boolean isSetLod2Solid()

getLod2MultiSurface

public MultiSurfacePropertyType getLod2MultiSurface()
Gets the value of the lod2MultiSurface property.

Returns:
possible object is MultiSurfacePropertyType

setLod2MultiSurface

public void setLod2MultiSurface(MultiSurfacePropertyType value)
Sets the value of the lod2MultiSurface property.

Parameters:
value - allowed object is MultiSurfacePropertyType

isSetLod2MultiSurface

public boolean isSetLod2MultiSurface()

getLod2MultiCurve

public MultiCurvePropertyType getLod2MultiCurve()
Gets the value of the lod2MultiCurve property.

Returns:
possible object is MultiCurvePropertyType

setLod2MultiCurve

public void setLod2MultiCurve(MultiCurvePropertyType value)
Sets the value of the lod2MultiCurve property.

Parameters:
value - allowed object is MultiCurvePropertyType

isSetLod2MultiCurve

public boolean isSetLod2MultiCurve()

getLod2TerrainIntersection

public MultiCurvePropertyType getLod2TerrainIntersection()
Gets the value of the lod2TerrainIntersection property.

Returns:
possible object is MultiCurvePropertyType

setLod2TerrainIntersection

public void setLod2TerrainIntersection(MultiCurvePropertyType value)
Sets the value of the lod2TerrainIntersection property.

Parameters:
value - allowed object is MultiCurvePropertyType

isSetLod2TerrainIntersection

public boolean isSetLod2TerrainIntersection()

getOuterBuildingInstallation

public java.util.List<BuildingInstallationPropertyType> getOuterBuildingInstallation()
Gets the value of the outerBuildingInstallation property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the outerBuildingInstallation property.

For example, to add a new item, do as follows:

    getOuterBuildingInstallation().add(newItem);
 

Objects of the following type(s) are allowed in the list BuildingInstallationPropertyType


isSetOuterBuildingInstallation

public boolean isSetOuterBuildingInstallation()

unsetOuterBuildingInstallation

public void unsetOuterBuildingInstallation()

getInteriorBuildingInstallation

public java.util.List<IntBuildingInstallationPropertyType> getInteriorBuildingInstallation()
Gets the value of the interiorBuildingInstallation property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the interiorBuildingInstallation property.

For example, to add a new item, do as follows:

    getInteriorBuildingInstallation().add(newItem);
 

Objects of the following type(s) are allowed in the list IntBuildingInstallationPropertyType


isSetInteriorBuildingInstallation

public boolean isSetInteriorBuildingInstallation()

unsetInteriorBuildingInstallation

public void unsetInteriorBuildingInstallation()

getBoundedBySurface

public java.util.List<BoundarySurfacePropertyType> getBoundedBySurface()
Gets the value of the boundedBySurface property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the boundedBySurface property.

For example, to add a new item, do as follows:

    getBoundedBySurface().add(newItem);
 

Objects of the following type(s) are allowed in the list BoundarySurfacePropertyType


isSetBoundedBySurface

public boolean isSetBoundedBySurface()

unsetBoundedBySurface

public void unsetBoundedBySurface()

getLod3Solid

public SolidPropertyType getLod3Solid()
Gets the value of the lod3Solid property.

Returns:
possible object is SolidPropertyType

setLod3Solid

public void setLod3Solid(SolidPropertyType value)
Sets the value of the lod3Solid property.

Parameters:
value - allowed object is SolidPropertyType

isSetLod3Solid

public boolean isSetLod3Solid()

getLod3MultiSurface

public MultiSurfacePropertyType getLod3MultiSurface()
Gets the value of the lod3MultiSurface property.

Returns:
possible object is MultiSurfacePropertyType

setLod3MultiSurface

public void setLod3MultiSurface(MultiSurfacePropertyType value)
Sets the value of the lod3MultiSurface property.

Parameters:
value - allowed object is MultiSurfacePropertyType

isSetLod3MultiSurface

public boolean isSetLod3MultiSurface()

getLod3MultiCurve

public MultiCurvePropertyType getLod3MultiCurve()
Gets the value of the lod3MultiCurve property.

Returns:
possible object is MultiCurvePropertyType

setLod3MultiCurve

public void setLod3MultiCurve(MultiCurvePropertyType value)
Sets the value of the lod3MultiCurve property.

Parameters:
value - allowed object is MultiCurvePropertyType

isSetLod3MultiCurve

public boolean isSetLod3MultiCurve()

getLod3TerrainIntersection

public MultiCurvePropertyType getLod3TerrainIntersection()
Gets the value of the lod3TerrainIntersection property.

Returns:
possible object is MultiCurvePropertyType

setLod3TerrainIntersection

public void setLod3TerrainIntersection(MultiCurvePropertyType value)
Sets the value of the lod3TerrainIntersection property.

Parameters:
value - allowed object is MultiCurvePropertyType

isSetLod3TerrainIntersection

public boolean isSetLod3TerrainIntersection()

getLod4Solid

public SolidPropertyType getLod4Solid()
Gets the value of the lod4Solid property.

Returns:
possible object is SolidPropertyType

setLod4Solid

public void setLod4Solid(SolidPropertyType value)
Sets the value of the lod4Solid property.

Parameters:
value - allowed object is SolidPropertyType

isSetLod4Solid

public boolean isSetLod4Solid()

getLod4MultiSurface

public MultiSurfacePropertyType getLod4MultiSurface()
Gets the value of the lod4MultiSurface property.

Returns:
possible object is MultiSurfacePropertyType

setLod4MultiSurface

public void setLod4MultiSurface(MultiSurfacePropertyType value)
Sets the value of the lod4MultiSurface property.

Parameters:
value - allowed object is MultiSurfacePropertyType

isSetLod4MultiSurface

public boolean isSetLod4MultiSurface()

getLod4MultiCurve

public MultiCurvePropertyType getLod4MultiCurve()
Gets the value of the lod4MultiCurve property.

Returns:
possible object is MultiCurvePropertyType

setLod4MultiCurve

public void setLod4MultiCurve(MultiCurvePropertyType value)
Sets the value of the lod4MultiCurve property.

Parameters:
value - allowed object is MultiCurvePropertyType

isSetLod4MultiCurve

public boolean isSetLod4MultiCurve()

getLod4TerrainIntersection

public MultiCurvePropertyType getLod4TerrainIntersection()
Gets the value of the lod4TerrainIntersection property.

Returns:
possible object is MultiCurvePropertyType

setLod4TerrainIntersection

public void setLod4TerrainIntersection(MultiCurvePropertyType value)
Sets the value of the lod4TerrainIntersection property.

Parameters:
value - allowed object is MultiCurvePropertyType

isSetLod4TerrainIntersection

public boolean isSetLod4TerrainIntersection()

getInteriorRoom

public java.util.List<InteriorRoomPropertyType> getInteriorRoom()
Gets the value of the interiorRoom property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the interiorRoom property.

For example, to add a new item, do as follows:

    getInteriorRoom().add(newItem);
 

Objects of the following type(s) are allowed in the list InteriorRoomPropertyType


isSetInteriorRoom

public boolean isSetInteriorRoom()

unsetInteriorRoom

public void unsetInteriorRoom()

getConsistsOfBuildingPart

public java.util.List<BuildingPartPropertyType> getConsistsOfBuildingPart()
Gets the value of the consistsOfBuildingPart property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the consistsOfBuildingPart property.

For example, to add a new item, do as follows:

    getConsistsOfBuildingPart().add(newItem);
 

Objects of the following type(s) are allowed in the list BuildingPartPropertyType


isSetConsistsOfBuildingPart

public boolean isSetConsistsOfBuildingPart()

unsetConsistsOfBuildingPart

public void unsetConsistsOfBuildingPart()

getAddress

public java.util.List<AddressPropertyType> getAddress()
Gets the value of the address property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the address property.

For example, to add a new item, do as follows:

    getAddress().add(newItem);
 

Objects of the following type(s) are allowed in the list AddressPropertyType


isSetAddress

public boolean isSetAddress()

unsetAddress

public void unsetAddress()

get_GenericApplicationPropertyOfAbstractBuilding

public java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> get_GenericApplicationPropertyOfAbstractBuilding()
Gets the value of the genericApplicationPropertyOfAbstractBuilding property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the genericApplicationPropertyOfAbstractBuilding property.

For example, to add a new item, do as follows:

    get_GenericApplicationPropertyOfAbstractBuilding().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<Object> JAXBElement<Object>


isSet_GenericApplicationPropertyOfAbstractBuilding

public boolean isSet_GenericApplicationPropertyOfAbstractBuilding()

unset_GenericApplicationPropertyOfAbstractBuilding

public void unset_GenericApplicationPropertyOfAbstractBuilding()

setFunction

public void setFunction(java.util.List<java.lang.String> function)
Sets the value of the function property.

Parameters:
function - allowed object is String

setUsage

public void setUsage(java.util.List<java.lang.String> usage)
Sets the value of the usage property.

Parameters:
usage - allowed object is String

setOuterBuildingInstallation

public void setOuterBuildingInstallation(java.util.List<BuildingInstallationPropertyType> outerBuildingInstallation)
Sets the value of the outerBuildingInstallation property.

Parameters:
outerBuildingInstallation - allowed object is BuildingInstallationPropertyType

setInteriorBuildingInstallation

public void setInteriorBuildingInstallation(java.util.List<IntBuildingInstallationPropertyType> interiorBuildingInstallation)
Sets the value of the interiorBuildingInstallation property.

Parameters:
interiorBuildingInstallation - allowed object is IntBuildingInstallationPropertyType

setBoundedBySurface

public void setBoundedBySurface(java.util.List<BoundarySurfacePropertyType> boundedBySurface)
Sets the value of the boundedBySurface property.

Parameters:
boundedBySurface - allowed object is BoundarySurfacePropertyType

setInteriorRoom

public void setInteriorRoom(java.util.List<InteriorRoomPropertyType> interiorRoom)
Sets the value of the interiorRoom property.

Parameters:
interiorRoom - allowed object is InteriorRoomPropertyType

setConsistsOfBuildingPart

public void setConsistsOfBuildingPart(java.util.List<BuildingPartPropertyType> consistsOfBuildingPart)
Sets the value of the consistsOfBuildingPart property.

Parameters:
consistsOfBuildingPart - allowed object is BuildingPartPropertyType

setAddress

public void setAddress(java.util.List<AddressPropertyType> address)
Sets the value of the address property.

Parameters:
address - allowed object is AddressPropertyType

set_GenericApplicationPropertyOfAbstractBuilding

public void set_GenericApplicationPropertyOfAbstractBuilding(java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> genericApplicationPropertyOfAbstractBuilding)
Sets the value of the _GenericApplicationPropertyOfAbstractBuilding property.

Parameters:
genericApplicationPropertyOfAbstractBuilding - allowed object is JAXBElement<Object> JAXBElement<Object>