Class AlertCArea
- java.lang.Object
-
- eu.datex2.siri21.schema._2_0rc1._2_0.AlertCArea
-
- All Implemented Interfaces:
Serializable
public class AlertCArea extends Object implements Serializable
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_0RC1/2_0}String"/> <element name="alertCLocationTableNumber" type="{http://datex2.eu/schema/2_0RC1/2_0}String"/> <element name="alertCLocationTableVersion" type="{http://datex2.eu/schema/2_0RC1/2_0}String"/> <element name="areaLocation" type="{http://datex2.eu/schema/2_0RC1/2_0}AlertCLocation"/> <element name="alertCAreaExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ExtensionTypealertCAreaExtensionprotected StringalertCLocationCountryCodeprotected StringalertCLocationTableNumberprotected StringalertCLocationTableVersionprotected AlertCLocationareaLocation
-
Constructor Summary
Constructors Constructor Description AlertCArea()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionTypegetAlertCAreaExtension()Gets the value of the alertCAreaExtension property.StringgetAlertCLocationCountryCode()Gets the value of the alertCLocationCountryCode property.StringgetAlertCLocationTableNumber()Gets the value of the alertCLocationTableNumber property.StringgetAlertCLocationTableVersion()Gets the value of the alertCLocationTableVersion property.AlertCLocationgetAreaLocation()Gets the value of the areaLocation property.voidsetAlertCAreaExtension(ExtensionType value)Sets the value of the alertCAreaExtension property.voidsetAlertCLocationCountryCode(String value)Sets the value of the alertCLocationCountryCode property.voidsetAlertCLocationTableNumber(String value)Sets the value of the alertCLocationTableNumber property.voidsetAlertCLocationTableVersion(String value)Sets the value of the alertCLocationTableVersion property.voidsetAreaLocation(AlertCLocation value)Sets the value of the areaLocation property.
-
-
-
Field Detail
-
alertCLocationCountryCode
protected String alertCLocationCountryCode
-
alertCLocationTableNumber
protected String alertCLocationTableNumber
-
alertCLocationTableVersion
protected String alertCLocationTableVersion
-
areaLocation
protected AlertCLocation areaLocation
-
alertCAreaExtension
protected ExtensionType alertCAreaExtension
-
-
Method Detail
-
getAlertCLocationCountryCode
public String getAlertCLocationCountryCode()
Gets the value of the alertCLocationCountryCode property.- Returns:
- possible object is
String
-
setAlertCLocationCountryCode
public void setAlertCLocationCountryCode(String value)
Sets the value of the alertCLocationCountryCode property.- Parameters:
value- allowed object isString
-
getAlertCLocationTableNumber
public String getAlertCLocationTableNumber()
Gets the value of the alertCLocationTableNumber property.- Returns:
- possible object is
String
-
setAlertCLocationTableNumber
public void setAlertCLocationTableNumber(String value)
Sets the value of the alertCLocationTableNumber property.- Parameters:
value- allowed object isString
-
getAlertCLocationTableVersion
public String getAlertCLocationTableVersion()
Gets the value of the alertCLocationTableVersion property.- Returns:
- possible object is
String
-
setAlertCLocationTableVersion
public void setAlertCLocationTableVersion(String value)
Sets the value of the alertCLocationTableVersion property.- Parameters:
value- allowed object isString
-
getAreaLocation
public AlertCLocation getAreaLocation()
Gets the value of the areaLocation property.- Returns:
- possible object is
AlertCLocation
-
setAreaLocation
public void setAreaLocation(AlertCLocation value)
Sets the value of the areaLocation property.- Parameters:
value- allowed object isAlertCLocation
-
getAlertCAreaExtension
public ExtensionType getAlertCAreaExtension()
Gets the value of the alertCAreaExtension property.- Returns:
- possible object is
ExtensionType
-
setAlertCAreaExtension
public void setAlertCAreaExtension(ExtensionType value)
Sets the value of the alertCAreaExtension property.- Parameters:
value- allowed object isExtensionType
-
-