public class PointDestination extends Destination
Java class for PointDestination complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PointDestination">
<complexContent>
<extension base="{http://datex2.eu/schema/2/2_0}Destination">
<sequence>
<element name="point" type="{http://datex2.eu/schema/2/2_0}Point"/>
<element name="pointDestinationExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Point |
point |
protected ExtensionType |
pointDestinationExtension |
destinationExtension| Constructor and Description |
|---|
PointDestination() |
| Modifier and Type | Method and Description |
|---|---|
Point |
getPoint()
Gets the value of the point property.
|
ExtensionType |
getPointDestinationExtension()
Gets the value of the pointDestinationExtension property.
|
void |
setPoint(Point value)
Sets the value of the point property.
|
void |
setPointDestinationExtension(ExtensionType value)
Sets the value of the pointDestinationExtension property.
|
getDestinationExtension, setDestinationExtensionprotected Point point
protected ExtensionType pointDestinationExtension
public Point getPoint()
Pointpublic void setPoint(Point value)
value - allowed object is
Pointpublic ExtensionType getPointDestinationExtension()
ExtensionTypepublic void setPointDestinationExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.