org.citygml4j.jaxb.citygml.bldg._1
Class BuildingPartType

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.core._1.AbstractCityObjectType
              extended by org.citygml4j.jaxb.citygml.core._1.AbstractSiteType
                  extended by org.citygml4j.jaxb.citygml.bldg._1.AbstractBuildingType
                      extended by org.citygml4j.jaxb.citygml.bldg._1.BuildingPartType

public class BuildingPartType
extends AbstractBuildingType

Java class for BuildingPartType complex type.

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

 <complexType name="BuildingPartType">
   <complexContent>
     <extension base="{http://www.opengis.net/citygml/building/1.0}AbstractBuildingType">
       <sequence>
         <element ref="{http://www.opengis.net/citygml/building/1.0}_GenericApplicationPropertyOfBuildingPart" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
BuildingPartType()
           
 
Method Summary
 java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> get_GenericApplicationPropertyOfBuildingPart()
          Gets the value of the genericApplicationPropertyOfBuildingPart property.
 boolean isSet_GenericApplicationPropertyOfBuildingPart()
           
 void set_GenericApplicationPropertyOfBuildingPart(java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> genericApplicationPropertyOfBuildingPart)
          Sets the value of the _GenericApplicationPropertyOfBuildingPart property.
 void unset_GenericApplicationPropertyOfBuildingPart()
           
 
Methods inherited from class org.citygml4j.jaxb.citygml.bldg._1.AbstractBuildingType
get_GenericApplicationPropertyOfAbstractBuilding, getAddress, getBoundedBySurface, getClazz, getConsistsOfBuildingPart, getFunction, getInteriorBuildingInstallation, getInteriorRoom, getLod1MultiSurface, getLod1Solid, getLod1TerrainIntersection, getLod2MultiCurve, getLod2MultiSurface, getLod2Solid, getLod2TerrainIntersection, getLod3MultiCurve, getLod3MultiSurface, getLod3Solid, getLod3TerrainIntersection, getLod4MultiCurve, getLod4MultiSurface, getLod4Solid, getLod4TerrainIntersection, getMeasuredHeight, getOuterBuildingInstallation, getRoofType, getStoreyHeightsAboveGround, getStoreyHeightsBelowGround, getStoreysAboveGround, getStoreysBelowGround, getUsage, getYearOfConstruction, getYearOfDemolition, isSet_GenericApplicationPropertyOfAbstractBuilding, isSetAddress, isSetBoundedBySurface, isSetClazz, isSetConsistsOfBuildingPart, isSetFunction, isSetInteriorBuildingInstallation, isSetInteriorRoom, isSetLod1MultiSurface, isSetLod1Solid, isSetLod1TerrainIntersection, isSetLod2MultiCurve, isSetLod2MultiSurface, isSetLod2Solid, isSetLod2TerrainIntersection, isSetLod3MultiCurve, isSetLod3MultiSurface, isSetLod3Solid, isSetLod3TerrainIntersection, isSetLod4MultiCurve, isSetLod4MultiSurface, isSetLod4Solid, isSetLod4TerrainIntersection, isSetMeasuredHeight, isSetOuterBuildingInstallation, isSetRoofType, isSetStoreyHeightsAboveGround, isSetStoreyHeightsBelowGround, isSetStoreysAboveGround, isSetStoreysBelowGround, isSetUsage, isSetYearOfConstruction, isSetYearOfDemolition, set_GenericApplicationPropertyOfAbstractBuilding, setAddress, setBoundedBySurface, setClazz, setConsistsOfBuildingPart, setFunction, setInteriorBuildingInstallation, setInteriorRoom, setLod1MultiSurface, setLod1Solid, setLod1TerrainIntersection, setLod2MultiCurve, setLod2MultiSurface, setLod2Solid, setLod2TerrainIntersection, setLod3MultiCurve, setLod3MultiSurface, setLod3Solid, setLod3TerrainIntersection, setLod4MultiCurve, setLod4MultiSurface, setLod4Solid, setLod4TerrainIntersection, setMeasuredHeight, setOuterBuildingInstallation, setRoofType, setStoreyHeightsAboveGround, setStoreyHeightsBelowGround, setStoreysAboveGround, setStoreysBelowGround, setUsage, setYearOfConstruction, setYearOfDemolition, unset_GenericApplicationPropertyOfAbstractBuilding, unsetAddress, unsetBoundedBySurface, unsetConsistsOfBuildingPart, unsetFunction, unsetInteriorBuildingInstallation, unsetInteriorRoom, unsetOuterBuildingInstallation, unsetUsage
 
Methods inherited from class org.citygml4j.jaxb.citygml.core._1.AbstractSiteType
get_GenericApplicationPropertyOfSite, isSet_GenericApplicationPropertyOfSite, set_GenericApplicationPropertyOfSite, unset_GenericApplicationPropertyOfSite
 
Methods inherited from class org.citygml4j.jaxb.citygml.core._1.AbstractCityObjectType
get_GenericApplicationPropertyOfCityObject, get_GenericAttribute, getAppearance, getCreationDate, getExternalReference, getGeneralizesTo, getTerminationDate, isSet_GenericApplicationPropertyOfCityObject, isSet_GenericAttribute, isSetAppearance, isSetCreationDate, isSetExternalReference, isSetGeneralizesTo, isSetTerminationDate, set_GenericApplicationPropertyOfCityObject, set_GenericAttribute, setAppearance, setCreationDate, setExternalReference, setGeneralizesTo, setTerminationDate, unset_GenericApplicationPropertyOfCityObject, unset_GenericAttribute, unsetAppearance, 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

BuildingPartType

public BuildingPartType()
Method Detail

get_GenericApplicationPropertyOfBuildingPart

public java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> get_GenericApplicationPropertyOfBuildingPart()
Gets the value of the genericApplicationPropertyOfBuildingPart 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 genericApplicationPropertyOfBuildingPart property.

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

    get_GenericApplicationPropertyOfBuildingPart().add(newItem);
 

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


isSet_GenericApplicationPropertyOfBuildingPart

public boolean isSet_GenericApplicationPropertyOfBuildingPart()

unset_GenericApplicationPropertyOfBuildingPart

public void unset_GenericApplicationPropertyOfBuildingPart()

set_GenericApplicationPropertyOfBuildingPart

public void set_GenericApplicationPropertyOfBuildingPart(java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> genericApplicationPropertyOfBuildingPart)
Sets the value of the _GenericApplicationPropertyOfBuildingPart property.

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