Class PointCoordinates
- java.lang.Object
-
- eu.datex2.siri20.schema._2_0rc1._2_0.PointCoordinates
-
- All Implemented Interfaces:
Serializable
public class PointCoordinates extends Object implements Serializable
Java class for PointCoordinates complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PointCoordinates"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="latitude" type="{http://datex2.eu/schema/2_0RC1/2_0}Float"/> <element name="longitude" type="{http://datex2.eu/schema/2_0RC1/2_0}Float"/> <element name="pointCoordinatesExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected floatlatitudeprotected floatlongitudeprotected ExtensionTypepointCoordinatesExtension
-
Constructor Summary
Constructors Constructor Description PointCoordinates()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetLatitude()Gets the value of the latitude property.floatgetLongitude()Gets the value of the longitude property.ExtensionTypegetPointCoordinatesExtension()Gets the value of the pointCoordinatesExtension property.voidsetLatitude(float value)Sets the value of the latitude property.voidsetLongitude(float value)Sets the value of the longitude property.voidsetPointCoordinatesExtension(ExtensionType value)Sets the value of the pointCoordinatesExtension property.
-
-
-
Field Detail
-
latitude
protected float latitude
-
longitude
protected float longitude
-
pointCoordinatesExtension
protected ExtensionType pointCoordinatesExtension
-
-
Method Detail
-
getLatitude
public float getLatitude()
Gets the value of the latitude property.
-
setLatitude
public void setLatitude(float value)
Sets the value of the latitude property.
-
getLongitude
public float getLongitude()
Gets the value of the longitude property.
-
setLongitude
public void setLongitude(float value)
Sets the value of the longitude property.
-
getPointCoordinatesExtension
public ExtensionType getPointCoordinatesExtension()
Gets the value of the pointCoordinatesExtension property.- Returns:
- possible object is
ExtensionType
-
setPointCoordinatesExtension
public void setPointCoordinatesExtension(ExtensionType value)
Sets the value of the pointCoordinatesExtension property.- Parameters:
value- allowed object isExtensionType
-
-