public class ManagedCause extends Cause
Java class for ManagedCause complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ManagedCause"> <complexContent> <extension base="{http://datex2.eu/schema/2/2_0}Cause"> <sequence> <element name="managedCause" type="{http://datex2.eu/schema/2/2_0}_SituationRecordVersionedReference" minOccurs="0"/> <element name="managedCauseExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected SituationRecordVersionedReference |
managedCause |
protected ExtensionType |
managedCauseExtension |
causeExtension
Constructor and Description |
---|
ManagedCause() |
Modifier and Type | Method and Description |
---|---|
SituationRecordVersionedReference |
getManagedCause()
Gets the value of the managedCause property.
|
ExtensionType |
getManagedCauseExtension()
Gets the value of the managedCauseExtension property.
|
void |
setManagedCause(SituationRecordVersionedReference value)
Sets the value of the managedCause property.
|
void |
setManagedCauseExtension(ExtensionType value)
Sets the value of the managedCauseExtension property.
|
getCauseExtension, setCauseExtension
protected SituationRecordVersionedReference managedCause
protected ExtensionType managedCauseExtension
public SituationRecordVersionedReference getManagedCause()
SituationRecordVersionedReference
public void setManagedCause(SituationRecordVersionedReference value)
value
- allowed object is
SituationRecordVersionedReference
public ExtensionType getManagedCauseExtension()
ExtensionType
public void setManagedCauseExtension(ExtensionType value)
value
- allowed object is
ExtensionType