public class Area extends Location
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/2/2_0}Location"> <sequence> <element name="alertCArea" type="{http://datex2.eu/schema/2/2_0}AlertCArea" minOccurs="0"/> <element name="tpegAreaLocation" type="{http://datex2.eu/schema/2/2_0}TpegAreaLocation" minOccurs="0"/> <element name="areaExtension" type="{http://datex2.eu/schema/2/2_0}_AreaExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected AlertCArea |
alertCArea |
protected AreaExtensionType |
areaExtension |
protected TpegAreaLocation |
tpegAreaLocation |
locationExtension, locationForDisplay
groupOfLocationsExtension
Constructor and Description |
---|
Area() |
Modifier and Type | Method and Description |
---|---|
AlertCArea |
getAlertCArea()
Gets the value of the alertCArea property.
|
AreaExtensionType |
getAreaExtension()
Gets the value of the areaExtension property.
|
TpegAreaLocation |
getTpegAreaLocation()
Gets the value of the tpegAreaLocation property.
|
void |
setAlertCArea(AlertCArea value)
Sets the value of the alertCArea property.
|
void |
setAreaExtension(AreaExtensionType value)
Sets the value of the areaExtension property.
|
void |
setTpegAreaLocation(TpegAreaLocation value)
Sets the value of the tpegAreaLocation property.
|
getLocationExtension, getLocationForDisplay, setLocationExtension, setLocationForDisplay
getGroupOfLocationsExtension, setGroupOfLocationsExtension
protected AlertCArea alertCArea
protected TpegAreaLocation tpegAreaLocation
protected AreaExtensionType areaExtension
public AlertCArea getAlertCArea()
AlertCArea
public void setAlertCArea(AlertCArea value)
value
- allowed object is
AlertCArea
public TpegAreaLocation getTpegAreaLocation()
TpegAreaLocation
public void setTpegAreaLocation(TpegAreaLocation value)
value
- allowed object is
TpegAreaLocation
public AreaExtensionType getAreaExtension()
AreaExtensionType
public void setAreaExtension(AreaExtensionType value)
value
- allowed object is
AreaExtensionType