public class BridgeRoomType 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 BridgeRoomType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BridgeRoomType">
<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="lod4Solid" type="{http://www.opengis.net/gml}SolidPropertyType" minOccurs="0"/>
<element name="lod4MultiSurface" type="{http://www.opengis.net/gml}MultiSurfacePropertyType" minOccurs="0"/>
<element name="boundedBy" type="{http://www.opengis.net/citygml/bridge/2.0}BoundarySurfacePropertyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="interiorFurniture" type="{http://www.opengis.net/citygml/bridge/2.0}InteriorFurniturePropertyType" maxOccurs="unbounded" minOccurs="0"/>
<element name="bridgeRoomInstallation" type="{http://www.opengis.net/citygml/bridge/2.0}IntBridgeInstallationPropertyType" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/citygml/bridge/2.0}_GenericApplicationPropertyOfBridgeRoom" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<IntBridgeInstallationPropertyType> |
bridgeRoomInstallation |
protected java.util.List<BoundarySurfacePropertyType> |
cityObjectBoundedBy |
protected CodeType |
clazz |
protected java.util.List<CodeType> |
function |
protected java.util.List<java.lang.Object> |
genericApplicationPropertyOfBridgeRoom |
protected java.util.List<InteriorFurniturePropertyType> |
interiorFurniture |
protected MultiSurfacePropertyType |
lod4MultiSurface |
protected SolidPropertyType |
lod4Solid |
protected java.util.List<CodeType> |
usage |
creationDate, externalReference, generalizesTo, genericApplicationPropertyOfCityObject, relativeToTerrain, relativeToWater, terminationDateboundedBy, locationdescription, id, metaDataProperty, name| Constructor and Description |
|---|
BridgeRoomType() |
| 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) |
java.util.List<IntBridgeInstallationPropertyType> |
getBridgeRoomInstallation()
Gets the value of the bridgeRoomInstallation property.
|
java.util.List<BoundarySurfacePropertyType> |
getCityObjectBoundedBy()
Gets the value of the cityObjectBoundedBy property.
|
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> |
getGenericApplicationPropertyOfBridgeRoom()
Gets the value of the genericApplicationPropertyOfBridgeRoom property.
|
java.util.List<InteriorFurniturePropertyType> |
getInteriorFurniture()
Gets the value of the interiorFurniture property.
|
MultiSurfacePropertyType |
getLod4MultiSurface()
Gets the value of the lod4MultiSurface property.
|
SolidPropertyType |
getLod4Solid()
Gets the value of the lod4Solid 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 |
isSetBridgeRoomInstallation() |
boolean |
isSetCityObjectBoundedBy() |
boolean |
isSetClazz() |
boolean |
isSetFunction() |
boolean |
isSetGenericApplicationPropertyOfBridgeRoom() |
boolean |
isSetInteriorFurniture() |
boolean |
isSetLod4MultiSurface() |
boolean |
isSetLod4Solid() |
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 |
setBridgeRoomInstallation(java.util.List<IntBridgeInstallationPropertyType> value) |
void |
setCityObjectBoundedBy(java.util.List<BoundarySurfacePropertyType> value) |
void |
setClazz(CodeType value)
Sets the value of the clazz property.
|
void |
setFunction(java.util.List<CodeType> value) |
void |
setGenericApplicationPropertyOfBridgeRoom(java.util.List<java.lang.Object> value) |
void |
setInteriorFurniture(java.util.List<InteriorFurniturePropertyType> value) |
void |
setLod4MultiSurface(MultiSurfacePropertyType value)
Sets the value of the lod4MultiSurface property.
|
void |
setLod4Solid(SolidPropertyType value)
Sets the value of the lod4Solid property.
|
void |
setUsage(java.util.List<CodeType> value) |
java.lang.String |
toString() |
void |
unsetBridgeRoomInstallation() |
void |
unsetCityObjectBoundedBy() |
void |
unsetFunction() |
void |
unsetGenericApplicationPropertyOfBridgeRoom() |
void |
unsetInteriorFurniture() |
void |
unsetUsage() |
BridgeRoomType |
withBridgeRoomInstallation(java.util.Collection<IntBridgeInstallationPropertyType> values) |
BridgeRoomType |
withBridgeRoomInstallation(IntBridgeInstallationPropertyType... values) |
BridgeRoomType |
withBridgeRoomInstallation(java.util.List<IntBridgeInstallationPropertyType> value) |
BridgeRoomType |
withCityObjectBoundedBy(BoundarySurfacePropertyType... values) |
BridgeRoomType |
withCityObjectBoundedBy(java.util.Collection<BoundarySurfacePropertyType> values) |
BridgeRoomType |
withCityObjectBoundedBy(java.util.List<BoundarySurfacePropertyType> value) |
BridgeRoomType |
withClazz(CodeType value) |
BridgeRoomType |
withCreationDate(javax.xml.datatype.XMLGregorianCalendar value) |
BridgeRoomType |
withExternalReference(java.util.Collection<ExternalReferenceType> values) |
BridgeRoomType |
withExternalReference(ExternalReferenceType... values) |
BridgeRoomType |
withExternalReference(java.util.List<ExternalReferenceType> value) |
BridgeRoomType |
withFunction(CodeType... values) |
BridgeRoomType |
withFunction(java.util.Collection<CodeType> values) |
BridgeRoomType |
withFunction(java.util.List<CodeType> value) |
BridgeRoomType |
withGeneralizesTo(java.util.Collection<GeneralizationRelationType> values) |
BridgeRoomType |
withGeneralizesTo(GeneralizationRelationType... values) |
BridgeRoomType |
withGeneralizesTo(java.util.List<GeneralizationRelationType> value) |
BridgeRoomType |
withGenericApplicationPropertyOfBridgeRoom(java.util.Collection<java.lang.Object> values) |
BridgeRoomType |
withGenericApplicationPropertyOfBridgeRoom(java.util.List<java.lang.Object> value) |
BridgeRoomType |
withGenericApplicationPropertyOfBridgeRoom(java.lang.Object... values) |
BridgeRoomType |
withGenericApplicationPropertyOfCityObject(java.util.Collection<javax.xml.bind.JAXBElement<?>> values) |
BridgeRoomType |
withGenericApplicationPropertyOfCityObject(javax.xml.bind.JAXBElement<?>... values) |
BridgeRoomType |
withGenericApplicationPropertyOfCityObject(java.util.List<javax.xml.bind.JAXBElement<?>> value) |
BridgeRoomType |
withInteriorFurniture(java.util.Collection<InteriorFurniturePropertyType> values) |
BridgeRoomType |
withInteriorFurniture(InteriorFurniturePropertyType... values) |
BridgeRoomType |
withInteriorFurniture(java.util.List<InteriorFurniturePropertyType> value) |
BridgeRoomType |
withLod4MultiSurface(MultiSurfacePropertyType value) |
BridgeRoomType |
withLod4Solid(SolidPropertyType value) |
BridgeRoomType |
withRelativeToTerrain(RelativeToTerrainType value) |
BridgeRoomType |
withRelativeToWater(RelativeToWaterType value) |
BridgeRoomType |
withTerminationDate(javax.xml.datatype.XMLGregorianCalendar value) |
BridgeRoomType |
withUsage(CodeType... values) |
BridgeRoomType |
withUsage(java.util.Collection<CodeType> values) |
BridgeRoomType |
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 SolidPropertyType lod4Solid
protected MultiSurfacePropertyType lod4MultiSurface
protected java.util.List<BoundarySurfacePropertyType> cityObjectBoundedBy
protected java.util.List<InteriorFurniturePropertyType> interiorFurniture
protected java.util.List<IntBridgeInstallationPropertyType> bridgeRoomInstallation
protected java.util.List<java.lang.Object> genericApplicationPropertyOfBridgeRoom
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 SolidPropertyType getLod4Solid()
SolidPropertyTypepublic void setLod4Solid(SolidPropertyType value)
value - allowed object is
SolidPropertyTypepublic boolean isSetLod4Solid()
public MultiSurfacePropertyType getLod4MultiSurface()
MultiSurfacePropertyTypepublic void setLod4MultiSurface(MultiSurfacePropertyType value)
value - allowed object is
MultiSurfacePropertyTypepublic boolean isSetLod4MultiSurface()
public java.util.List<BoundarySurfacePropertyType> getCityObjectBoundedBy()
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 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
public boolean isSetCityObjectBoundedBy()
public void unsetCityObjectBoundedBy()
public java.util.List<InteriorFurniturePropertyType> getInteriorFurniture()
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 interiorFurniture property.
For example, to add a new item, do as follows:
getInteriorFurniture().add(newItem);
Objects of the following type(s) are allowed in the list
InteriorFurniturePropertyType
public boolean isSetInteriorFurniture()
public void unsetInteriorFurniture()
public java.util.List<IntBridgeInstallationPropertyType> getBridgeRoomInstallation()
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 bridgeRoomInstallation property.
For example, to add a new item, do as follows:
getBridgeRoomInstallation().add(newItem);
Objects of the following type(s) are allowed in the list
IntBridgeInstallationPropertyType
public boolean isSetBridgeRoomInstallation()
public void unsetBridgeRoomInstallation()
public java.util.List<java.lang.Object> getGenericApplicationPropertyOfBridgeRoom()
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 genericApplicationPropertyOfBridgeRoom property.
For example, to add a new item, do as follows:
getGenericApplicationPropertyOfBridgeRoom().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetGenericApplicationPropertyOfBridgeRoom()
public void unsetGenericApplicationPropertyOfBridgeRoom()
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 setCityObjectBoundedBy(java.util.List<BoundarySurfacePropertyType> value)
public void setInteriorFurniture(java.util.List<InteriorFurniturePropertyType> value)
public void setBridgeRoomInstallation(java.util.List<IntBridgeInstallationPropertyType> value)
public void setGenericApplicationPropertyOfBridgeRoom(java.util.List<java.lang.Object> value)
public BridgeRoomType withClazz(CodeType value)
public BridgeRoomType withFunction(CodeType... values)
public BridgeRoomType withFunction(java.util.Collection<CodeType> values)
public BridgeRoomType withUsage(CodeType... values)
public BridgeRoomType withUsage(java.util.Collection<CodeType> values)
public BridgeRoomType withLod4Solid(SolidPropertyType value)
public BridgeRoomType withLod4MultiSurface(MultiSurfacePropertyType value)
public BridgeRoomType withCityObjectBoundedBy(BoundarySurfacePropertyType... values)
public BridgeRoomType withCityObjectBoundedBy(java.util.Collection<BoundarySurfacePropertyType> values)
public BridgeRoomType withInteriorFurniture(InteriorFurniturePropertyType... values)
public BridgeRoomType withInteriorFurniture(java.util.Collection<InteriorFurniturePropertyType> values)
public BridgeRoomType withBridgeRoomInstallation(IntBridgeInstallationPropertyType... values)
public BridgeRoomType withBridgeRoomInstallation(java.util.Collection<IntBridgeInstallationPropertyType> values)
public BridgeRoomType withGenericApplicationPropertyOfBridgeRoom(java.lang.Object... values)
public BridgeRoomType withGenericApplicationPropertyOfBridgeRoom(java.util.Collection<java.lang.Object> values)
public BridgeRoomType withFunction(java.util.List<CodeType> value)
public BridgeRoomType withUsage(java.util.List<CodeType> value)
public BridgeRoomType withCityObjectBoundedBy(java.util.List<BoundarySurfacePropertyType> value)
public BridgeRoomType withInteriorFurniture(java.util.List<InteriorFurniturePropertyType> value)
public BridgeRoomType withBridgeRoomInstallation(java.util.List<IntBridgeInstallationPropertyType> value)
public BridgeRoomType withGenericApplicationPropertyOfBridgeRoom(java.util.List<java.lang.Object> value)
public BridgeRoomType withCreationDate(javax.xml.datatype.XMLGregorianCalendar value)
withCreationDate in class AbstractCityObjectTypepublic BridgeRoomType withTerminationDate(javax.xml.datatype.XMLGregorianCalendar value)
withTerminationDate in class AbstractCityObjectTypepublic BridgeRoomType withExternalReference(ExternalReferenceType... values)
withExternalReference in class AbstractCityObjectTypepublic BridgeRoomType withExternalReference(java.util.Collection<ExternalReferenceType> values)
withExternalReference in class AbstractCityObjectTypepublic BridgeRoomType withGeneralizesTo(GeneralizationRelationType... values)
withGeneralizesTo in class AbstractCityObjectTypepublic BridgeRoomType withGeneralizesTo(java.util.Collection<GeneralizationRelationType> values)
withGeneralizesTo in class AbstractCityObjectTypepublic BridgeRoomType withRelativeToTerrain(RelativeToTerrainType value)
withRelativeToTerrain in class AbstractCityObjectTypepublic BridgeRoomType withRelativeToWater(RelativeToWaterType value)
withRelativeToWater in class AbstractCityObjectTypepublic BridgeRoomType withGenericApplicationPropertyOfCityObject(javax.xml.bind.JAXBElement<?>... values)
withGenericApplicationPropertyOfCityObject in class AbstractCityObjectTypepublic BridgeRoomType withGenericApplicationPropertyOfCityObject(java.util.Collection<javax.xml.bind.JAXBElement<?>> values)
withGenericApplicationPropertyOfCityObject in class AbstractCityObjectTypepublic BridgeRoomType withExternalReference(java.util.List<ExternalReferenceType> value)
withExternalReference in class AbstractCityObjectTypepublic BridgeRoomType withGeneralizesTo(java.util.List<GeneralizationRelationType> value)
withGeneralizesTo in class AbstractCityObjectTypepublic BridgeRoomType withGenericApplicationPropertyOfCityObject(java.util.List<javax.xml.bind.JAXBElement<?>> value)
withGenericApplicationPropertyOfCityObject in class AbstractCityObjectTypeCopyright © 2008-2022. All Rights Reserved.