Class Instructions
- java.lang.Object
-
- eu.datex2.siri13.schema._1_0._1_0.Advice
-
- eu.datex2.siri13.schema._1_0._1_0.Instructions
-
- All Implemented Interfaces:
Serializable
public class Instructions extends Advice implements Serializable
Supplementary instructions advice.Java class for Instructions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Instructions"> <complexContent> <extension base="{http://datex2.eu/schema/1_0/1_0}Advice"> <sequence> <element name="instruction" type="{http://datex2.eu/schema/1_0/1_0}InstructionsEnum"/> <element name="instructionsExtension" 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 InstructionsEnuminstructionprotected ExtensionTypeinstructionsExtension-
Fields inherited from class eu.datex2.siri13.schema._1_0._1_0.Advice
adviceExtension
-
-
Constructor Summary
Constructors Constructor Description Instructions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstructionsEnumgetInstruction()Gets the value of the instruction property.ExtensionTypegetInstructionsExtension()Gets the value of the instructionsExtension property.voidsetInstruction(InstructionsEnum value)Sets the value of the instruction property.voidsetInstructionsExtension(ExtensionType value)Sets the value of the instructionsExtension property.-
Methods inherited from class eu.datex2.siri13.schema._1_0._1_0.Advice
getAdviceExtension, setAdviceExtension
-
-
-
-
Field Detail
-
instruction
protected InstructionsEnum instruction
-
instructionsExtension
protected ExtensionType instructionsExtension
-
-
Method Detail
-
getInstruction
public InstructionsEnum getInstruction()
Gets the value of the instruction property.- Returns:
- possible object is
InstructionsEnum
-
setInstruction
public void setInstruction(InstructionsEnum value)
Sets the value of the instruction property.- Parameters:
value- allowed object isInstructionsEnum
-
getInstructionsExtension
public ExtensionType getInstructionsExtension()
Gets the value of the instructionsExtension property.- Returns:
- possible object is
ExtensionType
-
setInstructionsExtension
public void setInstructionsExtension(ExtensionType value)
Sets the value of the instructionsExtension property.- Parameters:
value- allowed object isExtensionType
-
-