org.citygml4j.jaxb.citygml._0_4
Class BuildingFurnitureType

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.BuildingFurnitureType

public class BuildingFurnitureType
extends _CityObjectType

Type for building furnitures. As subclass of _CityObject, a BuildingFurniture inherits all attributes and relations, in particular an id, names, external references, generic attributes and generalization relations.

Java class for BuildingFurnitureType complex type.

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

 <complexType name="BuildingFurnitureType">
   <complexContent>
     <extension base="{http://www.citygml.org/citygml/1/0/0}_CityObjectType">
       <sequence>
         <element name="class" type="{http://www.citygml.org/citygml/1/0/0}BuildingFurnitureClassType" minOccurs="0"/>
         <element name="function" type="{http://www.citygml.org/citygml/1/0/0}BuildingFurnitureFunctionType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="usage" type="{http://www.citygml.org/citygml/1/0/0}BuildingFurnitureUsageType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="lod4Geometry" type="{http://www.opengis.net/gml}GeometryPropertyType" minOccurs="0"/>
         <element name="lod4ImplicitRepresentation" type="{http://www.citygml.org/citygml/1/0/0}ImplicitRepresentationPropertyType" minOccurs="0"/>
         <element ref="{http://www.citygml.org/citygml/1/0/0}_GenericApplicationPropertyOfBuildingFurniture" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
BuildingFurnitureType()
           
 
Method Summary
 java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> get_GenericApplicationPropertyOfBuildingFurniture()
          Gets the value of the genericApplicationPropertyOfBuildingFurniture property.
 java.lang.String getClazz()
          Gets the value of the clazz property.
 java.util.List<java.lang.String> getFunction()
          Gets the value of the function property.
 GeometryPropertyType getLod4Geometry()
          Gets the value of the lod4Geometry property.
 ImplicitRepresentationPropertyType getLod4ImplicitRepresentation()
          Gets the value of the lod4ImplicitRepresentation property.
 java.util.List<java.lang.String> getUsage()
          Gets the value of the usage property.
 boolean isSet_GenericApplicationPropertyOfBuildingFurniture()
           
 boolean isSetClazz()
           
 boolean isSetFunction()
           
 boolean isSetLod4Geometry()
           
 boolean isSetLod4ImplicitRepresentation()
           
 boolean isSetUsage()
           
 void set_GenericApplicationPropertyOfBuildingFurniture(java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> genericApplicationPropertyOfBuildingFurniture)
          Sets the value of the _GenericApplicationPropertyOfBuildingFurniture property.
 void setClazz(java.lang.String value)
          Sets the value of the clazz property.
 void setFunction(java.util.List<java.lang.String> function)
          Sets the value of the function property.
 void setLod4Geometry(GeometryPropertyType value)
          Sets the value of the lod4Geometry property.
 void setLod4ImplicitRepresentation(ImplicitRepresentationPropertyType value)
          Sets the value of the lod4ImplicitRepresentation property.
 void setUsage(java.util.List<java.lang.String> usage)
          Sets the value of the usage property.
 void unset_GenericApplicationPropertyOfBuildingFurniture()
           
 void unsetFunction()
           
 void unsetUsage()
           
 
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

BuildingFurnitureType

public BuildingFurnitureType()
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()

getLod4Geometry

public GeometryPropertyType getLod4Geometry()
Gets the value of the lod4Geometry property.

Returns:
possible object is GeometryPropertyType

setLod4Geometry

public void setLod4Geometry(GeometryPropertyType value)
Sets the value of the lod4Geometry property.

Parameters:
value - allowed object is GeometryPropertyType

isSetLod4Geometry

public boolean isSetLod4Geometry()

getLod4ImplicitRepresentation

public ImplicitRepresentationPropertyType getLod4ImplicitRepresentation()
Gets the value of the lod4ImplicitRepresentation property.

Returns:
possible object is ImplicitRepresentationPropertyType

setLod4ImplicitRepresentation

public void setLod4ImplicitRepresentation(ImplicitRepresentationPropertyType value)
Sets the value of the lod4ImplicitRepresentation property.

Parameters:
value - allowed object is ImplicitRepresentationPropertyType

isSetLod4ImplicitRepresentation

public boolean isSetLod4ImplicitRepresentation()

get_GenericApplicationPropertyOfBuildingFurniture

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

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

    get_GenericApplicationPropertyOfBuildingFurniture().add(newItem);
 

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


isSet_GenericApplicationPropertyOfBuildingFurniture

public boolean isSet_GenericApplicationPropertyOfBuildingFurniture()

unset_GenericApplicationPropertyOfBuildingFurniture

public void unset_GenericApplicationPropertyOfBuildingFurniture()

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

set_GenericApplicationPropertyOfBuildingFurniture

public void set_GenericApplicationPropertyOfBuildingFurniture(java.util.List<javax.xml.bind.JAXBElement<java.lang.Object>> genericApplicationPropertyOfBuildingFurniture)
Sets the value of the _GenericApplicationPropertyOfBuildingFurniture property.

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