Class Speeds

  • All Implemented Interfaces:
    Serializable

    public class Speeds
    extends Advice
    implements Serializable
    Supplementary speed advice.

    Java class for Speeds complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="Speeds">
       <complexContent>
         <extension base="{http://datex2.eu/schema/1_0/1_0}Advice">
           <sequence>
             <element name="speedAdvice" type="{http://datex2.eu/schema/1_0/1_0}SpeedAdviceEnum"/>
             <element name="speedsExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • Speeds

        public Speeds()
    • Method Detail

      • setSpeedAdvice

        public void setSpeedAdvice​(SpeedAdviceEnum value)
        Sets the value of the speedAdvice property.
        Parameters:
        value - allowed object is SpeedAdviceEnum
      • getSpeedsExtension

        public ExtensionType getSpeedsExtension()
        Gets the value of the speedsExtension property.
        Returns:
        possible object is ExtensionType
      • setSpeedsExtension

        public void setSpeedsExtension​(ExtensionType value)
        Sets the value of the speedsExtension property.
        Parameters:
        value - allowed object is ExtensionType