Class Area
- java.lang.Object
-
- eu.datex2.siri13.schema._1_0._1_0.Location
-
- eu.datex2.siri13.schema._1_0._1_0.Area
-
- All Implemented Interfaces:
Serializable
public class Area extends Location implements Serializable
A geographic or geometric defined area which may be qualified by height information to provide additional geospatial descrimination (e.g. for snow in an area but only above a certain altitude).Java class for Area complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Area"> <complexContent> <extension base="{http://datex2.eu/schema/1_0/1_0}Location"> <sequence> <element name="alertCArea" type="{http://datex2.eu/schema/1_0/1_0}AlertCArea" minOccurs="0"/> <element name="tpegareaLocation" type="{http://datex2.eu/schema/1_0/1_0}TPEGAreaLocation" minOccurs="0"/> <element name="areaExtension" 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 AlertCAreaalertCAreaprotected ExtensionTypeareaExtensionprotected TPEGAreaLocationtpegareaLocation-
Fields inherited from class eu.datex2.siri13.schema._1_0._1_0.Location
locationExtension
-
-
Constructor Summary
Constructors Constructor Description Area()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlertCAreagetAlertCArea()Gets the value of the alertCArea property.ExtensionTypegetAreaExtension()Gets the value of the areaExtension property.TPEGAreaLocationgetTpegareaLocation()Gets the value of the tpegareaLocation property.voidsetAlertCArea(AlertCArea value)Sets the value of the alertCArea property.voidsetAreaExtension(ExtensionType value)Sets the value of the areaExtension property.voidsetTpegareaLocation(TPEGAreaLocation value)Sets the value of the tpegareaLocation property.-
Methods inherited from class eu.datex2.siri13.schema._1_0._1_0.Location
getLocationExtension, setLocationExtension
-
-
-
-
Field Detail
-
alertCArea
protected AlertCArea alertCArea
-
tpegareaLocation
protected TPEGAreaLocation tpegareaLocation
-
areaExtension
protected ExtensionType areaExtension
-
-
Method Detail
-
getAlertCArea
public AlertCArea getAlertCArea()
Gets the value of the alertCArea property.- Returns:
- possible object is
AlertCArea
-
setAlertCArea
public void setAlertCArea(AlertCArea value)
Sets the value of the alertCArea property.- Parameters:
value- allowed object isAlertCArea
-
getTpegareaLocation
public TPEGAreaLocation getTpegareaLocation()
Gets the value of the tpegareaLocation property.- Returns:
- possible object is
TPEGAreaLocation
-
setTpegareaLocation
public void setTpegareaLocation(TPEGAreaLocation value)
Sets the value of the tpegareaLocation property.- Parameters:
value- allowed object isTPEGAreaLocation
-
getAreaExtension
public ExtensionType getAreaExtension()
Gets the value of the areaExtension property.- Returns:
- possible object is
ExtensionType
-
setAreaExtension
public void setAreaExtension(ExtensionType value)
Sets the value of the areaExtension property.- Parameters:
value- allowed object isExtensionType
-
-