Class Point
- java.lang.Object
-
- eu.datex2.siri20.schema._2_0rc1._2_0.Location
-
- eu.datex2.siri20.schema._2_0rc1._2_0.NetworkLocation
-
- eu.datex2.siri20.schema._2_0rc1._2_0.Point
-
- All Implemented Interfaces:
Serializable
public class Point extends NetworkLocation implements Serializable
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/2_0RC1/2_0}NetworkLocation"> <sequence> <element name="tpegPointLocation" type="{http://datex2.eu/schema/2_0RC1/2_0}TpegPointLocation" minOccurs="0"/> <element name="alertCPoint" type="{http://datex2.eu/schema/2_0RC1/2_0}AlertCPoint" minOccurs="0"/> <element name="roadsideReferencePoint" type="{http://datex2.eu/schema/2_0RC1/2_0}RoadsideReferencePoint" minOccurs="0"/> <element name="pointByCoordinates" type="{http://datex2.eu/schema/2_0RC1/2_0}PointByCoordinates" minOccurs="0"/> <element name="pointExtension" 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 AlertCPointalertCPointprotected PointByCoordinatespointByCoordinatesprotected ExtensionTypepointExtensionprotected RoadsideReferencePointroadsideReferencePointprotected TpegPointLocationtpegPointLocation-
Fields inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.NetworkLocation
destination, networkLocationExtension, supplementaryPositionalDescription
-
Fields inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.Location
externalReferencings, locationExtension, locationForDisplay
-
-
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.RoadsideReferencePointgetRoadsideReferencePoint()Gets the value of the roadsideReferencePoint 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.voidsetRoadsideReferencePoint(RoadsideReferencePoint value)Sets the value of the roadsideReferencePoint property.voidsetTpegPointLocation(TpegPointLocation value)Sets the value of the tpegPointLocation property.-
Methods inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.NetworkLocation
getDestination, getNetworkLocationExtension, getSupplementaryPositionalDescription, setDestination, setNetworkLocationExtension, setSupplementaryPositionalDescription
-
Methods inherited from class eu.datex2.siri20.schema._2_0rc1._2_0.Location
getExternalReferencings, getLocationExtension, getLocationForDisplay, setLocationExtension, setLocationForDisplay
-
-
-
-
Field Detail
-
tpegPointLocation
protected TpegPointLocation tpegPointLocation
-
alertCPoint
protected AlertCPoint alertCPoint
-
roadsideReferencePoint
protected RoadsideReferencePoint roadsideReferencePoint
-
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
-
getRoadsideReferencePoint
public RoadsideReferencePoint getRoadsideReferencePoint()
Gets the value of the roadsideReferencePoint property.- Returns:
- possible object is
RoadsideReferencePoint
-
setRoadsideReferencePoint
public void setRoadsideReferencePoint(RoadsideReferencePoint value)
Sets the value of the roadsideReferencePoint property.- Parameters:
value- allowed object isRoadsideReferencePoint
-
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
-
-