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