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="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 |
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 |
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 |
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 javax.xml.datatype.XMLGregorianCalendar publicationTime
protected InternationalIdentifier publicationCreator
protected ExtensionType payloadPublicationExtension
protected java.lang.String lang
public javax.xml.datatype.XMLGregorianCalendar getPublicationTime()
XMLGregorianCalendarpublic void setPublicationTime(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic InternationalIdentifier getPublicationCreator()
InternationalIdentifierpublic void setPublicationCreator(InternationalIdentifier value)
value - allowed object is
InternationalIdentifierpublic ExtensionType getPayloadPublicationExtension()
ExtensionTypepublic void setPayloadPublicationExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic java.lang.String getLang()
Stringpublic void setLang(java.lang.String value)
value - allowed object is
String