public class NonManagedCause extends Cause
Java class for NonManagedCause complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NonManagedCause">
<complexContent>
<extension base="{http://datex2.eu/schema/2/2_0}Cause">
<sequence>
<element name="causeDescription" type="{http://datex2.eu/schema/2/2_0}MultilingualString" minOccurs="0"/>
<element name="causeType" type="{http://datex2.eu/schema/2/2_0}CauseTypeEnum" minOccurs="0"/>
<element name="nonManagedCauseExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected MultilingualString |
causeDescription |
protected CauseTypeEnum |
causeType |
protected ExtensionType |
nonManagedCauseExtension |
causeExtension| Constructor and Description |
|---|
NonManagedCause() |
| Modifier and Type | Method and Description |
|---|---|
MultilingualString |
getCauseDescription()
Gets the value of the causeDescription property.
|
CauseTypeEnum |
getCauseType()
Gets the value of the causeType property.
|
ExtensionType |
getNonManagedCauseExtension()
Gets the value of the nonManagedCauseExtension property.
|
void |
setCauseDescription(MultilingualString value)
Sets the value of the causeDescription property.
|
void |
setCauseType(CauseTypeEnum value)
Sets the value of the causeType property.
|
void |
setNonManagedCauseExtension(ExtensionType value)
Sets the value of the nonManagedCauseExtension property.
|
getCauseExtension, setCauseExtensionprotected MultilingualString causeDescription
protected CauseTypeEnum causeType
protected ExtensionType nonManagedCauseExtension
public MultilingualString getCauseDescription()
MultilingualStringpublic void setCauseDescription(MultilingualString value)
value - allowed object is
MultilingualStringpublic CauseTypeEnum getCauseType()
CauseTypeEnumpublic void setCauseType(CauseTypeEnum value)
value - allowed object is
CauseTypeEnumpublic ExtensionType getNonManagedCauseExtension()
ExtensionTypepublic void setNonManagedCauseExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.