Class PointDestination
- java.lang.Object
-
- eu.datex2.siri13.schema._1_0._1_0.Destination
-
- eu.datex2.siri13.schema._1_0._1_0.PointDestination
-
- All Implemented Interfaces:
Serializable
public class PointDestination extends Destination implements Serializable
The specification of the destination of a defined route or itinerary which is a point.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/1_0/1_0}Destination"> <sequence> <element name="point" type="{http://datex2.eu/schema/1_0/1_0}Point"/> <element name="pointDestinationExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Pointpointprotected ExtensionTypepointDestinationExtension
-
Constructor Summary
Constructors Constructor Description PointDestination()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PointgetPoint()Gets the value of the point property.ExtensionTypegetPointDestinationExtension()Gets the value of the pointDestinationExtension property.voidsetPoint(Point value)Sets the value of the point property.voidsetPointDestinationExtension(ExtensionType value)Sets the value of the pointDestinationExtension property.
-
-
-
Field Detail
-
point
protected Point point
-
pointDestinationExtension
protected ExtensionType pointDestinationExtension
-
-
Method Detail
-
getPoint
public Point getPoint()
Gets the value of the point property.- Returns:
- possible object is
Point
-
setPoint
public void setPoint(Point value)
Sets the value of the point property.- Parameters:
value- allowed object isPoint
-
getPointDestinationExtension
public ExtensionType getPointDestinationExtension()
Gets the value of the pointDestinationExtension property.- Returns:
- possible object is
ExtensionType
-
setPointDestinationExtension
public void setPointDestinationExtension(ExtensionType value)
Sets the value of the pointDestinationExtension property.- Parameters:
value- allowed object isExtensionType
-
-