Class PointDestination
- java.lang.Object
-
- eu.datex2.siri20.schema._2_0rc1._2_0.Destination
-
- eu.datex2.siri20.schema._2_0rc1._2_0.PointDestination
-
- All Implemented Interfaces:
Serializable
public class PointDestination extends Destination implements Serializable
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_0RC1/2_0}Destination"> <sequence> <element name="point" type="{http://datex2.eu/schema/2_0RC1/2_0}Point"/> <element name="pointDestinationExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Pointpointprotected ExtensionTypepointDestinationExtension-
Fields inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.Destination
destinationExtension
-
-
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.-
Methods inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.Destination
getDestinationExtension, setDestinationExtension
-
-
-
-
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
-
-