Class TrafficStatusValue

  • All Implemented Interfaces:
    Serializable

    public class TrafficStatusValue
    extends BasicDataValue
    implements Serializable

    Java class for TrafficStatusValue complex type.

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

     <complexType name="TrafficStatusValue">
       <complexContent>
         <extension base="{http://datex2.eu/schema/2_0RC1/2_0}BasicDataValue">
           <sequence>
             <element name="trafficStatus" type="{http://datex2.eu/schema/2_0RC1/2_0}TrafficStatusEnum" minOccurs="0"/>
             <element name="trafficTrendType" type="{http://datex2.eu/schema/2_0RC1/2_0}TrafficTrendTypeEnum" minOccurs="0"/>
             <element name="trafficStatusValueExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • TrafficStatusValue

        public TrafficStatusValue()
    • Method Detail

      • setTrafficStatus

        public void setTrafficStatus​(TrafficStatusEnum value)
        Sets the value of the trafficStatus property.
        Parameters:
        value - allowed object is TrafficStatusEnum
      • getTrafficStatusValueExtension

        public ExtensionType getTrafficStatusValueExtension()
        Gets the value of the trafficStatusValueExtension property.
        Returns:
        possible object is ExtensionType
      • setTrafficStatusValueExtension

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