Class PayloadPublication
- java.lang.Object
-
- eu.datex2.siri14.schema._1_0._1_0.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
-
-
Field Summary
Fields Modifier and Type Field Description protected StringfeedTypeprotected Stringlangprotected ExtensionTypepayloadPublicationExtensionprotected InternationalIdentifierpublicationCreatorprotected DateTimepublicationTime
-
Constructor Summary
Constructors Constructor Description PayloadPublication()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFeedType()Gets the value of the feedType property.StringgetLang()Gets the value of the lang property.ExtensionTypegetPayloadPublicationExtension()Gets the value of the payloadPublicationExtension property.InternationalIdentifiergetPublicationCreator()Gets the value of the publicationCreator property.DateTimegetPublicationTime()Gets the value of the publicationTime property.voidsetFeedType(String value)Sets the value of the feedType property.voidsetLang(String value)Sets the value of the lang property.voidsetPayloadPublicationExtension(ExtensionType value)Sets the value of the payloadPublicationExtension property.voidsetPublicationCreator(InternationalIdentifier value)Sets the value of the publicationCreator property.voidsetPublicationTime(DateTime value)Sets the value of the publicationTime property.
-
-
-
Field Detail
-
feedType
protected String feedType
-
publicationTime
protected DateTime publicationTime
-
publicationCreator
protected InternationalIdentifier publicationCreator
-
payloadPublicationExtension
protected ExtensionType payloadPublicationExtension
-
lang
protected String lang
-
-
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 isString
-
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 isDateTime
-
getPublicationCreator
public InternationalIdentifier getPublicationCreator()
Gets the value of the publicationCreator property.- Returns:
- possible object is
InternationalIdentifier
-
setPublicationCreator
public void setPublicationCreator(InternationalIdentifier value)
Sets the value of the publicationCreator property.- Parameters:
value- allowed object isInternationalIdentifier
-
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 isExtensionType
-
getLang
public String getLang()
Gets the value of the lang property.- Returns:
- possible object is
String
-
-