Class 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
    • Constructor Detail

      • Instructions

        public Instructions()
    • Method Detail

      • setInstruction

        public void setInstruction​(InstructionsEnum value)
        Sets the value of the instruction property.
        Parameters:
        value - allowed object is InstructionsEnum
      • 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 is ExtensionType