public abstract class PayloadPublication
extends java.lang.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="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 java.lang.String |
feedType |
protected java.lang.String |
lang |
protected ExtensionType |
payloadPublicationExtension |
protected InternationalIdentifier |
publicationCreator |
protected javax.xml.datatype.XMLGregorianCalendar |
publicationTime |
Constructor and Description |
---|
PayloadPublication() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFeedType()
Gets the value of the feedType property.
|
java.lang.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.
|
javax.xml.datatype.XMLGregorianCalendar |
getPublicationTime()
Gets the value of the publicationTime property.
|
void |
setFeedType(java.lang.String value)
Sets the value of the feedType property.
|
void |
setLang(java.lang.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(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the publicationTime property.
|
protected java.lang.String feedType
protected javax.xml.datatype.XMLGregorianCalendar publicationTime
protected InternationalIdentifier publicationCreator
protected ExtensionType payloadPublicationExtension
protected java.lang.String lang
public java.lang.String getFeedType()
String
public void setFeedType(java.lang.String value)
value
- allowed object is
String
public javax.xml.datatype.XMLGregorianCalendar getPublicationTime()
XMLGregorianCalendar
public void setPublicationTime(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public InternationalIdentifier getPublicationCreator()
InternationalIdentifier
public void setPublicationCreator(InternationalIdentifier value)
value
- allowed object is
InternationalIdentifier
public ExtensionType getPayloadPublicationExtension()
ExtensionType
public void setPayloadPublicationExtension(ExtensionType value)
value
- allowed object is
ExtensionType
public java.lang.String getLang()
String
public void setLang(java.lang.String value)
value
- allowed object is
String