public abstract class AlertCLinear
extends java.lang.Object
Java class for AlertCLinear complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlertCLinear"> <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="alertCLinearExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ExtensionType |
alertCLinearExtension |
protected java.lang.String |
alertCLocationCountryCode |
protected java.lang.String |
alertCLocationTableNumber |
protected java.lang.String |
alertCLocationTableVersion |
Constructor and Description |
---|
AlertCLinear() |
Modifier and Type | Method and Description |
---|---|
ExtensionType |
getAlertCLinearExtension()
Gets the value of the alertCLinearExtension 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.
|
void |
setAlertCLinearExtension(ExtensionType value)
Sets the value of the alertCLinearExtension 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.
|
protected java.lang.String alertCLocationCountryCode
protected java.lang.String alertCLocationTableNumber
protected java.lang.String alertCLocationTableVersion
protected ExtensionType alertCLinearExtension
public java.lang.String getAlertCLocationCountryCode()
String
public void setAlertCLocationCountryCode(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAlertCLocationTableNumber()
String
public void setAlertCLocationTableNumber(java.lang.String value)
value
- allowed object is
String
public java.lang.String getAlertCLocationTableVersion()
String
public void setAlertCLocationTableVersion(java.lang.String value)
value
- allowed object is
String
public ExtensionType getAlertCLinearExtension()
ExtensionType
public void setAlertCLinearExtension(ExtensionType value)
value
- allowed object is
ExtensionType