Class PayloadPublication
- java.lang.Object
-
- eu.datex2.siri21.schema._2_0rc1._2_0.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
-
-
Field Summary
Fields Modifier and Type Field Description protected MultilingualStringfeedDescriptionprotected StringfeedTypeprotected Stringlangprotected ExtensionTypepayloadPublicationExtensionprotected InternationalIdentifierpublicationCreatorprotected ZonedDateTimepublicationTime
-
Constructor Summary
Constructors Constructor Description PayloadPublication()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MultilingualStringgetFeedDescription()Gets the value of the feedDescription property.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.ZonedDateTimegetPublicationTime()Gets the value of the publicationTime property.voidsetFeedDescription(MultilingualString value)Sets the value of the feedDescription 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(ZonedDateTime value)Sets the value of the publicationTime property.
-
-
-
Field Detail
-
feedDescription
protected MultilingualString feedDescription
-
feedType
protected String feedType
-
publicationTime
protected ZonedDateTime publicationTime
-
publicationCreator
protected InternationalIdentifier publicationCreator
-
payloadPublicationExtension
protected ExtensionType payloadPublicationExtension
-
lang
protected String lang
-
-
Method Detail
-
getFeedDescription
public MultilingualString getFeedDescription()
Gets the value of the feedDescription property.- Returns:
- possible object is
MultilingualString
-
setFeedDescription
public void setFeedDescription(MultilingualString value)
Sets the value of the feedDescription property.- Parameters:
value- allowed object isMultilingualString
-
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 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 isString
-
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
-
-