public class AlertCArea
extends java.lang.Object
Java class for AlertCArea complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlertCArea">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="alertCLocationCountryCode" type="{http://datex2.eu/schema/2/2_0}String"/>
<element name="alertCLocationTableNumber" type="{http://datex2.eu/schema/2/2_0}String"/>
<element name="alertCLocationTableVersion" type="{http://datex2.eu/schema/2/2_0}String"/>
<element name="areaLocation" type="{http://datex2.eu/schema/2/2_0}AlertCLocation"/>
<element name="alertCAreaExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionType |
alertCAreaExtension |
protected java.lang.String |
alertCLocationCountryCode |
protected java.lang.String |
alertCLocationTableNumber |
protected java.lang.String |
alertCLocationTableVersion |
protected AlertCLocation |
areaLocation |
| Constructor and Description |
|---|
AlertCArea() |
| Modifier and Type | Method and Description |
|---|---|
ExtensionType |
getAlertCAreaExtension()
Gets the value of the alertCAreaExtension property.
|
java.lang.String |
getAlertCLocationCountryCode()
Gets the value of the alertCLocationCountryCode property.
|
java.lang.String |
getAlertCLocationTableNumber()
Gets the value of the alertCLocationTableNumber property.
|
java.lang.String |
getAlertCLocationTableVersion()
Gets the value of the alertCLocationTableVersion property.
|
AlertCLocation |
getAreaLocation()
Gets the value of the areaLocation property.
|
void |
setAlertCAreaExtension(ExtensionType value)
Sets the value of the alertCAreaExtension property.
|
void |
setAlertCLocationCountryCode(java.lang.String value)
Sets the value of the alertCLocationCountryCode property.
|
void |
setAlertCLocationTableNumber(java.lang.String value)
Sets the value of the alertCLocationTableNumber property.
|
void |
setAlertCLocationTableVersion(java.lang.String value)
Sets the value of the alertCLocationTableVersion property.
|
void |
setAreaLocation(AlertCLocation value)
Sets the value of the areaLocation property.
|
protected java.lang.String alertCLocationCountryCode
protected java.lang.String alertCLocationTableNumber
protected java.lang.String alertCLocationTableVersion
protected AlertCLocation areaLocation
protected ExtensionType alertCAreaExtension
public java.lang.String getAlertCLocationCountryCode()
Stringpublic void setAlertCLocationCountryCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAlertCLocationTableNumber()
Stringpublic void setAlertCLocationTableNumber(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAlertCLocationTableVersion()
Stringpublic void setAlertCLocationTableVersion(java.lang.String value)
value - allowed object is
Stringpublic AlertCLocation getAreaLocation()
AlertCLocationpublic void setAreaLocation(AlertCLocation value)
value - allowed object is
AlertCLocationpublic ExtensionType getAlertCAreaExtension()
ExtensionTypepublic void setAlertCAreaExtension(ExtensionType value)
value - allowed object is
ExtensionType