Class Point
- java.lang.Object
-
- eu.datex2.siri14.schema._1_0._1_0.Location
-
- eu.datex2.siri14.schema._1_0._1_0.NetworkLocation
-
- eu.datex2.siri14.schema._1_0._1_0.Point
-
- All Implemented Interfaces:
Serializable
public class Point extends NetworkLocation implements Serializable
A single geospatial point.Java class for Point complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Point"> <complexContent> <extension base="{http://datex2.eu/schema/1_0/1_0}NetworkLocation"> <sequence> <element name="tpegpointLocation" type="{http://datex2.eu/schema/1_0/1_0}TPEGPointLocation" minOccurs="0"/> <element name="alertCPoint" type="{http://datex2.eu/schema/1_0/1_0}AlertCPoint" minOccurs="0"/> <element name="referencePoint" type="{http://datex2.eu/schema/1_0/1_0}ReferencePoint" minOccurs="0"/> <element name="pointByCoordinates" type="{http://datex2.eu/schema/1_0/1_0}PointByCoordinates" minOccurs="0"/> <element name="pointExtension" 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 AlertCPointalertCPointprotected PointByCoordinatespointByCoordinatesprotected ExtensionTypepointExtensionprotected ReferencePointreferencePointprotected TPEGPointLocationtpegpointLocation-
Fields inherited from class eu.datex2.siri14.schema._1_0._1_0.NetworkLocation
destination, networkLocationExtension, supplementaryPositionalDescription
-
Fields inherited from class eu.datex2.siri14.schema._1_0._1_0.Location
locationExtension
-
-
Constructor Summary
Constructors Constructor Description Point()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlertCPointgetAlertCPoint()Gets the value of the alertCPoint property.PointByCoordinatesgetPointByCoordinates()Gets the value of the pointByCoordinates property.ExtensionTypegetPointExtension()Gets the value of the pointExtension property.ReferencePointgetReferencePoint()Gets the value of the referencePoint property.TPEGPointLocationgetTpegpointLocation()Gets the value of the tpegpointLocation property.voidsetAlertCPoint(AlertCPoint value)Sets the value of the alertCPoint property.voidsetPointByCoordinates(PointByCoordinates value)Sets the value of the pointByCoordinates property.voidsetPointExtension(ExtensionType value)Sets the value of the pointExtension property.voidsetReferencePoint(ReferencePoint value)Sets the value of the referencePoint property.voidsetTpegpointLocation(TPEGPointLocation value)Sets the value of the tpegpointLocation property.-
Methods inherited from class eu.datex2.siri14.schema._1_0._1_0.NetworkLocation
getDestination, getNetworkLocationExtension, getSupplementaryPositionalDescription, setDestination, setNetworkLocationExtension, setSupplementaryPositionalDescription
-
Methods inherited from class eu.datex2.siri14.schema._1_0._1_0.Location
getLocationExtension, setLocationExtension
-
-
-
-
Field Detail
-
tpegpointLocation
protected TPEGPointLocation tpegpointLocation
-
alertCPoint
protected AlertCPoint alertCPoint
-
referencePoint
protected ReferencePoint referencePoint
-
pointByCoordinates
protected PointByCoordinates pointByCoordinates
-
pointExtension
protected ExtensionType pointExtension
-
-
Method Detail
-
getTpegpointLocation
public TPEGPointLocation getTpegpointLocation()
Gets the value of the tpegpointLocation property.- Returns:
- possible object is
TPEGPointLocation
-
setTpegpointLocation
public void setTpegpointLocation(TPEGPointLocation value)
Sets the value of the tpegpointLocation property.- Parameters:
value- allowed object isTPEGPointLocation
-
getAlertCPoint
public AlertCPoint getAlertCPoint()
Gets the value of the alertCPoint property.- Returns:
- possible object is
AlertCPoint
-
setAlertCPoint
public void setAlertCPoint(AlertCPoint value)
Sets the value of the alertCPoint property.- Parameters:
value- allowed object isAlertCPoint
-
getReferencePoint
public ReferencePoint getReferencePoint()
Gets the value of the referencePoint property.- Returns:
- possible object is
ReferencePoint
-
setReferencePoint
public void setReferencePoint(ReferencePoint value)
Sets the value of the referencePoint property.- Parameters:
value- allowed object isReferencePoint
-
getPointByCoordinates
public PointByCoordinates getPointByCoordinates()
Gets the value of the pointByCoordinates property.- Returns:
- possible object is
PointByCoordinates
-
setPointByCoordinates
public void setPointByCoordinates(PointByCoordinates value)
Sets the value of the pointByCoordinates property.- Parameters:
value- allowed object isPointByCoordinates
-
getPointExtension
public ExtensionType getPointExtension()
Gets the value of the pointExtension property.- Returns:
- possible object is
ExtensionType
-
setPointExtension
public void setPointExtension(ExtensionType value)
Sets the value of the pointExtension property.- Parameters:
value- allowed object isExtensionType
-
-