Class AbstractBuildingType
- java.lang.Object
-
- net.opengis.gml.v_3_1_1.AbstractGMLType
-
- net.opengis.gml.v_3_1_1.AbstractFeatureType
-
- net.opengis.citygml.v_2_0.AbstractCityObjectType
-
- net.opengis.citygml.v_2_0.AbstractSiteType
-
- net.opengis.citygml.building.v_2_0.AbstractBuildingType
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb.lang.CopyTo,org.jvnet.jaxb.lang.Equals,org.jvnet.jaxb.lang.HashCode,org.jvnet.jaxb.lang.MergeFrom,org.jvnet.jaxb.lang.ToString
- Direct Known Subclasses:
BuildingPartType,BuildingType
public abstract class AbstractBuildingType extends AbstractSiteType implements Cloneable, org.jvnet.jaxb.lang.CopyTo, org.jvnet.jaxb.lang.Equals, org.jvnet.jaxb.lang.HashCode, org.jvnet.jaxb.lang.MergeFrom, org.jvnet.jaxb.lang.ToString
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, or if the roof type of a Building is saddle roof, while its parts have an hip roof). As subclass of _CityObject, an _AbstractBuilding inherits all attributes and relations, in particular an id, names, external references, and generalization relations.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.opengis.net/citygml/2.0}AbstractSiteType"> <sequence> <element name="class" type="{http://www.opengis.net/gml}CodeType" minOccurs="0"/> <element name="function" type="{http://www.opengis.net/gml}CodeType" maxOccurs="unbounded" minOccurs="0"/> <element name="usage" type="{http://www.opengis.net/gml}CodeType" 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.opengis.net/gml}CodeType" 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="lod0FootPrint" type="{http://www.opengis.net/gml}MultiSurfacePropertyType" minOccurs="0"/> <element name="lod0RoofEdge" type="{http://www.opengis.net/gml}MultiSurfacePropertyType" 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.opengis.net/citygml/building/2.0}BuildingInstallationPropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="interiorBuildingInstallation" type="{http://www.opengis.net/citygml/building/2.0}IntBuildingInstallationPropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="boundedBy" type="{http://www.opengis.net/citygml/building/2.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.opengis.net/citygml/building/2.0}InteriorRoomPropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="consistsOfBuildingPart" type="{http://www.opengis.net/citygml/building/2.0}BuildingPartPropertyType" maxOccurs="unbounded" minOccurs="0"/> <element name="address" type="{http://www.opengis.net/citygml/2.0}AddressPropertyType" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.opengis.net/citygml/building/2.0}_GenericApplicationPropertyOfAbstractBuilding" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
-
Fields inherited from class net.opengis.citygml.v_2_0.AbstractSiteType
genericApplicationPropertyOfSite
-
Fields inherited from class net.opengis.citygml.v_2_0.AbstractCityObjectType
creationDate, externalReference, generalizesTo, genericApplicationPropertyOfCityObject, relativeToTerrain, relativeToWater, terminationDate
-
Fields inherited from class net.opengis.gml.v_3_1_1.AbstractFeatureType
boundedBy, location
-
Fields inherited from class net.opengis.gml.v_3_1_1.AbstractGMLType
description, id, metaDataProperty, name
-
-
Constructor Summary
Constructors Constructor Description AbstractBuildingType()Default no-arg constructorAbstractBuildingType(XMLGregorianCalendar creationDate, XMLGregorianCalendar terminationDate, List<ExternalReferenceType> externalReference, List<GeneralizationRelationType> generalizesTo, RelativeToTerrainType relativeToTerrain, RelativeToWaterType relativeToWater, List<jakarta.xml.bind.JAXBElement<?>> genericApplicationPropertyOfCityObject, List<Object> genericApplicationPropertyOfSite, CodeType clazz, List<CodeType> function, List<CodeType> usage, XMLGregorianCalendar yearOfConstruction, XMLGregorianCalendar yearOfDemolition, CodeType roofType, LengthType measuredHeight, BigInteger storeysAboveGround, BigInteger storeysBelowGround, MeasureOrNullListType storeyHeightsAboveGround, MeasureOrNullListType storeyHeightsBelowGround, MultiSurfacePropertyType lod0FootPrint, MultiSurfacePropertyType lod0RoofEdge, SolidPropertyType lod1Solid, MultiSurfacePropertyType lod1MultiSurface, MultiCurvePropertyType lod1TerrainIntersection, SolidPropertyType lod2Solid, MultiSurfacePropertyType lod2MultiSurface, MultiCurvePropertyType lod2MultiCurve, MultiCurvePropertyType lod2TerrainIntersection, List<BuildingInstallationPropertyType> outerBuildingInstallation, List<IntBuildingInstallationPropertyType> interiorBuildingInstallation, List<BoundarySurfacePropertyType> cityObjectBoundedBy, SolidPropertyType lod3Solid, MultiSurfacePropertyType lod3MultiSurface, MultiCurvePropertyType lod3MultiCurve, MultiCurvePropertyType lod3TerrainIntersection, SolidPropertyType lod4Solid, MultiSurfacePropertyType lod4MultiSurface, MultiCurvePropertyType lod4MultiCurve, MultiCurvePropertyType lod4TerrainIntersection, List<InteriorRoomPropertyType> interiorRoom, List<BuildingPartPropertyType> consistsOfBuildingPart, List<AddressPropertyType> address, List<Object> genericApplicationPropertyOfAbstractBuilding)Fully-initialising value constructor
-
Method Summary
-
Methods inherited from class net.opengis.citygml.v_2_0.AbstractSiteType
getGenericApplicationPropertyOfSite, isSetGenericApplicationPropertyOfSite, setGenericApplicationPropertyOfSite, unsetGenericApplicationPropertyOfSite
-
Methods inherited from class net.opengis.citygml.v_2_0.AbstractCityObjectType
getCreationDate, getExternalReference, getGeneralizesTo, getGenericApplicationPropertyOfCityObject, getRelativeToTerrain, getRelativeToWater, getTerminationDate, isSetCreationDate, isSetExternalReference, isSetGeneralizesTo, isSetGenericApplicationPropertyOfCityObject, isSetRelativeToTerrain, isSetRelativeToWater, isSetTerminationDate, setCreationDate, setExternalReference, setGeneralizesTo, setGenericApplicationPropertyOfCityObject, setRelativeToTerrain, setRelativeToWater, setTerminationDate, unsetExternalReference, unsetGeneralizesTo, unsetGenericApplicationPropertyOfCityObject
-
Methods inherited from class net.opengis.gml.v_3_1_1.AbstractFeatureType
getBoundedBy, getLocation, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation, withBoundedBy, withDescription, withId, withLocation, withMetaDataProperty, withMetaDataProperty, withMetaDataProperty, withName, withName, withName
-
Methods inherited from class net.opengis.gml.v_3_1_1.AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetName
-
-
-
-
Field Detail
-
clazz
protected CodeType clazz
-
yearOfConstruction
protected XMLGregorianCalendar yearOfConstruction
-
yearOfDemolition
protected XMLGregorianCalendar yearOfDemolition
-
roofType
protected CodeType roofType
-
measuredHeight
protected LengthType measuredHeight
-
storeysAboveGround
protected BigInteger storeysAboveGround
-
storeysBelowGround
protected BigInteger storeysBelowGround
-
storeyHeightsAboveGround
protected MeasureOrNullListType storeyHeightsAboveGround
-
storeyHeightsBelowGround
protected MeasureOrNullListType storeyHeightsBelowGround
-
lod0FootPrint
protected MultiSurfacePropertyType lod0FootPrint
-
lod0RoofEdge
protected MultiSurfacePropertyType lod0RoofEdge
-
lod1Solid
protected SolidPropertyType lod1Solid
-
lod1MultiSurface
protected MultiSurfacePropertyType lod1MultiSurface
-
lod1TerrainIntersection
protected MultiCurvePropertyType lod1TerrainIntersection
-
lod2Solid
protected SolidPropertyType lod2Solid
-
lod2MultiSurface
protected MultiSurfacePropertyType lod2MultiSurface
-
lod2MultiCurve
protected MultiCurvePropertyType lod2MultiCurve
-
lod2TerrainIntersection
protected MultiCurvePropertyType lod2TerrainIntersection
-
outerBuildingInstallation
protected List<BuildingInstallationPropertyType> outerBuildingInstallation
-
interiorBuildingInstallation
protected List<IntBuildingInstallationPropertyType> interiorBuildingInstallation
-
cityObjectBoundedBy
protected List<BoundarySurfacePropertyType> cityObjectBoundedBy
-
lod3Solid
protected SolidPropertyType lod3Solid
-
lod3MultiSurface
protected MultiSurfacePropertyType lod3MultiSurface
-
lod3MultiCurve
protected MultiCurvePropertyType lod3MultiCurve
-
lod3TerrainIntersection
protected MultiCurvePropertyType lod3TerrainIntersection
-
lod4Solid
protected SolidPropertyType lod4Solid
-
lod4MultiSurface
protected MultiSurfacePropertyType lod4MultiSurface
-
lod4MultiCurve
protected MultiCurvePropertyType lod4MultiCurve
-
lod4TerrainIntersection
protected MultiCurvePropertyType lod4TerrainIntersection
-
interiorRoom
protected List<InteriorRoomPropertyType> interiorRoom
-
consistsOfBuildingPart
protected List<BuildingPartPropertyType> consistsOfBuildingPart
-
address
protected List<AddressPropertyType> address
-
-
Constructor Detail
-
AbstractBuildingType
public AbstractBuildingType()
Default no-arg constructor
-
AbstractBuildingType
public AbstractBuildingType(XMLGregorianCalendar creationDate, XMLGregorianCalendar terminationDate, List<ExternalReferenceType> externalReference, List<GeneralizationRelationType> generalizesTo, RelativeToTerrainType relativeToTerrain, RelativeToWaterType relativeToWater, List<jakarta.xml.bind.JAXBElement<?>> genericApplicationPropertyOfCityObject, List<Object> genericApplicationPropertyOfSite, CodeType clazz, List<CodeType> function, List<CodeType> usage, XMLGregorianCalendar yearOfConstruction, XMLGregorianCalendar yearOfDemolition, CodeType roofType, LengthType measuredHeight, BigInteger storeysAboveGround, BigInteger storeysBelowGround, MeasureOrNullListType storeyHeightsAboveGround, MeasureOrNullListType storeyHeightsBelowGround, MultiSurfacePropertyType lod0FootPrint, MultiSurfacePropertyType lod0RoofEdge, SolidPropertyType lod1Solid, MultiSurfacePropertyType lod1MultiSurface, MultiCurvePropertyType lod1TerrainIntersection, SolidPropertyType lod2Solid, MultiSurfacePropertyType lod2MultiSurface, MultiCurvePropertyType lod2MultiCurve, MultiCurvePropertyType lod2TerrainIntersection, List<BuildingInstallationPropertyType> outerBuildingInstallation, List<IntBuildingInstallationPropertyType> interiorBuildingInstallation, List<BoundarySurfacePropertyType> cityObjectBoundedBy, SolidPropertyType lod3Solid, MultiSurfacePropertyType lod3MultiSurface, MultiCurvePropertyType lod3MultiCurve, MultiCurvePropertyType lod3TerrainIntersection, SolidPropertyType lod4Solid, MultiSurfacePropertyType lod4MultiSurface, MultiCurvePropertyType lod4MultiCurve, MultiCurvePropertyType lod4TerrainIntersection, List<InteriorRoomPropertyType> interiorRoom, List<BuildingPartPropertyType> consistsOfBuildingPart, List<AddressPropertyType> address, List<Object> genericApplicationPropertyOfAbstractBuilding)
Fully-initialising value constructor
-
-
Method Detail
-
getClazz
public CodeType getClazz()
Gets the value of the clazz property.- Returns:
- possible object is
CodeType
-
setClazz
public void setClazz(CodeType value)
Sets the value of the clazz property.- Parameters:
value- allowed object isCodeType
-
isSetClazz
public boolean isSetClazz()
-
getFunction
public List<CodeType> 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 Jakarta XML Binding object. This is why there is not a
setmethod 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
CodeType
-
isSetFunction
public boolean isSetFunction()
-
unsetFunction
public void unsetFunction()
-
getUsage
public List<CodeType> 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 Jakarta XML Binding object. This is why there is not a
setmethod 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
CodeType
-
isSetUsage
public boolean isSetUsage()
-
unsetUsage
public void unsetUsage()
-
getYearOfConstruction
public XMLGregorianCalendar getYearOfConstruction()
Gets the value of the yearOfConstruction property.- Returns:
- possible object is
XMLGregorianCalendar
-
setYearOfConstruction
public void setYearOfConstruction(XMLGregorianCalendar value)
Sets the value of the yearOfConstruction property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
isSetYearOfConstruction
public boolean isSetYearOfConstruction()
-
getYearOfDemolition
public XMLGregorianCalendar getYearOfDemolition()
Gets the value of the yearOfDemolition property.- Returns:
- possible object is
XMLGregorianCalendar
-
setYearOfDemolition
public void setYearOfDemolition(XMLGregorianCalendar value)
Sets the value of the yearOfDemolition property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
isSetYearOfDemolition
public boolean isSetYearOfDemolition()
-
getRoofType
public CodeType getRoofType()
Gets the value of the roofType property.- Returns:
- possible object is
CodeType
-
setRoofType
public void setRoofType(CodeType value)
Sets the value of the roofType property.- Parameters:
value- allowed object isCodeType
-
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 isLengthType
-
isSetMeasuredHeight
public boolean isSetMeasuredHeight()
-
getStoreysAboveGround
public BigInteger getStoreysAboveGround()
Gets the value of the storeysAboveGround property.- Returns:
- possible object is
BigInteger
-
setStoreysAboveGround
public void setStoreysAboveGround(BigInteger value)
Sets the value of the storeysAboveGround property.- Parameters:
value- allowed object isBigInteger
-
isSetStoreysAboveGround
public boolean isSetStoreysAboveGround()
-
getStoreysBelowGround
public BigInteger getStoreysBelowGround()
Gets the value of the storeysBelowGround property.- Returns:
- possible object is
BigInteger
-
setStoreysBelowGround
public void setStoreysBelowGround(BigInteger value)
Sets the value of the storeysBelowGround property.- Parameters:
value- allowed object isBigInteger
-
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 isMeasureOrNullListType
-
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 isMeasureOrNullListType
-
isSetStoreyHeightsBelowGround
public boolean isSetStoreyHeightsBelowGround()
-
getLod0FootPrint
public MultiSurfacePropertyType getLod0FootPrint()
Gets the value of the lod0FootPrint property.- Returns:
- possible object is
MultiSurfacePropertyType
-
setLod0FootPrint
public void setLod0FootPrint(MultiSurfacePropertyType value)
Sets the value of the lod0FootPrint property.- Parameters:
value- allowed object isMultiSurfacePropertyType
-
isSetLod0FootPrint
public boolean isSetLod0FootPrint()
-
getLod0RoofEdge
public MultiSurfacePropertyType getLod0RoofEdge()
Gets the value of the lod0RoofEdge property.- Returns:
- possible object is
MultiSurfacePropertyType
-
setLod0RoofEdge
public void setLod0RoofEdge(MultiSurfacePropertyType value)
Sets the value of the lod0RoofEdge property.- Parameters:
value- allowed object isMultiSurfacePropertyType
-
isSetLod0RoofEdge
public boolean isSetLod0RoofEdge()
-
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 isSolidPropertyType
-
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 isMultiSurfacePropertyType
-
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 isMultiCurvePropertyType
-
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 isSolidPropertyType
-
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 isMultiSurfacePropertyType
-
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 isMultiCurvePropertyType
-
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 isMultiCurvePropertyType
-
isSetLod2TerrainIntersection
public boolean isSetLod2TerrainIntersection()
-
getOuterBuildingInstallation
public 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 Jakarta XML Binding object. This is why there is not a
setmethod 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 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 Jakarta XML Binding object. This is why there is not a
setmethod 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()
-
getCityObjectBoundedBy
public List<BoundarySurfacePropertyType> getCityObjectBoundedBy()
Gets the value of the cityObjectBoundedBy 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 Jakarta XML Binding object. This is why there is not a
setmethod for the cityObjectBoundedBy property.For example, to add a new item, do as follows:
getCityObjectBoundedBy().add(newItem);Objects of the following type(s) are allowed in the list
BoundarySurfacePropertyType
-
isSetCityObjectBoundedBy
public boolean isSetCityObjectBoundedBy()
-
unsetCityObjectBoundedBy
public void unsetCityObjectBoundedBy()
-
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 isSolidPropertyType
-
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 isMultiSurfacePropertyType
-
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 isMultiCurvePropertyType
-
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 isMultiCurvePropertyType
-
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 isSolidPropertyType
-
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 isMultiSurfacePropertyType
-
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 isMultiCurvePropertyType
-
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 isMultiCurvePropertyType
-
isSetLod4TerrainIntersection
public boolean isSetLod4TerrainIntersection()
-
getInteriorRoom
public 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 Jakarta XML Binding object. This is why there is not a
setmethod 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 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 Jakarta XML Binding object. This is why there is not a
setmethod 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 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 Jakarta XML Binding object. This is why there is not a
setmethod 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()
-
getGenericApplicationPropertyOfAbstractBuilding
public List<Object> getGenericApplicationPropertyOfAbstractBuilding()
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 Jakarta XML Binding object. This is why there is not a
setmethod for the genericApplicationPropertyOfAbstractBuilding property.For example, to add a new item, do as follows:
getGenericApplicationPropertyOfAbstractBuilding().add(newItem);Objects of the following type(s) are allowed in the list
Object
-
isSetGenericApplicationPropertyOfAbstractBuilding
public boolean isSetGenericApplicationPropertyOfAbstractBuilding()
-
unsetGenericApplicationPropertyOfAbstractBuilding
public void unsetGenericApplicationPropertyOfAbstractBuilding()
-
toString
public String toString()
- Overrides:
toStringin classAbstractSiteType
-
append
public StringBuilder append(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendin classAbstractSiteType
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb.lang.ToStringStrategy strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb.lang.ToString- Overrides:
appendFieldsin classAbstractSiteType
-
equals
public boolean equals(org.jvnet.jaxb.locator.ObjectLocator thisLocator, org.jvnet.jaxb.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb.lang.EqualsStrategy strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb.lang.Equals- Overrides:
equalsin classAbstractSiteType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractSiteType
-
hashCode
public int hashCode(org.jvnet.jaxb.locator.ObjectLocator locator, org.jvnet.jaxb.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb.lang.HashCode- Overrides:
hashCodein classAbstractSiteType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractSiteType
-
clone
public Object clone()
- Overrides:
clonein classAbstractSiteType
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractSiteType
-
copyTo
public Object copyTo(org.jvnet.jaxb.locator.ObjectLocator locator, Object target, org.jvnet.jaxb.lang.CopyStrategy strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb.lang.CopyTo- Overrides:
copyToin classAbstractSiteType
-
mergeFrom
public void mergeFrom(Object left, Object right)
- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classAbstractSiteType
-
mergeFrom
public void mergeFrom(org.jvnet.jaxb.locator.ObjectLocator leftLocator, org.jvnet.jaxb.locator.ObjectLocator rightLocator, Object left, Object right, org.jvnet.jaxb.lang.MergeStrategy strategy)- Specified by:
mergeFromin interfaceorg.jvnet.jaxb.lang.MergeFrom- Overrides:
mergeFromin classAbstractSiteType
-
setOuterBuildingInstallation
public void setOuterBuildingInstallation(List<BuildingInstallationPropertyType> value)
-
setInteriorBuildingInstallation
public void setInteriorBuildingInstallation(List<IntBuildingInstallationPropertyType> value)
-
setCityObjectBoundedBy
public void setCityObjectBoundedBy(List<BoundarySurfacePropertyType> value)
-
setInteriorRoom
public void setInteriorRoom(List<InteriorRoomPropertyType> value)
-
setConsistsOfBuildingPart
public void setConsistsOfBuildingPart(List<BuildingPartPropertyType> value)
-
setAddress
public void setAddress(List<AddressPropertyType> value)
-
setGenericApplicationPropertyOfAbstractBuilding
public void setGenericApplicationPropertyOfAbstractBuilding(List<Object> value)
-
withClazz
public AbstractBuildingType withClazz(CodeType value)
-
withFunction
public AbstractBuildingType withFunction(CodeType... values)
-
withFunction
public AbstractBuildingType withFunction(Collection<CodeType> values)
-
withUsage
public AbstractBuildingType withUsage(CodeType... values)
-
withUsage
public AbstractBuildingType withUsage(Collection<CodeType> values)
-
withYearOfConstruction
public AbstractBuildingType withYearOfConstruction(XMLGregorianCalendar value)
-
withYearOfDemolition
public AbstractBuildingType withYearOfDemolition(XMLGregorianCalendar value)
-
withRoofType
public AbstractBuildingType withRoofType(CodeType value)
-
withMeasuredHeight
public AbstractBuildingType withMeasuredHeight(LengthType value)
-
withStoreysAboveGround
public AbstractBuildingType withStoreysAboveGround(BigInteger value)
-
withStoreysBelowGround
public AbstractBuildingType withStoreysBelowGround(BigInteger value)
-
withStoreyHeightsAboveGround
public AbstractBuildingType withStoreyHeightsAboveGround(MeasureOrNullListType value)
-
withStoreyHeightsBelowGround
public AbstractBuildingType withStoreyHeightsBelowGround(MeasureOrNullListType value)
-
withLod0FootPrint
public AbstractBuildingType withLod0FootPrint(MultiSurfacePropertyType value)
-
withLod0RoofEdge
public AbstractBuildingType withLod0RoofEdge(MultiSurfacePropertyType value)
-
withLod1Solid
public AbstractBuildingType withLod1Solid(SolidPropertyType value)
-
withLod1MultiSurface
public AbstractBuildingType withLod1MultiSurface(MultiSurfacePropertyType value)
-
withLod1TerrainIntersection
public AbstractBuildingType withLod1TerrainIntersection(MultiCurvePropertyType value)
-
withLod2Solid
public AbstractBuildingType withLod2Solid(SolidPropertyType value)
-
withLod2MultiSurface
public AbstractBuildingType withLod2MultiSurface(MultiSurfacePropertyType value)
-
withLod2MultiCurve
public AbstractBuildingType withLod2MultiCurve(MultiCurvePropertyType value)
-
withLod2TerrainIntersection
public AbstractBuildingType withLod2TerrainIntersection(MultiCurvePropertyType value)
-
withOuterBuildingInstallation
public AbstractBuildingType withOuterBuildingInstallation(BuildingInstallationPropertyType... values)
-
withOuterBuildingInstallation
public AbstractBuildingType withOuterBuildingInstallation(Collection<BuildingInstallationPropertyType> values)
-
withInteriorBuildingInstallation
public AbstractBuildingType withInteriorBuildingInstallation(IntBuildingInstallationPropertyType... values)
-
withInteriorBuildingInstallation
public AbstractBuildingType withInteriorBuildingInstallation(Collection<IntBuildingInstallationPropertyType> values)
-
withCityObjectBoundedBy
public AbstractBuildingType withCityObjectBoundedBy(BoundarySurfacePropertyType... values)
-
withCityObjectBoundedBy
public AbstractBuildingType withCityObjectBoundedBy(Collection<BoundarySurfacePropertyType> values)
-
withLod3Solid
public AbstractBuildingType withLod3Solid(SolidPropertyType value)
-
withLod3MultiSurface
public AbstractBuildingType withLod3MultiSurface(MultiSurfacePropertyType value)
-
withLod3MultiCurve
public AbstractBuildingType withLod3MultiCurve(MultiCurvePropertyType value)
-
withLod3TerrainIntersection
public AbstractBuildingType withLod3TerrainIntersection(MultiCurvePropertyType value)
-
withLod4Solid
public AbstractBuildingType withLod4Solid(SolidPropertyType value)
-
withLod4MultiSurface
public AbstractBuildingType withLod4MultiSurface(MultiSurfacePropertyType value)
-
withLod4MultiCurve
public AbstractBuildingType withLod4MultiCurve(MultiCurvePropertyType value)
-
withLod4TerrainIntersection
public AbstractBuildingType withLod4TerrainIntersection(MultiCurvePropertyType value)
-
withInteriorRoom
public AbstractBuildingType withInteriorRoom(InteriorRoomPropertyType... values)
-
withInteriorRoom
public AbstractBuildingType withInteriorRoom(Collection<InteriorRoomPropertyType> values)
-
withConsistsOfBuildingPart
public AbstractBuildingType withConsistsOfBuildingPart(BuildingPartPropertyType... values)
-
withConsistsOfBuildingPart
public AbstractBuildingType withConsistsOfBuildingPart(Collection<BuildingPartPropertyType> values)
-
withAddress
public AbstractBuildingType withAddress(AddressPropertyType... values)
-
withAddress
public AbstractBuildingType withAddress(Collection<AddressPropertyType> values)
-
withGenericApplicationPropertyOfAbstractBuilding
public AbstractBuildingType withGenericApplicationPropertyOfAbstractBuilding(Object... values)
-
withGenericApplicationPropertyOfAbstractBuilding
public AbstractBuildingType withGenericApplicationPropertyOfAbstractBuilding(Collection<Object> values)
-
withFunction
public AbstractBuildingType withFunction(List<CodeType> value)
-
withUsage
public AbstractBuildingType withUsage(List<CodeType> value)
-
withOuterBuildingInstallation
public AbstractBuildingType withOuterBuildingInstallation(List<BuildingInstallationPropertyType> value)
-
withInteriorBuildingInstallation
public AbstractBuildingType withInteriorBuildingInstallation(List<IntBuildingInstallationPropertyType> value)
-
withCityObjectBoundedBy
public AbstractBuildingType withCityObjectBoundedBy(List<BoundarySurfacePropertyType> value)
-
withInteriorRoom
public AbstractBuildingType withInteriorRoom(List<InteriorRoomPropertyType> value)
-
withConsistsOfBuildingPart
public AbstractBuildingType withConsistsOfBuildingPart(List<BuildingPartPropertyType> value)
-
withAddress
public AbstractBuildingType withAddress(List<AddressPropertyType> value)
-
withGenericApplicationPropertyOfAbstractBuilding
public AbstractBuildingType withGenericApplicationPropertyOfAbstractBuilding(List<Object> value)
-
withGenericApplicationPropertyOfSite
public AbstractBuildingType withGenericApplicationPropertyOfSite(Object... values)
- Overrides:
withGenericApplicationPropertyOfSitein classAbstractSiteType
-
withGenericApplicationPropertyOfSite
public AbstractBuildingType withGenericApplicationPropertyOfSite(Collection<Object> values)
- Overrides:
withGenericApplicationPropertyOfSitein classAbstractSiteType
-
withGenericApplicationPropertyOfSite
public AbstractBuildingType withGenericApplicationPropertyOfSite(List<Object> value)
- Overrides:
withGenericApplicationPropertyOfSitein classAbstractSiteType
-
withCreationDate
public AbstractBuildingType withCreationDate(XMLGregorianCalendar value)
- Overrides:
withCreationDatein classAbstractSiteType
-
withTerminationDate
public AbstractBuildingType withTerminationDate(XMLGregorianCalendar value)
- Overrides:
withTerminationDatein classAbstractSiteType
-
withExternalReference
public AbstractBuildingType withExternalReference(ExternalReferenceType... values)
- Overrides:
withExternalReferencein classAbstractSiteType
-
withExternalReference
public AbstractBuildingType withExternalReference(Collection<ExternalReferenceType> values)
- Overrides:
withExternalReferencein classAbstractSiteType
-
withGeneralizesTo
public AbstractBuildingType withGeneralizesTo(GeneralizationRelationType... values)
- Overrides:
withGeneralizesToin classAbstractSiteType
-
withGeneralizesTo
public AbstractBuildingType withGeneralizesTo(Collection<GeneralizationRelationType> values)
- Overrides:
withGeneralizesToin classAbstractSiteType
-
withRelativeToTerrain
public AbstractBuildingType withRelativeToTerrain(RelativeToTerrainType value)
- Overrides:
withRelativeToTerrainin classAbstractSiteType
-
withRelativeToWater
public AbstractBuildingType withRelativeToWater(RelativeToWaterType value)
- Overrides:
withRelativeToWaterin classAbstractSiteType
-
withGenericApplicationPropertyOfCityObject
public AbstractBuildingType withGenericApplicationPropertyOfCityObject(jakarta.xml.bind.JAXBElement<?>... values)
- Overrides:
withGenericApplicationPropertyOfCityObjectin classAbstractSiteType
-
withGenericApplicationPropertyOfCityObject
public AbstractBuildingType withGenericApplicationPropertyOfCityObject(Collection<jakarta.xml.bind.JAXBElement<?>> values)
- Overrides:
withGenericApplicationPropertyOfCityObjectin classAbstractSiteType
-
withExternalReference
public AbstractBuildingType withExternalReference(List<ExternalReferenceType> value)
- Overrides:
withExternalReferencein classAbstractSiteType
-
withGeneralizesTo
public AbstractBuildingType withGeneralizesTo(List<GeneralizationRelationType> value)
- Overrides:
withGeneralizesToin classAbstractSiteType
-
withGenericApplicationPropertyOfCityObject
public AbstractBuildingType withGenericApplicationPropertyOfCityObject(List<jakarta.xml.bind.JAXBElement<?>> value)
- Overrides:
withGenericApplicationPropertyOfCityObjectin classAbstractSiteType
-
-