Class ManagedCause
- java.lang.Object
-
- eu.datex2.siri14.schema._1_0._1_0.Cause
-
- eu.datex2.siri14.schema._1_0._1_0.ManagedCause
-
- All Implemented Interfaces:
Serializable
public class ManagedCause extends Cause implements Serializable
Contains a reference to another situation record which defines a cause of the event defined here.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/1_0/1_0}Cause"> <sequence> <element name="managedCause" type="{http://datex2.eu/schema/1_0/1_0}Reference" minOccurs="0"/> <element name="managedCauseExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringmanagedCauseprotected ExtensionTypemanagedCauseExtension
-
Constructor Summary
Constructors Constructor Description ManagedCause()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetManagedCause()Gets the value of the managedCause property.ExtensionTypegetManagedCauseExtension()Gets the value of the managedCauseExtension property.voidsetManagedCause(String value)Sets the value of the managedCause property.voidsetManagedCauseExtension(ExtensionType value)Sets the value of the managedCauseExtension property.
-
-
-
Field Detail
-
managedCause
protected String managedCause
-
managedCauseExtension
protected ExtensionType managedCauseExtension
-
-
Method Detail
-
getManagedCause
public String getManagedCause()
Gets the value of the managedCause property.- Returns:
- possible object is
String
-
setManagedCause
public void setManagedCause(String value)
Sets the value of the managedCause property.- Parameters:
value- allowed object isString
-
getManagedCauseExtension
public ExtensionType getManagedCauseExtension()
Gets the value of the managedCauseExtension property.- Returns:
- possible object is
ExtensionType
-
setManagedCauseExtension
public void setManagedCauseExtension(ExtensionType value)
Sets the value of the managedCauseExtension property.- Parameters:
value- allowed object isExtensionType
-
-