Class TrafficViewRecord

  • All Implemented Interfaces:
    Serializable

    public class TrafficViewRecord
    extends Object
    implements Serializable
    An identifiable instance of a single record within a traffic view.

    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/1_0/1_0}NonNegativeInteger"/>
             <element name="trafficElement" type="{http://datex2.eu/schema/1_0/1_0}TrafficElement" minOccurs="0"/>
             <element name="operatorAction" type="{http://datex2.eu/schema/1_0/1_0}OperatorAction" minOccurs="0"/>
             <element name="elaboratedData" type="{http://datex2.eu/schema/1_0/1_0}ElaboratedData" minOccurs="0"/>
             <element name="cctvimages" type="{http://datex2.eu/schema/1_0/1_0}CCTVImages" minOccurs="0"/>
             <element name="trafficViewRecordExtension" type="{http://datex2.eu/schema/1_0/1_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
      • getCctvimages

        public CCTVImages getCctvimages()
        Gets the value of the cctvimages property.
        Returns:
        possible object is CCTVImages
      • setCctvimages

        public void setCctvimages​(CCTVImages value)
        Sets the value of the cctvimages property.
        Parameters:
        value - allowed object is CCTVImages
      • 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