Class TrafficViewRecord

  • All Implemented Interfaces:
    Serializable

    public class TrafficViewRecord
    extends Object
    implements Serializable

    Java class for TrafficViewRecord complex type.

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

     <complexType name="TrafficViewRecord">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="recordSequenceNumber" type="{http://datex2.eu/schema/2_0RC1/2_0}NonNegativeInteger"/>
             <element name="trafficElement" type="{http://datex2.eu/schema/2_0RC1/2_0}TrafficElement" minOccurs="0"/>
             <element name="operatorAction" type="{http://datex2.eu/schema/2_0RC1/2_0}OperatorAction" minOccurs="0"/>
             <element name="elaboratedData" type="{http://datex2.eu/schema/2_0RC1/2_0}ElaboratedData" minOccurs="0"/>
             <element name="urlLink" type="{http://datex2.eu/schema/2_0RC1/2_0}UrlLink" maxOccurs="unbounded" minOccurs="0"/>
             <element name="trafficViewRecordExtension" 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
    • Constructor Detail

      • TrafficViewRecord

        public TrafficViewRecord()
    • Method Detail

      • getRecordSequenceNumber

        public BigInteger getRecordSequenceNumber()
        Gets the value of the recordSequenceNumber property.
        Returns:
        possible object is BigInteger
      • setRecordSequenceNumber

        public void setRecordSequenceNumber​(BigInteger value)
        Sets the value of the recordSequenceNumber property.
        Parameters:
        value - allowed object is BigInteger
      • getTrafficElement

        public TrafficElement getTrafficElement()
        Gets the value of the trafficElement property.
        Returns:
        possible object is TrafficElement
      • setTrafficElement

        public void setTrafficElement​(TrafficElement value)
        Sets the value of the trafficElement property.
        Parameters:
        value - allowed object is TrafficElement
      • getOperatorAction

        public OperatorAction getOperatorAction()
        Gets the value of the operatorAction property.
        Returns:
        possible object is OperatorAction
      • setOperatorAction

        public void setOperatorAction​(OperatorAction value)
        Sets the value of the operatorAction property.
        Parameters:
        value - allowed object is OperatorAction
      • getElaboratedData

        public ElaboratedData getElaboratedData()
        Gets the value of the elaboratedData property.
        Returns:
        possible object is ElaboratedData
      • setElaboratedData

        public void setElaboratedData​(ElaboratedData value)
        Sets the value of the elaboratedData property.
        Parameters:
        value - allowed object is ElaboratedData
      • getUrlLinks

        public List<UrlLink> getUrlLinks()
        Gets the value of the urlLinks 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 urlLinks property.

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

            getUrlLinks().add(newItem);
         

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

      • getTrafficViewRecordExtension

        public ExtensionType getTrafficViewRecordExtension()
        Gets the value of the trafficViewRecordExtension property.
        Returns:
        possible object is ExtensionType
      • setTrafficViewRecordExtension

        public void setTrafficViewRecordExtension​(ExtensionType value)
        Sets the value of the trafficViewRecordExtension 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