Class NonManagedCause
- java.lang.Object
-
- eu.datex2.siri21.schema._2_0rc1._2_0.Cause
-
- eu.datex2.siri21.schema._2_0rc1._2_0.NonManagedCause
-
- All Implemented Interfaces:
Serializable
public class NonManagedCause extends Cause implements Serializable
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_0RC1/2_0}Cause"> <sequence> <element name="causeDescription" type="{http://datex2.eu/schema/2_0RC1/2_0}MultilingualString" minOccurs="0"/> <element name="causeType" type="{http://datex2.eu/schema/2_0RC1/2_0}CauseTypeEnum" minOccurs="0"/> <element name="nonManagedCauseExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected MultilingualStringcauseDescriptionprotected CauseTypeEnumcauseTypeprotected ExtensionTypenonManagedCauseExtension-
Fields inherited from class eu.datex2.siri21.schema._2_0rc1._2_0.Cause
causeExtension
-
-
Constructor Summary
Constructors Constructor Description NonManagedCause()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MultilingualStringgetCauseDescription()Gets the value of the causeDescription property.CauseTypeEnumgetCauseType()Gets the value of the causeType property.ExtensionTypegetNonManagedCauseExtension()Gets the value of the nonManagedCauseExtension property.voidsetCauseDescription(MultilingualString value)Sets the value of the causeDescription property.voidsetCauseType(CauseTypeEnum value)Sets the value of the causeType property.voidsetNonManagedCauseExtension(ExtensionType value)Sets the value of the nonManagedCauseExtension property.-
Methods inherited from class eu.datex2.siri21.schema._2_0rc1._2_0.Cause
getCauseExtension, setCauseExtension
-
-
-
-
Field Detail
-
causeDescription
protected MultilingualString causeDescription
-
causeType
protected CauseTypeEnum causeType
-
nonManagedCauseExtension
protected ExtensionType nonManagedCauseExtension
-
-
Method Detail
-
getCauseDescription
public MultilingualString getCauseDescription()
Gets the value of the causeDescription property.- Returns:
- possible object is
MultilingualString
-
setCauseDescription
public void setCauseDescription(MultilingualString value)
Sets the value of the causeDescription property.- Parameters:
value- allowed object isMultilingualString
-
getCauseType
public CauseTypeEnum getCauseType()
Gets the value of the causeType property.- Returns:
- possible object is
CauseTypeEnum
-
setCauseType
public void setCauseType(CauseTypeEnum value)
Sets the value of the causeType property.- Parameters:
value- allowed object isCauseTypeEnum
-
getNonManagedCauseExtension
public ExtensionType getNonManagedCauseExtension()
Gets the value of the nonManagedCauseExtension property.- Returns:
- possible object is
ExtensionType
-
setNonManagedCauseExtension
public void setNonManagedCauseExtension(ExtensionType value)
Sets the value of the nonManagedCauseExtension property.- Parameters:
value- allowed object isExtensionType
-
-