Class ReferenceSettings

  • All Implemented Interfaces:
    Serializable

    public class ReferenceSettings
    extends Object
    implements Serializable
    Specification of the default value for traffic status on a set of predefined locations on the road network. Only when traffic status differs from this value at a location in the set need a value be sent.

    Java class for ReferenceSettings complex type.

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

     <complexType name="ReferenceSettings">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="locationSetReference" type="{http://datex2.eu/schema/1_0/1_0}Reference" minOccurs="0"/>
             <element name="trafficStatusDefault" type="{http://datex2.eu/schema/1_0/1_0}TrafficStatusEnum" minOccurs="0"/>
             <element name="referenceSettingsExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • locationSetReference

        protected String locationSetReference
      • referenceSettingsExtension

        protected ExtensionType referenceSettingsExtension
    • Constructor Detail

      • ReferenceSettings

        public ReferenceSettings()
    • Method Detail

      • getLocationSetReference

        public String getLocationSetReference()
        Gets the value of the locationSetReference property.
        Returns:
        possible object is String
      • setLocationSetReference

        public void setLocationSetReference​(String value)
        Sets the value of the locationSetReference property.
        Parameters:
        value - allowed object is String
      • getTrafficStatusDefault

        public TrafficStatusEnum getTrafficStatusDefault()
        Gets the value of the trafficStatusDefault property.
        Returns:
        possible object is TrafficStatusEnum
      • setTrafficStatusDefault

        public void setTrafficStatusDefault​(TrafficStatusEnum value)
        Sets the value of the trafficStatusDefault property.
        Parameters:
        value - allowed object is TrafficStatusEnum
      • getReferenceSettingsExtension

        public ExtensionType getReferenceSettingsExtension()
        Gets the value of the referenceSettingsExtension property.
        Returns:
        possible object is ExtensionType
      • setReferenceSettingsExtension

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