Class TPEGGeometricArea
- java.lang.Object
-
- eu.datex2.siri14.schema._1_0._1_0.TPEGAreaLocation
-
- eu.datex2.siri14.schema._1_0._1_0.TPEGGeometricArea
-
- All Implemented Interfaces:
Serializable
public class TPEGGeometricArea extends TPEGAreaLocation implements Serializable
A geometric area defined by a centre point and a radius.Java class for TPEGGeometricArea complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TPEGGeometricArea"> <complexContent> <extension base="{http://datex2.eu/schema/1_0/1_0}TPEGAreaLocation"> <sequence> <element name="radius" type="{http://datex2.eu/schema/1_0/1_0}MetresAsNonNegativeInteger"/> <element name="centrePoint" type="{http://datex2.eu/schema/1_0/1_0}PointCoordinates"/> <element name="name" type="{http://datex2.eu/schema/1_0/1_0}TPEGAreaDescriptor" minOccurs="0"/> <element name="tpeggeometricAreaExtension" 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 PointCoordinatescentrePointprotected TPEGAreaDescriptornameprotected BigIntegerradiusprotected ExtensionTypetpeggeometricAreaExtension-
Fields inherited from class eu.datex2.siri14.schema._1_0._1_0.TPEGAreaLocation
tpegareaLocationExtension, tpegheight, tpegLocationType
-
-
Constructor Summary
Constructors Constructor Description TPEGGeometricArea()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PointCoordinatesgetCentrePoint()Gets the value of the centrePoint property.TPEGAreaDescriptorgetName()Gets the value of the name property.BigIntegergetRadius()Gets the value of the radius property.ExtensionTypegetTpeggeometricAreaExtension()Gets the value of the tpeggeometricAreaExtension property.voidsetCentrePoint(PointCoordinates value)Sets the value of the centrePoint property.voidsetName(TPEGAreaDescriptor value)Sets the value of the name property.voidsetRadius(BigInteger value)Sets the value of the radius property.voidsetTpeggeometricAreaExtension(ExtensionType value)Sets the value of the tpeggeometricAreaExtension property.-
Methods inherited from class eu.datex2.siri14.schema._1_0._1_0.TPEGAreaLocation
getTpegareaLocationExtension, getTpegheight, getTpegLocationType, setTpegareaLocationExtension, setTpegheight, setTpegLocationType
-
-
-
-
Field Detail
-
radius
protected BigInteger radius
-
centrePoint
protected PointCoordinates centrePoint
-
name
protected TPEGAreaDescriptor name
-
tpeggeometricAreaExtension
protected ExtensionType tpeggeometricAreaExtension
-
-
Method Detail
-
getRadius
public BigInteger getRadius()
Gets the value of the radius property.- Returns:
- possible object is
BigInteger
-
setRadius
public void setRadius(BigInteger value)
Sets the value of the radius property.- Parameters:
value- allowed object isBigInteger
-
getCentrePoint
public PointCoordinates getCentrePoint()
Gets the value of the centrePoint property.- Returns:
- possible object is
PointCoordinates
-
setCentrePoint
public void setCentrePoint(PointCoordinates value)
Sets the value of the centrePoint property.- Parameters:
value- allowed object isPointCoordinates
-
getName
public TPEGAreaDescriptor getName()
Gets the value of the name property.- Returns:
- possible object is
TPEGAreaDescriptor
-
setName
public void setName(TPEGAreaDescriptor value)
Sets the value of the name property.- Parameters:
value- allowed object isTPEGAreaDescriptor
-
getTpeggeometricAreaExtension
public ExtensionType getTpeggeometricAreaExtension()
Gets the value of the tpeggeometricAreaExtension property.- Returns:
- possible object is
ExtensionType
-
setTpeggeometricAreaExtension
public void setTpeggeometricAreaExtension(ExtensionType value)
Sets the value of the tpeggeometricAreaExtension property.- Parameters:
value- allowed object isExtensionType
-
-