public abstract class PayloadPublication extends Object
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/2_0}MultilingualString" minOccurs="0"/>
<element name="feedType" type="{http://datex2.eu/schema/2/2_0}String" minOccurs="0"/>
<element name="publicationTime" type="{http://datex2.eu/schema/2/2_0}DateTime"/>
<element name="publicationCreator" type="{http://datex2.eu/schema/2/2_0}InternationalIdentifier"/>
<element name="payloadPublicationExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/>
</sequence>
<attribute name="lang" use="required" type="{http://datex2.eu/schema/2/2_0}Language" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected MultilingualString |
feedDescription |
protected String |
feedType |
protected String |
lang |
protected ExtensionType |
payloadPublicationExtension |
protected InternationalIdentifier |
publicationCreator |
protected Calendar |
publicationTime |
| Constructor and Description |
|---|
PayloadPublication() |
| Modifier and Type | Method and Description |
|---|---|
MultilingualString |
getFeedDescription()
Gets the value of the feedDescription property.
|
String |
getFeedType()
Gets the value of the feedType property.
|
String |
getLang()
Gets the value of the lang property.
|
ExtensionType |
getPayloadPublicationExtension()
Gets the value of the payloadPublicationExtension property.
|
InternationalIdentifier |
getPublicationCreator()
Gets the value of the publicationCreator property.
|
Calendar |
getPublicationTime()
Gets the value of the publicationTime property.
|
void |
setFeedDescription(MultilingualString value)
Sets the value of the feedDescription property.
|
void |
setFeedType(String value)
Sets the value of the feedType property.
|
void |
setLang(String value)
Sets the value of the lang property.
|
void |
setPayloadPublicationExtension(ExtensionType value)
Sets the value of the payloadPublicationExtension property.
|
void |
setPublicationCreator(InternationalIdentifier value)
Sets the value of the publicationCreator property.
|
void |
setPublicationTime(Calendar value)
Sets the value of the publicationTime property.
|
protected MultilingualString feedDescription
protected String feedType
protected Calendar publicationTime
protected InternationalIdentifier publicationCreator
protected ExtensionType payloadPublicationExtension
protected String lang
public MultilingualString getFeedDescription()
MultilingualStringpublic void setFeedDescription(MultilingualString value)
value - allowed object is
MultilingualStringpublic String getFeedType()
Stringpublic void setFeedType(String value)
value - allowed object is
Stringpublic Calendar getPublicationTime()
Stringpublic void setPublicationTime(Calendar value)
value - allowed object is
Stringpublic InternationalIdentifier getPublicationCreator()
InternationalIdentifierpublic void setPublicationCreator(InternationalIdentifier value)
value - allowed object is
InternationalIdentifierpublic ExtensionType getPayloadPublicationExtension()
ExtensionTypepublic void setPayloadPublicationExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic String getLang()
StringCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.