Class PayloadPublication

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

    public abstract class PayloadPublication
    extends Object
    implements Serializable

    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="feedDescription" type="{http://datex2.eu/schema/2_0RC1/2_0}MultilingualString" minOccurs="0"/>
             <element name="feedType" type="{http://datex2.eu/schema/2_0RC1/2_0}String" minOccurs="0"/>
             <element name="publicationTime" type="{http://datex2.eu/schema/2_0RC1/2_0}DateTime"/>
             <element name="publicationCreator" type="{http://datex2.eu/schema/2_0RC1/2_0}InternationalIdentifier"/>
             <element name="payloadPublicationExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
           <attribute name="lang" use="required" type="{http://datex2.eu/schema/2_0RC1/2_0}Language" />
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • PayloadPublication

        public PayloadPublication()
    • Method Detail

      • setFeedDescription

        public void setFeedDescription​(MultilingualString value)
        Sets the value of the feedDescription property.
        Parameters:
        value - allowed object is MultilingualString
      • 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 ZonedDateTime getPublicationTime()
        Gets the value of the publicationTime property.
        Returns:
        possible object is String
      • setPublicationTime

        public void setPublicationTime​(ZonedDateTime value)
        Sets the value of the publicationTime property.
        Parameters:
        value - allowed object is String
      • 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