public class AlertCDirection
extends java.lang.Object
Java class for AlertCDirection complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlertCDirection"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="alertCDirectionCoded" type="{http://datex2.eu/schema/2/2_0}AlertCDirectionEnum"/> <element name="alertCDirectionExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected AlertCDirectionEnum |
alertCDirectionCoded |
protected ExtensionType |
alertCDirectionExtension |
Constructor and Description |
---|
AlertCDirection() |
Modifier and Type | Method and Description |
---|---|
AlertCDirectionEnum |
getAlertCDirectionCoded()
Gets the value of the alertCDirectionCoded property.
|
ExtensionType |
getAlertCDirectionExtension()
Gets the value of the alertCDirectionExtension property.
|
void |
setAlertCDirectionCoded(AlertCDirectionEnum value)
Sets the value of the alertCDirectionCoded property.
|
void |
setAlertCDirectionExtension(ExtensionType value)
Sets the value of the alertCDirectionExtension property.
|
protected AlertCDirectionEnum alertCDirectionCoded
protected ExtensionType alertCDirectionExtension
public AlertCDirectionEnum getAlertCDirectionCoded()
AlertCDirectionEnum
public void setAlertCDirectionCoded(AlertCDirectionEnum value)
value
- allowed object is
AlertCDirectionEnum
public ExtensionType getAlertCDirectionExtension()
ExtensionType
public void setAlertCDirectionExtension(ExtensionType value)
value
- allowed object is
ExtensionType