net.opengis.citygml.transportation.v_1_0
Class TrackType
java.lang.Object
net.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.TransportationComplexType
net.opengis.citygml.transportation.v_1_0.TrackType
- All Implemented Interfaces:
- 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
public class TrackType
- extends TransportationComplexType
- implements 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
Type describing the class for tracks. A track is a small path mainly used by pedestrians. As
subclass of _CityObject, a Track inherits all attributes and relations, in particular an id, names, external
references, and generalization relations.
Java class for TrackType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TrackType">
<complexContent>
<extension base="{http://www.opengis.net/citygml/transportation/1.0}TransportationComplexType">
<sequence>
<element ref="{http://www.opengis.net/citygml/transportation/1.0}_GenericApplicationPropertyOfTrack" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
|
Method Summary |
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
|
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
|
Object |
clone()
|
Object |
copyTo(Object target)
|
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
|
Object |
createNewInstance()
|
boolean |
equals(Object object)
|
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
|
List<Object> |
getGenericApplicationPropertyOfTrack()
Gets the value of the genericApplicationPropertyOfTrack property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
|
boolean |
isSetGenericApplicationPropertyOfTrack()
|
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.MergeStrategy2 strategy)
|
void |
mergeFrom(Object left,
Object right)
|
void |
setGenericApplicationPropertyOfTrack(List<Object> value)
|
String |
toString()
|
void |
unsetGenericApplicationPropertyOfTrack()
|
TrackType |
withAuxiliaryTrafficArea(AuxiliaryTrafficAreaPropertyType... values)
|
TrackType |
withAuxiliaryTrafficArea(Collection<AuxiliaryTrafficAreaPropertyType> values)
|
TrackType |
withAuxiliaryTrafficArea(List<AuxiliaryTrafficAreaPropertyType> value)
|
TrackType |
withCreationDate(XMLGregorianCalendar value)
|
TrackType |
withExternalReference(Collection<ExternalReferenceType> values)
|
TrackType |
withExternalReference(ExternalReferenceType... values)
|
TrackType |
withExternalReference(List<ExternalReferenceType> value)
|
TrackType |
withFunction(Collection<String> values)
|
TrackType |
withFunction(List<String> value)
|
TrackType |
withFunction(String... values)
|
TrackType |
withGeneralizesTo(Collection<GeneralizationRelationType> values)
|
TrackType |
withGeneralizesTo(GeneralizationRelationType... values)
|
TrackType |
withGeneralizesTo(List<GeneralizationRelationType> value)
|
TrackType |
withGenericApplicationPropertyOfCityObject(Collection<JAXBElement<?>> values)
|
TrackType |
withGenericApplicationPropertyOfCityObject(JAXBElement<?>... values)
|
TrackType |
withGenericApplicationPropertyOfCityObject(List<JAXBElement<?>> value)
|
TrackType |
withGenericApplicationPropertyOfTrack(Collection<Object> values)
|
TrackType |
withGenericApplicationPropertyOfTrack(List<Object> value)
|
TrackType |
withGenericApplicationPropertyOfTrack(Object... values)
|
TrackType |
withGenericApplicationPropertyOfTransportationComplex(Collection<Object> values)
|
TrackType |
withGenericApplicationPropertyOfTransportationComplex(List<Object> value)
|
TrackType |
withGenericApplicationPropertyOfTransportationComplex(Object... values)
|
TrackType |
withGenericApplicationPropertyOfTransportationObject(Collection<Object> values)
|
TrackType |
withGenericApplicationPropertyOfTransportationObject(List<Object> value)
|
TrackType |
withGenericApplicationPropertyOfTransportationObject(Object... values)
|
TrackType |
withLod0Network(Collection<GeometricComplexPropertyType> values)
|
TrackType |
withLod0Network(GeometricComplexPropertyType... values)
|
TrackType |
withLod0Network(List<GeometricComplexPropertyType> value)
|
TrackType |
withLod1MultiSurface(MultiSurfacePropertyType value)
|
TrackType |
withLod2MultiSurface(MultiSurfacePropertyType value)
|
TrackType |
withLod3MultiSurface(MultiSurfacePropertyType value)
|
TrackType |
withLod4MultiSurface(MultiSurfacePropertyType value)
|
TrackType |
withTerminationDate(XMLGregorianCalendar value)
|
TrackType |
withTrafficArea(Collection<TrafficAreaPropertyType> values)
|
TrackType |
withTrafficArea(List<TrafficAreaPropertyType> value)
|
TrackType |
withTrafficArea(TrafficAreaPropertyType... values)
|
TrackType |
withUsage(Collection<String> values)
|
TrackType |
withUsage(List<String> value)
|
TrackType |
withUsage(String... values)
|
| Methods inherited from class net.opengis.citygml.transportation.v_1_0.TransportationComplexType |
getAuxiliaryTrafficArea, getFunction, getGenericApplicationPropertyOfTransportationComplex, getLod0Network, getLod1MultiSurface, getLod2MultiSurface, getLod3MultiSurface, getLod4MultiSurface, getTrafficArea, getUsage, isSetAuxiliaryTrafficArea, isSetFunction, isSetGenericApplicationPropertyOfTransportationComplex, isSetLod0Network, isSetLod1MultiSurface, isSetLod2MultiSurface, isSetLod3MultiSurface, isSetLod4MultiSurface, isSetTrafficArea, isSetUsage, setAuxiliaryTrafficArea, setFunction, setGenericApplicationPropertyOfTransportationComplex, setLod0Network, setLod1MultiSurface, setLod2MultiSurface, setLod3MultiSurface, setLod4MultiSurface, setTrafficArea, setUsage, unsetAuxiliaryTrafficArea, unsetFunction, unsetGenericApplicationPropertyOfTransportationComplex, unsetLod0Network, unsetTrafficArea, unsetUsage |
| Methods inherited from class net.opengis.citygml.v_1_0.AbstractCityObjectType |
getCreationDate, getExternalReference, getGeneralizesTo, getGenericApplicationPropertyOfCityObject, getTerminationDate, isSetCreationDate, isSetExternalReference, isSetGeneralizesTo, isSetGenericApplicationPropertyOfCityObject, isSetTerminationDate, setCreationDate, setExternalReference, setGeneralizesTo, setGenericApplicationPropertyOfCityObject, setTerminationDate, unsetExternalReference, unsetGeneralizesTo, unsetGenericApplicationPropertyOfCityObject |
| 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 |
genericApplicationPropertyOfTrack
protected List<Object> genericApplicationPropertyOfTrack
TrackType
public TrackType()
getGenericApplicationPropertyOfTrack
public List<Object> getGenericApplicationPropertyOfTrack()
- Gets the value of the genericApplicationPropertyOfTrack property.
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 genericApplicationPropertyOfTrack property.
For example, to add a new item, do as follows:
getGenericApplicationPropertyOfTrack().add(newItem);
Objects of the following type(s) are allowed in the list
Object
isSetGenericApplicationPropertyOfTrack
public boolean isSetGenericApplicationPropertyOfTrack()
unsetGenericApplicationPropertyOfTrack
public void unsetGenericApplicationPropertyOfTrack()
toString
public String toString()
- Overrides:
toString in class TransportationComplexType
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString2- Overrides:
append in class TransportationComplexType
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFields in class TransportationComplexType
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
- Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals2- Overrides:
equals in class TransportationComplexType
equals
public boolean equals(Object object)
- Overrides:
equals in class TransportationComplexType
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
- Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2- Overrides:
hashCode in class TransportationComplexType
hashCode
public int hashCode()
- Overrides:
hashCode in class TransportationComplexType
clone
public Object clone()
- Overrides:
clone in class TransportationComplexType
copyTo
public Object copyTo(Object target)
- Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyTo in class TransportationComplexType
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyTo in class TransportationComplexType
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTo2- Specified by:
createNewInstance in interface org.jvnet.jaxb2_commons.lang.MergeFrom2- Overrides:
createNewInstance in class TransportationComplexType
mergeFrom
public void mergeFrom(Object left,
Object right)
- Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2- Overrides:
mergeFrom in class TransportationComplexType
mergeFrom
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.MergeStrategy2 strategy)
- Specified by:
mergeFrom in interface org.jvnet.jaxb2_commons.lang.MergeFrom2- Overrides:
mergeFrom in class TransportationComplexType
setGenericApplicationPropertyOfTrack
public void setGenericApplicationPropertyOfTrack(List<Object> value)
withGenericApplicationPropertyOfTrack
public TrackType withGenericApplicationPropertyOfTrack(Object... values)
withGenericApplicationPropertyOfTrack
public TrackType withGenericApplicationPropertyOfTrack(Collection<Object> values)
withGenericApplicationPropertyOfTrack
public TrackType withGenericApplicationPropertyOfTrack(List<Object> value)
withFunction
public TrackType withFunction(String... values)
- Overrides:
withFunction in class TransportationComplexType
withFunction
public TrackType withFunction(Collection<String> values)
- Overrides:
withFunction in class TransportationComplexType
withUsage
public TrackType withUsage(String... values)
- Overrides:
withUsage in class TransportationComplexType
withUsage
public TrackType withUsage(Collection<String> values)
- Overrides:
withUsage in class TransportationComplexType
withTrafficArea
public TrackType withTrafficArea(TrafficAreaPropertyType... values)
- Overrides:
withTrafficArea in class TransportationComplexType
withTrafficArea
public TrackType withTrafficArea(Collection<TrafficAreaPropertyType> values)
- Overrides:
withTrafficArea in class TransportationComplexType
withAuxiliaryTrafficArea
public TrackType withAuxiliaryTrafficArea(AuxiliaryTrafficAreaPropertyType... values)
- Overrides:
withAuxiliaryTrafficArea in class TransportationComplexType
withAuxiliaryTrafficArea
public TrackType withAuxiliaryTrafficArea(Collection<AuxiliaryTrafficAreaPropertyType> values)
- Overrides:
withAuxiliaryTrafficArea in class TransportationComplexType
withLod0Network
public TrackType withLod0Network(GeometricComplexPropertyType... values)
- Overrides:
withLod0Network in class TransportationComplexType
withLod0Network
public TrackType withLod0Network(Collection<GeometricComplexPropertyType> values)
- Overrides:
withLod0Network in class TransportationComplexType
withLod1MultiSurface
public TrackType withLod1MultiSurface(MultiSurfacePropertyType value)
- Overrides:
withLod1MultiSurface in class TransportationComplexType
withLod2MultiSurface
public TrackType withLod2MultiSurface(MultiSurfacePropertyType value)
- Overrides:
withLod2MultiSurface in class TransportationComplexType
withLod3MultiSurface
public TrackType withLod3MultiSurface(MultiSurfacePropertyType value)
- Overrides:
withLod3MultiSurface in class TransportationComplexType
withLod4MultiSurface
public TrackType withLod4MultiSurface(MultiSurfacePropertyType value)
- Overrides:
withLod4MultiSurface in class TransportationComplexType
withGenericApplicationPropertyOfTransportationComplex
public TrackType withGenericApplicationPropertyOfTransportationComplex(Object... values)
- Overrides:
withGenericApplicationPropertyOfTransportationComplex in class TransportationComplexType
withGenericApplicationPropertyOfTransportationComplex
public TrackType withGenericApplicationPropertyOfTransportationComplex(Collection<Object> values)
- Overrides:
withGenericApplicationPropertyOfTransportationComplex in class TransportationComplexType
withFunction
public TrackType withFunction(List<String> value)
- Overrides:
withFunction in class TransportationComplexType
withUsage
public TrackType withUsage(List<String> value)
- Overrides:
withUsage in class TransportationComplexType
withTrafficArea
public TrackType withTrafficArea(List<TrafficAreaPropertyType> value)
- Overrides:
withTrafficArea in class TransportationComplexType
withAuxiliaryTrafficArea
public TrackType withAuxiliaryTrafficArea(List<AuxiliaryTrafficAreaPropertyType> value)
- Overrides:
withAuxiliaryTrafficArea in class TransportationComplexType
withLod0Network
public TrackType withLod0Network(List<GeometricComplexPropertyType> value)
- Overrides:
withLod0Network in class TransportationComplexType
withGenericApplicationPropertyOfTransportationComplex
public TrackType withGenericApplicationPropertyOfTransportationComplex(List<Object> value)
- Overrides:
withGenericApplicationPropertyOfTransportationComplex in class TransportationComplexType
withGenericApplicationPropertyOfTransportationObject
public TrackType withGenericApplicationPropertyOfTransportationObject(Object... values)
- Overrides:
withGenericApplicationPropertyOfTransportationObject in class TransportationComplexType
withGenericApplicationPropertyOfTransportationObject
public TrackType withGenericApplicationPropertyOfTransportationObject(Collection<Object> values)
- Overrides:
withGenericApplicationPropertyOfTransportationObject in class TransportationComplexType
withGenericApplicationPropertyOfTransportationObject
public TrackType withGenericApplicationPropertyOfTransportationObject(List<Object> value)
- Overrides:
withGenericApplicationPropertyOfTransportationObject in class TransportationComplexType
withCreationDate
public TrackType withCreationDate(XMLGregorianCalendar value)
- Overrides:
withCreationDate in class TransportationComplexType
withTerminationDate
public TrackType withTerminationDate(XMLGregorianCalendar value)
- Overrides:
withTerminationDate in class TransportationComplexType
withExternalReference
public TrackType withExternalReference(ExternalReferenceType... values)
- Overrides:
withExternalReference in class TransportationComplexType
withExternalReference
public TrackType withExternalReference(Collection<ExternalReferenceType> values)
- Overrides:
withExternalReference in class TransportationComplexType
withGeneralizesTo
public TrackType withGeneralizesTo(GeneralizationRelationType... values)
- Overrides:
withGeneralizesTo in class TransportationComplexType
withGeneralizesTo
public TrackType withGeneralizesTo(Collection<GeneralizationRelationType> values)
- Overrides:
withGeneralizesTo in class TransportationComplexType
withGenericApplicationPropertyOfCityObject
public TrackType withGenericApplicationPropertyOfCityObject(JAXBElement<?>... values)
- Overrides:
withGenericApplicationPropertyOfCityObject in class TransportationComplexType
withGenericApplicationPropertyOfCityObject
public TrackType withGenericApplicationPropertyOfCityObject(Collection<JAXBElement<?>> values)
- Overrides:
withGenericApplicationPropertyOfCityObject in class TransportationComplexType
withExternalReference
public TrackType withExternalReference(List<ExternalReferenceType> value)
- Overrides:
withExternalReference in class TransportationComplexType
withGeneralizesTo
public TrackType withGeneralizesTo(List<GeneralizationRelationType> value)
- Overrides:
withGeneralizesTo in class TransportationComplexType
withGenericApplicationPropertyOfCityObject
public TrackType withGenericApplicationPropertyOfCityObject(List<JAXBElement<?>> value)
- Overrides:
withGenericApplicationPropertyOfCityObject in class TransportationComplexType
Copyright © 2008-2015. All Rights Reserved.