|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.v_3_1_1.AbstractGMLType
net.opengis.gml.v_3_1_1.AbstractFeatureType
net.opengis.citygml.v_1_0.AbstractCityObjectType
net.opengis.citygml.transportation.v_1_0.AbstractTransportationObjectType
net.opengis.citygml.transportation.v_1_0.TrafficAreaType
public class TrafficAreaType
Type describing the class for traffic Areas. Traffic areas are the surfaces where traffic actually takes place. As subclass of _CityObject, a TrafficArea inherits all attributes and relations, in particular an id, names, external references, and generalization relations.
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/1.0}AbstractTransportationObjectType">
<sequence>
<element name="usage" type="{http://www.opengis.net/citygml/transportation/1.0}TrafficAreaUsageType" maxOccurs="unbounded" minOccurs="0"/>
<element name="function" type="{http://www.opengis.net/citygml/transportation/1.0}TrafficAreaFunctionType" maxOccurs="unbounded" minOccurs="0"/>
<element name="surfaceMaterial" type="{http://www.opengis.net/citygml/transportation/1.0}TrafficSurfaceMaterialType" 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/1.0}_GenericApplicationPropertyOfTrafficArea" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<String> |
function
|
protected List<Object> |
genericApplicationPropertyOfTrafficArea
|
protected MultiSurfacePropertyType |
lod2MultiSurface
|
protected MultiSurfacePropertyType |
lod3MultiSurface
|
protected MultiSurfacePropertyType |
lod4MultiSurface
|
protected String |
surfaceMaterial
|
protected List<String> |
usage
|
| Fields inherited from class net.opengis.citygml.transportation.v_1_0.AbstractTransportationObjectType |
|---|
genericApplicationPropertyOfTransportationObject |
| Fields inherited from class net.opengis.citygml.v_1_0.AbstractCityObjectType |
|---|
creationDate, externalReference, generalizesTo, genericApplicationPropertyOfCityObject, terminationDate |
| Fields inherited from class net.opengis.gml.v_3_1_1.AbstractFeatureType |
|---|
boundedBy, location |
| Fields inherited from class net.opengis.gml.v_3_1_1.AbstractGMLType |
|---|
description, id, metaDataProperty, name |
| Constructor Summary | |
|---|---|
TrafficAreaType()
|
|
| Methods inherited from class net.opengis.citygml.transportation.v_1_0.AbstractTransportationObjectType |
|---|
getGenericApplicationPropertyOfTransportationObject, isSetGenericApplicationPropertyOfTransportationObject, setGenericApplicationPropertyOfTransportationObject, unsetGenericApplicationPropertyOfTransportationObject |
| Methods inherited from class net.opengis.gml.v_3_1_1.AbstractFeatureType |
|---|
getBoundedBy, getLocation, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation, withBoundedBy, withDescription, withId, withLocation, withMetaDataProperty, withMetaDataProperty, withMetaDataProperty, withName, withName, withName |
| Methods inherited from class net.opengis.gml.v_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 |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected List<String> usage
protected List<String> function
protected String surfaceMaterial
protected MultiSurfacePropertyType lod2MultiSurface
protected MultiSurfacePropertyType lod3MultiSurface
protected MultiSurfacePropertyType lod4MultiSurface
protected List<Object> genericApplicationPropertyOfTrafficArea
| Constructor Detail |
|---|
public TrafficAreaType()
| Method Detail |
|---|
public List<String> 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
String
public boolean isSetUsage()
public void unsetUsage()
public List<String> 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
String
public boolean isSetFunction()
public void unsetFunction()
public String getSurfaceMaterial()
Stringpublic void setSurfaceMaterial(String value)
value - allowed object is
Stringpublic 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 List<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 String toString()
toString in class AbstractTransportationObjectType
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringappend in class AbstractTransportationObjectType
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringappendFields in class AbstractTransportationObjectType
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalsequals in class AbstractTransportationObjectTypepublic boolean equals(Object object)
equals in class AbstractTransportationObjectType
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodehashCode in class AbstractTransportationObjectTypepublic int hashCode()
hashCode in class AbstractTransportationObjectTypepublic Object clone()
clone in class AbstractTransportationObjectTypepublic Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractTransportationObjectType
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTocopyTo in class AbstractTransportationObjectTypepublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTocreateNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom
public void mergeFrom(Object left,
Object right)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractTransportationObjectType
public void mergeFrom(org.jvnet.jaxb2_commons.locator.ObjectLocator leftLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator rightLocator,
Object left,
Object right,
org.jvnet.jaxb2_commons.lang.MergeStrategy strategy)
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrommergeFrom in class AbstractTransportationObjectTypepublic void setUsage(List<String> value)
public void setFunction(List<String> value)
public void setGenericApplicationPropertyOfTrafficArea(List<Object> value)
public TrafficAreaType withUsage(String... values)
public TrafficAreaType withUsage(Collection<String> values)
public TrafficAreaType withFunction(String... values)
public TrafficAreaType withFunction(Collection<String> values)
public TrafficAreaType withSurfaceMaterial(String value)
public TrafficAreaType withLod2MultiSurface(MultiSurfacePropertyType value)
public TrafficAreaType withLod3MultiSurface(MultiSurfacePropertyType value)
public TrafficAreaType withLod4MultiSurface(MultiSurfacePropertyType value)
public TrafficAreaType withGenericApplicationPropertyOfTrafficArea(Object... values)
public TrafficAreaType withGenericApplicationPropertyOfTrafficArea(Collection<Object> values)
public TrafficAreaType withUsage(List<String> value)
public TrafficAreaType withFunction(List<String> value)
public TrafficAreaType withGenericApplicationPropertyOfTrafficArea(List<Object> value)
public TrafficAreaType withGenericApplicationPropertyOfTransportationObject(Object... values)
withGenericApplicationPropertyOfTransportationObject in class AbstractTransportationObjectTypepublic TrafficAreaType withGenericApplicationPropertyOfTransportationObject(Collection<Object> values)
withGenericApplicationPropertyOfTransportationObject in class AbstractTransportationObjectTypepublic TrafficAreaType withGenericApplicationPropertyOfTransportationObject(List<Object> value)
withGenericApplicationPropertyOfTransportationObject in class AbstractTransportationObjectTypepublic TrafficAreaType withCreationDate(XMLGregorianCalendar value)
withCreationDate in class AbstractTransportationObjectTypepublic TrafficAreaType withTerminationDate(XMLGregorianCalendar value)
withTerminationDate in class AbstractTransportationObjectTypepublic TrafficAreaType withExternalReference(ExternalReferenceType... values)
withExternalReference in class AbstractTransportationObjectTypepublic TrafficAreaType withExternalReference(Collection<ExternalReferenceType> values)
withExternalReference in class AbstractTransportationObjectTypepublic TrafficAreaType withGeneralizesTo(GeneralizationRelationType... values)
withGeneralizesTo in class AbstractTransportationObjectTypepublic TrafficAreaType withGeneralizesTo(Collection<GeneralizationRelationType> values)
withGeneralizesTo in class AbstractTransportationObjectTypepublic TrafficAreaType withGenericApplicationPropertyOfCityObject(JAXBElement<?>... values)
withGenericApplicationPropertyOfCityObject in class AbstractTransportationObjectTypepublic TrafficAreaType withGenericApplicationPropertyOfCityObject(Collection<JAXBElement<?>> values)
withGenericApplicationPropertyOfCityObject in class AbstractTransportationObjectTypepublic TrafficAreaType withExternalReference(List<ExternalReferenceType> value)
withExternalReference in class AbstractTransportationObjectTypepublic TrafficAreaType withGeneralizesTo(List<GeneralizationRelationType> value)
withGeneralizesTo in class AbstractTransportationObjectTypepublic TrafficAreaType withGenericApplicationPropertyOfCityObject(List<JAXBElement<?>> value)
withGenericApplicationPropertyOfCityObject in class AbstractTransportationObjectType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||