public class PointByCoordinates extends Object
Java class for PointByCoordinates complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PointByCoordinates">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="bearing" type="{http://datex2.eu/schema/2/2_0}NonNegativeInteger" minOccurs="0"/>
<element name="pointCoordinates" type="{http://datex2.eu/schema/2/2_0}PointCoordinates"/>
<element name="pointByCoordinatesExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
bearing |
protected ExtensionType |
pointByCoordinatesExtension |
protected PointCoordinates |
pointCoordinates |
| Constructor and Description |
|---|
PointByCoordinates() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getBearing()
Gets the value of the bearing property.
|
ExtensionType |
getPointByCoordinatesExtension()
Gets the value of the pointByCoordinatesExtension property.
|
PointCoordinates |
getPointCoordinates()
Gets the value of the pointCoordinates property.
|
void |
setBearing(Long value)
Sets the value of the bearing property.
|
void |
setPointByCoordinatesExtension(ExtensionType value)
Sets the value of the pointByCoordinatesExtension property.
|
void |
setPointCoordinates(PointCoordinates value)
Sets the value of the pointCoordinates property.
|
protected Long bearing
protected PointCoordinates pointCoordinates
protected ExtensionType pointByCoordinatesExtension
public Long getBearing()
Stringpublic void setBearing(Long value)
value - allowed object is
Stringpublic PointCoordinates getPointCoordinates()
PointCoordinatespublic void setPointCoordinates(PointCoordinates value)
value - allowed object is
PointCoordinatespublic ExtensionType getPointByCoordinatesExtension()
ExtensionTypepublic void setPointByCoordinatesExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.