public class OpenlrGeoCoordinate
extends java.lang.Object
Java class for OpenlrGeoCoordinate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OpenlrGeoCoordinate">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="openlrCoordinate" type="{http://datex2.eu/schema/2/2_0}PointCoordinates"/>
<element name="openlrGeoCoordinateExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PointCoordinates |
openlrCoordinate |
protected ExtensionType |
openlrGeoCoordinateExtension |
| Constructor and Description |
|---|
OpenlrGeoCoordinate() |
| Modifier and Type | Method and Description |
|---|---|
PointCoordinates |
getOpenlrCoordinate()
Gets the value of the openlrCoordinate property.
|
ExtensionType |
getOpenlrGeoCoordinateExtension()
Gets the value of the openlrGeoCoordinateExtension property.
|
void |
setOpenlrCoordinate(PointCoordinates value)
Sets the value of the openlrCoordinate property.
|
void |
setOpenlrGeoCoordinateExtension(ExtensionType value)
Sets the value of the openlrGeoCoordinateExtension property.
|
protected PointCoordinates openlrCoordinate
protected ExtensionType openlrGeoCoordinateExtension
public PointCoordinates getOpenlrCoordinate()
PointCoordinatespublic void setOpenlrCoordinate(PointCoordinates value)
value - allowed object is
PointCoordinatespublic ExtensionType getOpenlrGeoCoordinateExtension()
ExtensionTypepublic void setOpenlrGeoCoordinateExtension(ExtensionType value)
value - allowed object is
ExtensionType