Class Diversion
- java.lang.Object
-
- eu.datex2.siri13.schema._1_0._1_0.Advice
-
- eu.datex2.siri13.schema._1_0._1_0.Diversion
-
- All Implemented Interfaces:
Serializable
public class Diversion extends Advice implements Serializable
Supplementary diversion advice.Java class for Diversion complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Diversion"> <complexContent> <extension base="{http://datex2.eu/schema/1_0/1_0}Advice"> <sequence> <element name="diversionAdvice" type="{http://datex2.eu/schema/1_0/1_0}DiversionAdviceEnum"/> <element name="diversionExtension" 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 DiversionAdviceEnumdiversionAdviceprotected ExtensionTypediversionExtension-
Fields inherited from class eu.datex2.siri13.schema._1_0._1_0.Advice
adviceExtension
-
-
Constructor Summary
Constructors Constructor Description Diversion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DiversionAdviceEnumgetDiversionAdvice()Gets the value of the diversionAdvice property.ExtensionTypegetDiversionExtension()Gets the value of the diversionExtension property.voidsetDiversionAdvice(DiversionAdviceEnum value)Sets the value of the diversionAdvice property.voidsetDiversionExtension(ExtensionType value)Sets the value of the diversionExtension property.-
Methods inherited from class eu.datex2.siri13.schema._1_0._1_0.Advice
getAdviceExtension, setAdviceExtension
-
-
-
-
Field Detail
-
diversionAdvice
protected DiversionAdviceEnum diversionAdvice
-
diversionExtension
protected ExtensionType diversionExtension
-
-
Method Detail
-
getDiversionAdvice
public DiversionAdviceEnum getDiversionAdvice()
Gets the value of the diversionAdvice property.- Returns:
- possible object is
DiversionAdviceEnum
-
setDiversionAdvice
public void setDiversionAdvice(DiversionAdviceEnum value)
Sets the value of the diversionAdvice property.- Parameters:
value- allowed object isDiversionAdviceEnum
-
getDiversionExtension
public ExtensionType getDiversionExtension()
Gets the value of the diversionExtension property.- Returns:
- possible object is
ExtensionType
-
setDiversionExtension
public void setDiversionExtension(ExtensionType value)
Sets the value of the diversionExtension property.- Parameters:
value- allowed object isExtensionType
-
-