Class ReferenceSettings

  • All Implemented Interfaces:
    Serializable

    public class ReferenceSettings
    extends Object
    implements Serializable

    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="predefinedLocationSetReference" type="{http://datex2.eu/schema/2_0RC1/2_0}Reference" minOccurs="0"/>
             <element name="trafficStatusDefault" type="{http://datex2.eu/schema/2_0RC1/2_0}TrafficStatusEnum" minOccurs="0"/>
             <element name="referenceSettingsExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • predefinedLocationSetReference

        protected String predefinedLocationSetReference
      • referenceSettingsExtension

        protected ExtensionType referenceSettingsExtension
    • Constructor Detail

      • ReferenceSettings

        public ReferenceSettings()
    • Method Detail

      • getPredefinedLocationSetReference

        public String getPredefinedLocationSetReference()
        Gets the value of the predefinedLocationSetReference property.
        Returns:
        possible object is String
      • setPredefinedLocationSetReference

        public void setPredefinedLocationSetReference​(String value)
        Sets the value of the predefinedLocationSetReference 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