public class BuildingFurnitureType extends AbstractCityObjectType implements java.lang.Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.MergeFrom2, org.jvnet.jaxb2_commons.lang.ToString2
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.opengis.net/citygml/2.0}AbstractCityObjectType">
<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="lod4Geometry" type="{http://www.opengis.net/gml}GeometryPropertyType" minOccurs="0"/>
<element name="lod4ImplicitRepresentation" type="{http://www.opengis.net/citygml/2.0}ImplicitRepresentationPropertyType" minOccurs="0"/>
<element ref="{http://www.opengis.net/citygml/building/2.0}_GenericApplicationPropertyOfBuildingFurniture" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CodeType |
clazz |
protected java.util.List<CodeType> |
function |
protected java.util.List<java.lang.Object> |
genericApplicationPropertyOfBuildingFurniture |
protected GeometryPropertyType |
lod4Geometry |
protected ImplicitRepresentationPropertyType |
lod4ImplicitRepresentation |
protected java.util.List<CodeType> |
usage |
creationDate, externalReference, generalizesTo, genericApplicationPropertyOfCityObject, relativeToTerrain, relativeToWater, terminationDateboundedBy, locationdescription, id, metaDataProperty, name| Constructor and Description |
|---|
BuildingFurnitureType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
java.lang.StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) |
java.lang.Object |
clone() |
java.lang.Object |
copyTo(java.lang.Object target) |
java.lang.Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy) |
java.lang.Object |
createNewInstance() |
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
CodeType |
getClazz()
Gets the value of the clazz property.
|
java.util.List<CodeType> |
getFunction()
Gets the value of the function property.
|
java.util.List<java.lang.Object> |
getGenericApplicationPropertyOfBuildingFurniture()
Gets the value of the genericApplicationPropertyOfBuildingFurniture property.
|
GeometryPropertyType |
getLod4Geometry()
Gets the value of the lod4Geometry property.
|
ImplicitRepresentationPropertyType |
getLod4ImplicitRepresentation()
Gets the value of the lod4ImplicitRepresentation property.
|
java.util.List<CodeType> |
getUsage()
Gets the value of the usage property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
boolean |
isSetClazz() |
boolean |
isSetFunction() |
boolean |
isSetGenericApplicationPropertyOfBuildingFurniture() |
boolean |
isSetLod4Geometry() |
boolean |
isSetLod4ImplicitRepresentation() |
boolean |
isSetUsage() |
void |
mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
java.lang.Object left,
java.lang.Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy) |
void |
mergeFrom(java.lang.Object left,
java.lang.Object right) |
void |
setClazz(CodeType value)
Sets the value of the clazz property.
|
void |
setFunction(java.util.List<CodeType> value) |
void |
setGenericApplicationPropertyOfBuildingFurniture(java.util.List<java.lang.Object> value) |
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<CodeType> value) |
java.lang.String |
toString() |
void |
unsetFunction() |
void |
unsetGenericApplicationPropertyOfBuildingFurniture() |
void |
unsetUsage() |
BuildingFurnitureType |
withClazz(CodeType value) |
BuildingFurnitureType |
withCreationDate(javax.xml.datatype.XMLGregorianCalendar value) |
BuildingFurnitureType |
withExternalReference(java.util.Collection<ExternalReferenceType> values) |
BuildingFurnitureType |
withExternalReference(ExternalReferenceType... values) |
BuildingFurnitureType |
withExternalReference(java.util.List<ExternalReferenceType> value) |
BuildingFurnitureType |
withFunction(CodeType... values) |
BuildingFurnitureType |
withFunction(java.util.Collection<CodeType> values) |
BuildingFurnitureType |
withFunction(java.util.List<CodeType> value) |
BuildingFurnitureType |
withGeneralizesTo(java.util.Collection<GeneralizationRelationType> values) |
BuildingFurnitureType |
withGeneralizesTo(GeneralizationRelationType... values) |
BuildingFurnitureType |
withGeneralizesTo(java.util.List<GeneralizationRelationType> value) |
BuildingFurnitureType |
withGenericApplicationPropertyOfBuildingFurniture(java.util.Collection<java.lang.Object> values) |
BuildingFurnitureType |
withGenericApplicationPropertyOfBuildingFurniture(java.util.List<java.lang.Object> value) |
BuildingFurnitureType |
withGenericApplicationPropertyOfBuildingFurniture(java.lang.Object... values) |
BuildingFurnitureType |
withGenericApplicationPropertyOfCityObject(java.util.Collection<javax.xml.bind.JAXBElement<?>> values) |
BuildingFurnitureType |
withGenericApplicationPropertyOfCityObject(javax.xml.bind.JAXBElement<?>... values) |
BuildingFurnitureType |
withGenericApplicationPropertyOfCityObject(java.util.List<javax.xml.bind.JAXBElement<?>> value) |
BuildingFurnitureType |
withLod4Geometry(GeometryPropertyType value) |
BuildingFurnitureType |
withLod4ImplicitRepresentation(ImplicitRepresentationPropertyType value) |
BuildingFurnitureType |
withRelativeToTerrain(RelativeToTerrainType value) |
BuildingFurnitureType |
withRelativeToWater(RelativeToWaterType value) |
BuildingFurnitureType |
withTerminationDate(javax.xml.datatype.XMLGregorianCalendar value) |
BuildingFurnitureType |
withUsage(CodeType... values) |
BuildingFurnitureType |
withUsage(java.util.Collection<CodeType> values) |
BuildingFurnitureType |
withUsage(java.util.List<CodeType> value) |
getCreationDate, getExternalReference, getGeneralizesTo, getGenericApplicationPropertyOfCityObject, getRelativeToTerrain, getRelativeToWater, getTerminationDate, isSetCreationDate, isSetExternalReference, isSetGeneralizesTo, isSetGenericApplicationPropertyOfCityObject, isSetRelativeToTerrain, isSetRelativeToWater, isSetTerminationDate, setCreationDate, setExternalReference, setGeneralizesTo, setGenericApplicationPropertyOfCityObject, setRelativeToTerrain, setRelativeToWater, setTerminationDate, unsetExternalReference, unsetGeneralizesTo, unsetGenericApplicationPropertyOfCityObjectgetBoundedBy, getLocation, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation, withBoundedBy, withDescription, withId, withLocation, withMetaDataProperty, withMetaDataProperty, withMetaDataProperty, withName, withName, withNamegetDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, setMetaDataProperty, setName, unsetMetaDataProperty, unsetNameprotected CodeType clazz
protected java.util.List<CodeType> function
protected java.util.List<CodeType> usage
protected GeometryPropertyType lod4Geometry
protected ImplicitRepresentationPropertyType lod4ImplicitRepresentation
protected java.util.List<java.lang.Object> genericApplicationPropertyOfBuildingFurniture
public CodeType getClazz()
CodeTypepublic void setClazz(CodeType value)
value - allowed object is
CodeTypepublic boolean isSetClazz()
public java.util.List<CodeType> getFunction()
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
CodeType
public boolean isSetFunction()
public void unsetFunction()
public java.util.List<CodeType> getUsage()
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
CodeType
public boolean isSetUsage()
public void unsetUsage()
public GeometryPropertyType getLod4Geometry()
GeometryPropertyTypepublic void setLod4Geometry(GeometryPropertyType value)
value - allowed object is
GeometryPropertyTypepublic boolean isSetLod4Geometry()
public ImplicitRepresentationPropertyType getLod4ImplicitRepresentation()
ImplicitRepresentationPropertyTypepublic void setLod4ImplicitRepresentation(ImplicitRepresentationPropertyType value)
value - allowed object is
ImplicitRepresentationPropertyTypepublic boolean isSetLod4ImplicitRepresentation()
public java.util.List<java.lang.Object> getGenericApplicationPropertyOfBuildingFurniture()
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:
getGenericApplicationPropertyOfBuildingFurniture().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetGenericApplicationPropertyOfBuildingFurniture()
public void unsetGenericApplicationPropertyOfBuildingFurniture()
public java.lang.String toString()
toString in class AbstractCityObjectTypepublic java.lang.StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToString2append in class AbstractCityObjectTypepublic java.lang.StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2appendFields in class AbstractCityObjectTypepublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equals2equals in class AbstractCityObjectTypepublic boolean equals(java.lang.Object object)
equals in class AbstractCityObjectTypepublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2hashCode in class AbstractCityObjectTypepublic int hashCode()
hashCode in class AbstractCityObjectTypepublic java.lang.Object clone()
clone in class AbstractCityObjectTypepublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractCityObjectTypepublic java.lang.Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
java.lang.Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractCityObjectTypepublic java.lang.Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2public void mergeFrom(java.lang.Object left,
java.lang.Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractCityObjectTypepublic void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
java.lang.Object left,
java.lang.Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy2 strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2mergeFrom in class AbstractCityObjectTypepublic void setFunction(java.util.List<CodeType> value)
public void setUsage(java.util.List<CodeType> value)
public void setGenericApplicationPropertyOfBuildingFurniture(java.util.List<java.lang.Object> value)
public BuildingFurnitureType withClazz(CodeType value)
public BuildingFurnitureType withFunction(CodeType... values)
public BuildingFurnitureType withFunction(java.util.Collection<CodeType> values)
public BuildingFurnitureType withUsage(CodeType... values)
public BuildingFurnitureType withUsage(java.util.Collection<CodeType> values)
public BuildingFurnitureType withLod4Geometry(GeometryPropertyType value)
public BuildingFurnitureType withLod4ImplicitRepresentation(ImplicitRepresentationPropertyType value)
public BuildingFurnitureType withGenericApplicationPropertyOfBuildingFurniture(java.lang.Object... values)
public BuildingFurnitureType withGenericApplicationPropertyOfBuildingFurniture(java.util.Collection<java.lang.Object> values)
public BuildingFurnitureType withFunction(java.util.List<CodeType> value)
public BuildingFurnitureType withUsage(java.util.List<CodeType> value)
public BuildingFurnitureType withGenericApplicationPropertyOfBuildingFurniture(java.util.List<java.lang.Object> value)
public BuildingFurnitureType withCreationDate(javax.xml.datatype.XMLGregorianCalendar value)
withCreationDate in class AbstractCityObjectTypepublic BuildingFurnitureType withTerminationDate(javax.xml.datatype.XMLGregorianCalendar value)
withTerminationDate in class AbstractCityObjectTypepublic BuildingFurnitureType withExternalReference(ExternalReferenceType... values)
withExternalReference in class AbstractCityObjectTypepublic BuildingFurnitureType withExternalReference(java.util.Collection<ExternalReferenceType> values)
withExternalReference in class AbstractCityObjectTypepublic BuildingFurnitureType withGeneralizesTo(GeneralizationRelationType... values)
withGeneralizesTo in class AbstractCityObjectTypepublic BuildingFurnitureType withGeneralizesTo(java.util.Collection<GeneralizationRelationType> values)
withGeneralizesTo in class AbstractCityObjectTypepublic BuildingFurnitureType withRelativeToTerrain(RelativeToTerrainType value)
withRelativeToTerrain in class AbstractCityObjectTypepublic BuildingFurnitureType withRelativeToWater(RelativeToWaterType value)
withRelativeToWater in class AbstractCityObjectTypepublic BuildingFurnitureType withGenericApplicationPropertyOfCityObject(javax.xml.bind.JAXBElement<?>... values)
withGenericApplicationPropertyOfCityObject in class AbstractCityObjectTypepublic BuildingFurnitureType withGenericApplicationPropertyOfCityObject(java.util.Collection<javax.xml.bind.JAXBElement<?>> values)
withGenericApplicationPropertyOfCityObject in class AbstractCityObjectTypepublic BuildingFurnitureType withExternalReference(java.util.List<ExternalReferenceType> value)
withExternalReference in class AbstractCityObjectTypepublic BuildingFurnitureType withGeneralizesTo(java.util.List<GeneralizationRelationType> value)
withGeneralizesTo in class AbstractCityObjectTypepublic BuildingFurnitureType withGenericApplicationPropertyOfCityObject(java.util.List<javax.xml.bind.JAXBElement<?>> value)
withGenericApplicationPropertyOfCityObject in class AbstractCityObjectTypeCopyright © 2008-2022. All Rights Reserved.