public class BridgeConstructionElementType 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 BridgeConstructionElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BridgeConstructionElementType">
<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="lod1Geometry" type="{http://www.opengis.net/gml}GeometryPropertyType" minOccurs="0"/>
<element name="lod2Geometry" type="{http://www.opengis.net/gml}GeometryPropertyType" minOccurs="0"/>
<element name="lod3Geometry" type="{http://www.opengis.net/gml}GeometryPropertyType" minOccurs="0"/>
<element name="lod4Geometry" type="{http://www.opengis.net/gml}GeometryPropertyType" minOccurs="0"/>
<element name="lod1TerrainIntersection" type="{http://www.opengis.net/gml}MultiCurvePropertyType" minOccurs="0"/>
<element name="lod2TerrainIntersection" type="{http://www.opengis.net/gml}MultiCurvePropertyType" minOccurs="0"/>
<element name="lod3TerrainIntersection" type="{http://www.opengis.net/gml}MultiCurvePropertyType" minOccurs="0"/>
<element name="lod4TerrainIntersection" type="{http://www.opengis.net/gml}MultiCurvePropertyType" minOccurs="0"/>
<element name="lod1ImplicitRepresentation" type="{http://www.opengis.net/citygml/2.0}ImplicitRepresentationPropertyType" minOccurs="0"/>
<element name="lod2ImplicitRepresentation" type="{http://www.opengis.net/citygml/2.0}ImplicitRepresentationPropertyType" minOccurs="0"/>
<element name="lod3ImplicitRepresentation" type="{http://www.opengis.net/citygml/2.0}ImplicitRepresentationPropertyType" minOccurs="0"/>
<element name="lod4ImplicitRepresentation" type="{http://www.opengis.net/citygml/2.0}ImplicitRepresentationPropertyType" minOccurs="0"/>
<element name="boundedBy" type="{http://www.opengis.net/citygml/bridge/2.0}BoundarySurfacePropertyType" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/citygml/bridge/2.0}_GenericApplicationPropertyOfBridgeConstructionElement" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
creationDate, externalReference, generalizesTo, genericApplicationPropertyOfCityObject, relativeToTerrain, relativeToWater, terminationDateboundedBy, locationdescription, id, metaDataProperty, name| Constructor and Description |
|---|
BridgeConstructionElementType() |
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 lod1Geometry
protected GeometryPropertyType lod2Geometry
protected GeometryPropertyType lod3Geometry
protected GeometryPropertyType lod4Geometry
protected MultiCurvePropertyType lod1TerrainIntersection
protected MultiCurvePropertyType lod2TerrainIntersection
protected MultiCurvePropertyType lod3TerrainIntersection
protected MultiCurvePropertyType lod4TerrainIntersection
protected ImplicitRepresentationPropertyType lod1ImplicitRepresentation
protected ImplicitRepresentationPropertyType lod2ImplicitRepresentation
protected ImplicitRepresentationPropertyType lod3ImplicitRepresentation
protected ImplicitRepresentationPropertyType lod4ImplicitRepresentation
protected java.util.List<BoundarySurfacePropertyType> cityObjectBoundedBy
protected java.util.List<java.lang.Object> genericApplicationPropertyOfBridgeConstructionElement
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 getLod1Geometry()
GeometryPropertyTypepublic void setLod1Geometry(GeometryPropertyType value)
value - allowed object is
GeometryPropertyTypepublic boolean isSetLod1Geometry()
public GeometryPropertyType getLod2Geometry()
GeometryPropertyTypepublic void setLod2Geometry(GeometryPropertyType value)
value - allowed object is
GeometryPropertyTypepublic boolean isSetLod2Geometry()
public GeometryPropertyType getLod3Geometry()
GeometryPropertyTypepublic void setLod3Geometry(GeometryPropertyType value)
value - allowed object is
GeometryPropertyTypepublic boolean isSetLod3Geometry()
public GeometryPropertyType getLod4Geometry()
GeometryPropertyTypepublic void setLod4Geometry(GeometryPropertyType value)
value - allowed object is
GeometryPropertyTypepublic boolean isSetLod4Geometry()
public MultiCurvePropertyType getLod1TerrainIntersection()
MultiCurvePropertyTypepublic void setLod1TerrainIntersection(MultiCurvePropertyType value)
value - allowed object is
MultiCurvePropertyTypepublic boolean isSetLod1TerrainIntersection()
public MultiCurvePropertyType getLod2TerrainIntersection()
MultiCurvePropertyTypepublic void setLod2TerrainIntersection(MultiCurvePropertyType value)
value - allowed object is
MultiCurvePropertyTypepublic boolean isSetLod2TerrainIntersection()
public MultiCurvePropertyType getLod3TerrainIntersection()
MultiCurvePropertyTypepublic void setLod3TerrainIntersection(MultiCurvePropertyType value)
value - allowed object is
MultiCurvePropertyTypepublic boolean isSetLod3TerrainIntersection()
public MultiCurvePropertyType getLod4TerrainIntersection()
MultiCurvePropertyTypepublic void setLod4TerrainIntersection(MultiCurvePropertyType value)
value - allowed object is
MultiCurvePropertyTypepublic boolean isSetLod4TerrainIntersection()
public ImplicitRepresentationPropertyType getLod1ImplicitRepresentation()
ImplicitRepresentationPropertyTypepublic void setLod1ImplicitRepresentation(ImplicitRepresentationPropertyType value)
value - allowed object is
ImplicitRepresentationPropertyTypepublic boolean isSetLod1ImplicitRepresentation()
public ImplicitRepresentationPropertyType getLod2ImplicitRepresentation()
ImplicitRepresentationPropertyTypepublic void setLod2ImplicitRepresentation(ImplicitRepresentationPropertyType value)
value - allowed object is
ImplicitRepresentationPropertyTypepublic boolean isSetLod2ImplicitRepresentation()
public ImplicitRepresentationPropertyType getLod3ImplicitRepresentation()
ImplicitRepresentationPropertyTypepublic void setLod3ImplicitRepresentation(ImplicitRepresentationPropertyType value)
value - allowed object is
ImplicitRepresentationPropertyTypepublic boolean isSetLod3ImplicitRepresentation()
public ImplicitRepresentationPropertyType getLod4ImplicitRepresentation()
ImplicitRepresentationPropertyTypepublic void setLod4ImplicitRepresentation(ImplicitRepresentationPropertyType value)
value - allowed object is
ImplicitRepresentationPropertyTypepublic boolean isSetLod4ImplicitRepresentation()
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<java.lang.Object> getGenericApplicationPropertyOfBridgeConstructionElement()
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 genericApplicationPropertyOfBridgeConstructionElement property.
For example, to add a new item, do as follows:
getGenericApplicationPropertyOfBridgeConstructionElement().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetGenericApplicationPropertyOfBridgeConstructionElement()
public void unsetGenericApplicationPropertyOfBridgeConstructionElement()
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 setGenericApplicationPropertyOfBridgeConstructionElement(java.util.List<java.lang.Object> value)
public BridgeConstructionElementType withClazz(CodeType value)
public BridgeConstructionElementType withFunction(CodeType... values)
public BridgeConstructionElementType withFunction(java.util.Collection<CodeType> values)
public BridgeConstructionElementType withUsage(CodeType... values)
public BridgeConstructionElementType withUsage(java.util.Collection<CodeType> values)
public BridgeConstructionElementType withLod1Geometry(GeometryPropertyType value)
public BridgeConstructionElementType withLod2Geometry(GeometryPropertyType value)
public BridgeConstructionElementType withLod3Geometry(GeometryPropertyType value)
public BridgeConstructionElementType withLod4Geometry(GeometryPropertyType value)
public BridgeConstructionElementType withLod1TerrainIntersection(MultiCurvePropertyType value)
public BridgeConstructionElementType withLod2TerrainIntersection(MultiCurvePropertyType value)
public BridgeConstructionElementType withLod3TerrainIntersection(MultiCurvePropertyType value)
public BridgeConstructionElementType withLod4TerrainIntersection(MultiCurvePropertyType value)
public BridgeConstructionElementType withLod1ImplicitRepresentation(ImplicitRepresentationPropertyType value)
public BridgeConstructionElementType withLod2ImplicitRepresentation(ImplicitRepresentationPropertyType value)
public BridgeConstructionElementType withLod3ImplicitRepresentation(ImplicitRepresentationPropertyType value)
public BridgeConstructionElementType withLod4ImplicitRepresentation(ImplicitRepresentationPropertyType value)
public BridgeConstructionElementType withCityObjectBoundedBy(BoundarySurfacePropertyType... values)
public BridgeConstructionElementType withCityObjectBoundedBy(java.util.Collection<BoundarySurfacePropertyType> values)
public BridgeConstructionElementType withGenericApplicationPropertyOfBridgeConstructionElement(java.lang.Object... values)
public BridgeConstructionElementType withGenericApplicationPropertyOfBridgeConstructionElement(java.util.Collection<java.lang.Object> values)
public BridgeConstructionElementType withFunction(java.util.List<CodeType> value)
public BridgeConstructionElementType withUsage(java.util.List<CodeType> value)
public BridgeConstructionElementType withCityObjectBoundedBy(java.util.List<BoundarySurfacePropertyType> value)
public BridgeConstructionElementType withGenericApplicationPropertyOfBridgeConstructionElement(java.util.List<java.lang.Object> value)
public BridgeConstructionElementType withCreationDate(javax.xml.datatype.XMLGregorianCalendar value)
withCreationDate in class AbstractCityObjectTypepublic BridgeConstructionElementType withTerminationDate(javax.xml.datatype.XMLGregorianCalendar value)
withTerminationDate in class AbstractCityObjectTypepublic BridgeConstructionElementType withExternalReference(ExternalReferenceType... values)
withExternalReference in class AbstractCityObjectTypepublic BridgeConstructionElementType withExternalReference(java.util.Collection<ExternalReferenceType> values)
withExternalReference in class AbstractCityObjectTypepublic BridgeConstructionElementType withGeneralizesTo(GeneralizationRelationType... values)
withGeneralizesTo in class AbstractCityObjectTypepublic BridgeConstructionElementType withGeneralizesTo(java.util.Collection<GeneralizationRelationType> values)
withGeneralizesTo in class AbstractCityObjectTypepublic BridgeConstructionElementType withRelativeToTerrain(RelativeToTerrainType value)
withRelativeToTerrain in class AbstractCityObjectTypepublic BridgeConstructionElementType withRelativeToWater(RelativeToWaterType value)
withRelativeToWater in class AbstractCityObjectTypepublic BridgeConstructionElementType withGenericApplicationPropertyOfCityObject(javax.xml.bind.JAXBElement<?>... values)
withGenericApplicationPropertyOfCityObject in class AbstractCityObjectTypepublic BridgeConstructionElementType withGenericApplicationPropertyOfCityObject(java.util.Collection<javax.xml.bind.JAXBElement<?>> values)
withGenericApplicationPropertyOfCityObject in class AbstractCityObjectTypepublic BridgeConstructionElementType withExternalReference(java.util.List<ExternalReferenceType> value)
withExternalReference in class AbstractCityObjectTypepublic BridgeConstructionElementType withGeneralizesTo(java.util.List<GeneralizationRelationType> value)
withGeneralizesTo in class AbstractCityObjectTypepublic BridgeConstructionElementType withGenericApplicationPropertyOfCityObject(java.util.List<javax.xml.bind.JAXBElement<?>> value)
withGenericApplicationPropertyOfCityObject in class AbstractCityObjectTypeCopyright © 2008-2022. All Rights Reserved.