public class TrafficAreaType extends AbstractTransportationObjectType 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 TrafficAreaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrafficAreaType">
<complexContent>
<extension base="{http://www.opengis.net/citygml/transportation/2.0}AbstractTransportationObjectType">
<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="surfaceMaterial" type="{http://www.opengis.net/gml}CodeType" minOccurs="0"/>
<element name="lod2MultiSurface" type="{http://www.opengis.net/gml}MultiSurfacePropertyType" minOccurs="0"/>
<element name="lod3MultiSurface" type="{http://www.opengis.net/gml}MultiSurfacePropertyType" minOccurs="0"/>
<element name="lod4MultiSurface" type="{http://www.opengis.net/gml}MultiSurfacePropertyType" minOccurs="0"/>
<element ref="{http://www.opengis.net/citygml/transportation/2.0}_GenericApplicationPropertyOfTrafficArea" 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> |
genericApplicationPropertyOfTrafficArea |
protected MultiSurfacePropertyType |
lod2MultiSurface |
protected MultiSurfacePropertyType |
lod3MultiSurface |
protected MultiSurfacePropertyType |
lod4MultiSurface |
protected CodeType |
surfaceMaterial |
protected java.util.List<CodeType> |
usage |
genericApplicationPropertyOfTransportationObjectcreationDate, externalReference, generalizesTo, genericApplicationPropertyOfCityObject, relativeToTerrain, relativeToWater, terminationDateboundedBy, locationdescription, id, metaDataProperty, name| Constructor and Description |
|---|
TrafficAreaType() |
| 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> |
getGenericApplicationPropertyOfTrafficArea()
Gets the value of the genericApplicationPropertyOfTrafficArea property.
|
MultiSurfacePropertyType |
getLod2MultiSurface()
Gets the value of the lod2MultiSurface property.
|
MultiSurfacePropertyType |
getLod3MultiSurface()
Gets the value of the lod3MultiSurface property.
|
MultiSurfacePropertyType |
getLod4MultiSurface()
Gets the value of the lod4MultiSurface property.
|
CodeType |
getSurfaceMaterial()
Gets the value of the surfaceMaterial 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 |
isSetGenericApplicationPropertyOfTrafficArea() |
boolean |
isSetLod2MultiSurface() |
boolean |
isSetLod3MultiSurface() |
boolean |
isSetLod4MultiSurface() |
boolean |
isSetSurfaceMaterial() |
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 |
setGenericApplicationPropertyOfTrafficArea(java.util.List<java.lang.Object> value) |
void |
setLod2MultiSurface(MultiSurfacePropertyType value)
Sets the value of the lod2MultiSurface property.
|
void |
setLod3MultiSurface(MultiSurfacePropertyType value)
Sets the value of the lod3MultiSurface property.
|
void |
setLod4MultiSurface(MultiSurfacePropertyType value)
Sets the value of the lod4MultiSurface property.
|
void |
setSurfaceMaterial(CodeType value)
Sets the value of the surfaceMaterial property.
|
void |
setUsage(java.util.List<CodeType> value) |
java.lang.String |
toString() |
void |
unsetFunction() |
void |
unsetGenericApplicationPropertyOfTrafficArea() |
void |
unsetUsage() |
TrafficAreaType |
withClazz(CodeType value) |
TrafficAreaType |
withCreationDate(javax.xml.datatype.XMLGregorianCalendar value) |
TrafficAreaType |
withExternalReference(java.util.Collection<ExternalReferenceType> values) |
TrafficAreaType |
withExternalReference(ExternalReferenceType... values) |
TrafficAreaType |
withExternalReference(java.util.List<ExternalReferenceType> value) |
TrafficAreaType |
withFunction(CodeType... values) |
TrafficAreaType |
withFunction(java.util.Collection<CodeType> values) |
TrafficAreaType |
withFunction(java.util.List<CodeType> value) |
TrafficAreaType |
withGeneralizesTo(java.util.Collection<GeneralizationRelationType> values) |
TrafficAreaType |
withGeneralizesTo(GeneralizationRelationType... values) |
TrafficAreaType |
withGeneralizesTo(java.util.List<GeneralizationRelationType> value) |
TrafficAreaType |
withGenericApplicationPropertyOfCityObject(java.util.Collection<javax.xml.bind.JAXBElement<?>> values) |
TrafficAreaType |
withGenericApplicationPropertyOfCityObject(javax.xml.bind.JAXBElement<?>... values) |
TrafficAreaType |
withGenericApplicationPropertyOfCityObject(java.util.List<javax.xml.bind.JAXBElement<?>> value) |
TrafficAreaType |
withGenericApplicationPropertyOfTrafficArea(java.util.Collection<java.lang.Object> values) |
TrafficAreaType |
withGenericApplicationPropertyOfTrafficArea(java.util.List<java.lang.Object> value) |
TrafficAreaType |
withGenericApplicationPropertyOfTrafficArea(java.lang.Object... values) |
TrafficAreaType |
withGenericApplicationPropertyOfTransportationObject(java.util.Collection<java.lang.Object> values) |
TrafficAreaType |
withGenericApplicationPropertyOfTransportationObject(java.util.List<java.lang.Object> value) |
TrafficAreaType |
withGenericApplicationPropertyOfTransportationObject(java.lang.Object... values) |
TrafficAreaType |
withLod2MultiSurface(MultiSurfacePropertyType value) |
TrafficAreaType |
withLod3MultiSurface(MultiSurfacePropertyType value) |
TrafficAreaType |
withLod4MultiSurface(MultiSurfacePropertyType value) |
TrafficAreaType |
withRelativeToTerrain(RelativeToTerrainType value) |
TrafficAreaType |
withRelativeToWater(RelativeToWaterType value) |
TrafficAreaType |
withSurfaceMaterial(CodeType value) |
TrafficAreaType |
withTerminationDate(javax.xml.datatype.XMLGregorianCalendar value) |
TrafficAreaType |
withUsage(CodeType... values) |
TrafficAreaType |
withUsage(java.util.Collection<CodeType> values) |
TrafficAreaType |
withUsage(java.util.List<CodeType> value) |
getGenericApplicationPropertyOfTransportationObject, isSetGenericApplicationPropertyOfTransportationObject, setGenericApplicationPropertyOfTransportationObject, unsetGenericApplicationPropertyOfTransportationObjectgetCreationDate, 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 CodeType surfaceMaterial
protected MultiSurfacePropertyType lod2MultiSurface
protected MultiSurfacePropertyType lod3MultiSurface
protected MultiSurfacePropertyType lod4MultiSurface
protected java.util.List<java.lang.Object> genericApplicationPropertyOfTrafficArea
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 CodeType getSurfaceMaterial()
CodeTypepublic void setSurfaceMaterial(CodeType value)
value - allowed object is
CodeTypepublic boolean isSetSurfaceMaterial()
public MultiSurfacePropertyType getLod2MultiSurface()
MultiSurfacePropertyTypepublic void setLod2MultiSurface(MultiSurfacePropertyType value)
value - allowed object is
MultiSurfacePropertyTypepublic boolean isSetLod2MultiSurface()
public MultiSurfacePropertyType getLod3MultiSurface()
MultiSurfacePropertyTypepublic void setLod3MultiSurface(MultiSurfacePropertyType value)
value - allowed object is
MultiSurfacePropertyTypepublic boolean isSetLod3MultiSurface()
public MultiSurfacePropertyType getLod4MultiSurface()
MultiSurfacePropertyTypepublic void setLod4MultiSurface(MultiSurfacePropertyType value)
value - allowed object is
MultiSurfacePropertyTypepublic boolean isSetLod4MultiSurface()
public java.util.List<java.lang.Object> getGenericApplicationPropertyOfTrafficArea()
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 genericApplicationPropertyOfTrafficArea property.
For example, to add a new item, do as follows:
getGenericApplicationPropertyOfTrafficArea().add(newItem);
Objects of the following type(s) are allowed in the list
Object
public boolean isSetGenericApplicationPropertyOfTrafficArea()
public void unsetGenericApplicationPropertyOfTrafficArea()
public java.lang.String toString()
toString in class AbstractTransportationObjectTypepublic 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 AbstractTransportationObjectTypepublic 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 AbstractTransportationObjectTypepublic 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 AbstractTransportationObjectTypepublic boolean equals(java.lang.Object object)
equals in class AbstractTransportationObjectTypepublic 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 AbstractTransportationObjectTypepublic int hashCode()
hashCode in class AbstractTransportationObjectTypepublic java.lang.Object clone()
clone in class AbstractTransportationObjectTypepublic java.lang.Object copyTo(java.lang.Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2copyTo in class AbstractTransportationObjectTypepublic 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 AbstractTransportationObjectTypepublic 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 AbstractTransportationObjectTypepublic 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 AbstractTransportationObjectTypepublic void setFunction(java.util.List<CodeType> value)
public void setUsage(java.util.List<CodeType> value)
public void setGenericApplicationPropertyOfTrafficArea(java.util.List<java.lang.Object> value)
public TrafficAreaType withClazz(CodeType value)
public TrafficAreaType withFunction(CodeType... values)
public TrafficAreaType withFunction(java.util.Collection<CodeType> values)
public TrafficAreaType withUsage(CodeType... values)
public TrafficAreaType withUsage(java.util.Collection<CodeType> values)
public TrafficAreaType withSurfaceMaterial(CodeType value)
public TrafficAreaType withLod2MultiSurface(MultiSurfacePropertyType value)
public TrafficAreaType withLod3MultiSurface(MultiSurfacePropertyType value)
public TrafficAreaType withLod4MultiSurface(MultiSurfacePropertyType value)
public TrafficAreaType withGenericApplicationPropertyOfTrafficArea(java.lang.Object... values)
public TrafficAreaType withGenericApplicationPropertyOfTrafficArea(java.util.Collection<java.lang.Object> values)
public TrafficAreaType withFunction(java.util.List<CodeType> value)
public TrafficAreaType withUsage(java.util.List<CodeType> value)
public TrafficAreaType withGenericApplicationPropertyOfTrafficArea(java.util.List<java.lang.Object> value)
public TrafficAreaType withGenericApplicationPropertyOfTransportationObject(java.lang.Object... values)
withGenericApplicationPropertyOfTransportationObject in class AbstractTransportationObjectTypepublic TrafficAreaType withGenericApplicationPropertyOfTransportationObject(java.util.Collection<java.lang.Object> values)
withGenericApplicationPropertyOfTransportationObject in class AbstractTransportationObjectTypepublic TrafficAreaType withGenericApplicationPropertyOfTransportationObject(java.util.List<java.lang.Object> value)
withGenericApplicationPropertyOfTransportationObject in class AbstractTransportationObjectTypepublic TrafficAreaType withCreationDate(javax.xml.datatype.XMLGregorianCalendar value)
withCreationDate in class AbstractTransportationObjectTypepublic TrafficAreaType withTerminationDate(javax.xml.datatype.XMLGregorianCalendar value)
withTerminationDate in class AbstractTransportationObjectTypepublic TrafficAreaType withExternalReference(ExternalReferenceType... values)
withExternalReference in class AbstractTransportationObjectTypepublic TrafficAreaType withExternalReference(java.util.Collection<ExternalReferenceType> values)
withExternalReference in class AbstractTransportationObjectTypepublic TrafficAreaType withGeneralizesTo(GeneralizationRelationType... values)
withGeneralizesTo in class AbstractTransportationObjectTypepublic TrafficAreaType withGeneralizesTo(java.util.Collection<GeneralizationRelationType> values)
withGeneralizesTo in class AbstractTransportationObjectTypepublic TrafficAreaType withRelativeToTerrain(RelativeToTerrainType value)
withRelativeToTerrain in class AbstractTransportationObjectTypepublic TrafficAreaType withRelativeToWater(RelativeToWaterType value)
withRelativeToWater in class AbstractTransportationObjectTypepublic TrafficAreaType withGenericApplicationPropertyOfCityObject(javax.xml.bind.JAXBElement<?>... values)
withGenericApplicationPropertyOfCityObject in class AbstractTransportationObjectTypepublic TrafficAreaType withGenericApplicationPropertyOfCityObject(java.util.Collection<javax.xml.bind.JAXBElement<?>> values)
withGenericApplicationPropertyOfCityObject in class AbstractTransportationObjectTypepublic TrafficAreaType withExternalReference(java.util.List<ExternalReferenceType> value)
withExternalReference in class AbstractTransportationObjectTypepublic TrafficAreaType withGeneralizesTo(java.util.List<GeneralizationRelationType> value)
withGeneralizesTo in class AbstractTransportationObjectTypepublic TrafficAreaType withGenericApplicationPropertyOfCityObject(java.util.List<javax.xml.bind.JAXBElement<?>> value)
withGenericApplicationPropertyOfCityObject in class AbstractTransportationObjectTypeCopyright © 2008-2022. All Rights Reserved.