Class LinearTrafficView

  • All Implemented Interfaces:
    Serializable

    public class LinearTrafficView
    extends Object
    implements Serializable

    Java class for LinearTrafficView complex type.

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

     <complexType name="LinearTrafficView">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="linearPredefinedLocationReference" type="{http://datex2.eu/schema/2_0RC1/2_0}Reference"/>
             <element name="trafficViewRecord" type="{http://datex2.eu/schema/2_0RC1/2_0}TrafficViewRecord" maxOccurs="unbounded"/>
             <element name="linearTrafficViewExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
           <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • linearPredefinedLocationReference

        protected String linearPredefinedLocationReference
      • linearTrafficViewExtension

        protected ExtensionType linearTrafficViewExtension
    • Constructor Detail

      • LinearTrafficView

        public LinearTrafficView()
    • Method Detail

      • getLinearPredefinedLocationReference

        public String getLinearPredefinedLocationReference()
        Gets the value of the linearPredefinedLocationReference property.
        Returns:
        possible object is String
      • setLinearPredefinedLocationReference

        public void setLinearPredefinedLocationReference​(String value)
        Sets the value of the linearPredefinedLocationReference property.
        Parameters:
        value - allowed object is String
      • getTrafficViewRecords

        public List<TrafficViewRecord> getTrafficViewRecords()
        Gets the value of the trafficViewRecords property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the trafficViewRecords property.

        For example, to add a new item, do as follows:

            getTrafficViewRecords().add(newItem);
         

        Objects of the following type(s) are allowed in the list TrafficViewRecord

      • getLinearTrafficViewExtension

        public ExtensionType getLinearTrafficViewExtension()
        Gets the value of the linearTrafficViewExtension property.
        Returns:
        possible object is ExtensionType
      • setLinearTrafficViewExtension

        public void setLinearTrafficViewExtension​(ExtensionType value)
        Sets the value of the linearTrafficViewExtension property.
        Parameters:
        value - allowed object is ExtensionType
      • getId

        public String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String