public class TpegGeometricArea extends TpegAreaLocation
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/2/2_0}TpegAreaLocation"> <sequence> <element name="radius" type="{http://datex2.eu/schema/2/2_0}MetresAsNonNegativeInteger"/> <element name="centrePoint" type="{http://datex2.eu/schema/2/2_0}PointCoordinates"/> <element name="name" type="{http://datex2.eu/schema/2/2_0}TpegAreaDescriptor" minOccurs="0"/> <element name="tpegGeometricAreaExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected PointCoordinates |
centrePoint |
protected TpegAreaDescriptor |
name |
protected java.math.BigInteger |
radius |
protected ExtensionType |
tpegGeometricAreaExtension |
tpegAreaLocationExtension, tpegAreaLocationType, tpegHeight
Constructor and Description |
---|
TpegGeometricArea() |
Modifier and Type | Method and Description |
---|---|
PointCoordinates |
getCentrePoint()
Gets the value of the centrePoint property.
|
TpegAreaDescriptor |
getName()
Gets the value of the name property.
|
java.math.BigInteger |
getRadius()
Gets the value of the radius property.
|
ExtensionType |
getTpegGeometricAreaExtension()
Gets the value of the tpegGeometricAreaExtension property.
|
void |
setCentrePoint(PointCoordinates value)
Sets the value of the centrePoint property.
|
void |
setName(TpegAreaDescriptor value)
Sets the value of the name property.
|
void |
setRadius(java.math.BigInteger value)
Sets the value of the radius property.
|
void |
setTpegGeometricAreaExtension(ExtensionType value)
Sets the value of the tpegGeometricAreaExtension property.
|
getTpegAreaLocationExtension, getTpegAreaLocationType, getTpegHeight, setTpegAreaLocationExtension, setTpegAreaLocationType, setTpegHeight
protected java.math.BigInteger radius
protected PointCoordinates centrePoint
protected TpegAreaDescriptor name
protected ExtensionType tpegGeometricAreaExtension
public java.math.BigInteger getRadius()
BigInteger
public void setRadius(java.math.BigInteger value)
value
- allowed object is
BigInteger
public PointCoordinates getCentrePoint()
PointCoordinates
public void setCentrePoint(PointCoordinates value)
value
- allowed object is
PointCoordinates
public TpegAreaDescriptor getName()
TpegAreaDescriptor
public void setName(TpegAreaDescriptor value)
value
- allowed object is
TpegAreaDescriptor
public ExtensionType getTpegGeometricAreaExtension()
ExtensionType
public void setTpegGeometricAreaExtension(ExtensionType value)
value
- allowed object is
ExtensionType