Class PayloadPublication

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    ElaboratedDataPublication, MeasuredDataPublication, MeasurementSiteTablePublication, PredefinedLocationsPublication, SituationPublication, TrafficViewPublication

    public abstract class PayloadPublication
    extends Object
    implements Serializable
    A payload publication of traffic related information or associated management information created at a specific point in time that can be exchanged via a DATEX II interface.

    Java class for PayloadPublication complex type.

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

     <complexType name="PayloadPublication">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="feedType" type="{http://datex2.eu/schema/1_0/1_0}String" minOccurs="0"/>
             <element name="publicationTime" type="{http://datex2.eu/schema/1_0/1_0}DateTime"/>
             <element name="publicationCreator" type="{http://datex2.eu/schema/1_0/1_0}InternationalIdentifier"/>
             <element name="payloadPublicationExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/>
           </sequence>
           <attribute name="lang" use="required" type="{http://www.w3.org/2001/XMLSchema}language" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • PayloadPublication

        public PayloadPublication()
    • Method Detail

      • getFeedType

        public String getFeedType()
        Gets the value of the feedType property.
        Returns:
        possible object is String
      • setFeedType

        public void setFeedType​(String value)
        Sets the value of the feedType property.
        Parameters:
        value - allowed object is String
      • getPublicationTime

        public DateTime getPublicationTime()
        Gets the value of the publicationTime property.
        Returns:
        possible object is DateTime
      • setPublicationTime

        public void setPublicationTime​(DateTime value)
        Sets the value of the publicationTime property.
        Parameters:
        value - allowed object is DateTime
      • getPayloadPublicationExtension

        public ExtensionType getPayloadPublicationExtension()
        Gets the value of the payloadPublicationExtension property.
        Returns:
        possible object is ExtensionType
      • setPayloadPublicationExtension

        public void setPayloadPublicationExtension​(ExtensionType value)
        Sets the value of the payloadPublicationExtension property.
        Parameters:
        value - allowed object is ExtensionType
      • getLang

        public String getLang()
        Gets the value of the lang property.
        Returns:
        possible object is String
      • setLang

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