Class TrafficViewPublication

  • All Implemented Interfaces:
    Serializable

    public class TrafficViewPublication
    extends PayloadPublication
    implements Serializable
    A publication containing one or more traffic views.

    Java class for TrafficViewPublication complex type.

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

     <complexType name="TrafficViewPublication">
       <complexContent>
         <extension base="{http://datex2.eu/schema/1_0/1_0}PayloadPublication">
           <sequence>
             <element name="headerInformation" type="{http://datex2.eu/schema/1_0/1_0}HeaderInformation"/>
             <element name="trafficView" type="{http://datex2.eu/schema/1_0/1_0}TrafficView" maxOccurs="unbounded"/>
             <element name="trafficViewPublicationExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • TrafficViewPublication

        public TrafficViewPublication()
    • Method Detail

      • setHeaderInformation

        public void setHeaderInformation​(HeaderInformation value)
        Sets the value of the headerInformation property.
        Parameters:
        value - allowed object is HeaderInformation
      • getTrafficViews

        public List<TrafficView> getTrafficViews()
        Gets the value of the trafficViews 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 JAXB object. This is why there is not a set method for the trafficViews property.

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

            getTrafficViews().add(newItem);
         

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

      • getTrafficViewPublicationExtension

        public ExtensionType getTrafficViewPublicationExtension()
        Gets the value of the trafficViewPublicationExtension property.
        Returns:
        possible object is ExtensionType
      • setTrafficViewPublicationExtension

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