Class Cause
- java.lang.Object
-
- eu.datex2.siri21.schema._2_0rc1._2_0.Cause
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ManagedCause,NonManagedCause
public abstract class Cause extends Object implements Serializable
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_0RC1/2_0}ExtensionType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ExtensionTypecauseExtension
-
Constructor Summary
Constructors Constructor Description Cause()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionTypegetCauseExtension()Gets the value of the causeExtension property.voidsetCauseExtension(ExtensionType value)Sets the value of the causeExtension property.
-
-
-
Field Detail
-
causeExtension
protected ExtensionType causeExtension
-
-
Method Detail
-
getCauseExtension
public ExtensionType getCauseExtension()
Gets the value of the causeExtension property.- Returns:
- possible object is
ExtensionType
-
setCauseExtension
public void setCauseExtension(ExtensionType value)
Sets the value of the causeExtension property.- Parameters:
value- allowed object isExtensionType
-
-