public class PointByCoordinates
extends java.lang.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="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 ExtensionType |
pointByCoordinatesExtension |
protected PointCoordinates |
pointCoordinates |
| Constructor and Description |
|---|
PointByCoordinates() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionType |
getPointByCoordinatesExtension()
Gets the value of the pointByCoordinatesExtension property.
|
PointCoordinates |
getPointCoordinates()
Gets the value of the pointCoordinates property.
|
void |
setPointByCoordinatesExtension(ExtensionType value)
Sets the value of the pointByCoordinatesExtension property.
|
void |
setPointCoordinates(PointCoordinates value)
Sets the value of the pointCoordinates property.
|
protected PointCoordinates pointCoordinates
protected ExtensionType pointByCoordinatesExtension
public PointCoordinates getPointCoordinates()
PointCoordinatespublic void setPointCoordinates(PointCoordinates value)
value - allowed object is
PointCoordinatespublic ExtensionType getPointByCoordinatesExtension()
ExtensionTypepublic void setPointByCoordinatesExtension(ExtensionType value)
value - allowed object is
ExtensionType