public class ElaboratedDataPublication extends PayloadPublication
Java class for ElaboratedDataPublication complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ElaboratedDataPublication"> <complexContent> <extension base="{http://datex2.eu/schema/2/2_0}PayloadPublication"> <sequence> <element name="periodDefault" type="{http://datex2.eu/schema/2/2_0}Seconds" minOccurs="0"/> <element name="timeDefault" type="{http://datex2.eu/schema/2/2_0}DateTime" minOccurs="0"/> <element name="headerInformation" type="{http://datex2.eu/schema/2/2_0}HeaderInformation"/> <element name="referenceSettings" type="{http://datex2.eu/schema/2/2_0}ReferenceSettings" minOccurs="0"/> <element name="elaboratedData" type="{http://datex2.eu/schema/2/2_0}ElaboratedData" maxOccurs="unbounded"/> <element name="elaboratedDataPublicationExtension" type="{http://datex2.eu/schema/2/2_0}_ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ExtensionType |
elaboratedDataPublicationExtension |
protected java.util.List<ElaboratedData> |
elaboratedDatas |
protected HeaderInformation |
headerInformation |
protected java.lang.Float |
periodDefault |
protected ReferenceSettings |
referenceSettings |
protected javax.xml.datatype.XMLGregorianCalendar |
timeDefault |
lang, payloadPublicationExtension, publicationCreator, publicationTime
Constructor and Description |
---|
ElaboratedDataPublication() |
Modifier and Type | Method and Description |
---|---|
ExtensionType |
getElaboratedDataPublicationExtension()
Gets the value of the elaboratedDataPublicationExtension property.
|
java.util.List<ElaboratedData> |
getElaboratedDatas()
Gets the value of the elaboratedDatas property.
|
HeaderInformation |
getHeaderInformation()
Gets the value of the headerInformation property.
|
java.lang.Float |
getPeriodDefault()
Gets the value of the periodDefault property.
|
ReferenceSettings |
getReferenceSettings()
Gets the value of the referenceSettings property.
|
javax.xml.datatype.XMLGregorianCalendar |
getTimeDefault()
Gets the value of the timeDefault property.
|
void |
setElaboratedDataPublicationExtension(ExtensionType value)
Sets the value of the elaboratedDataPublicationExtension property.
|
void |
setHeaderInformation(HeaderInformation value)
Sets the value of the headerInformation property.
|
void |
setPeriodDefault(java.lang.Float value)
Sets the value of the periodDefault property.
|
void |
setReferenceSettings(ReferenceSettings value)
Sets the value of the referenceSettings property.
|
void |
setTimeDefault(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the timeDefault property.
|
getLang, getPayloadPublicationExtension, getPublicationCreator, getPublicationTime, setLang, setPayloadPublicationExtension, setPublicationCreator, setPublicationTime
protected java.lang.Float periodDefault
protected javax.xml.datatype.XMLGregorianCalendar timeDefault
protected HeaderInformation headerInformation
protected ReferenceSettings referenceSettings
protected java.util.List<ElaboratedData> elaboratedDatas
protected ExtensionType elaboratedDataPublicationExtension
public java.lang.Float getPeriodDefault()
Float
public void setPeriodDefault(java.lang.Float value)
value
- allowed object is
Float
public javax.xml.datatype.XMLGregorianCalendar getTimeDefault()
XMLGregorianCalendar
public void setTimeDefault(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public HeaderInformation getHeaderInformation()
HeaderInformation
public void setHeaderInformation(HeaderInformation value)
value
- allowed object is
HeaderInformation
public ReferenceSettings getReferenceSettings()
ReferenceSettings
public void setReferenceSettings(ReferenceSettings value)
value
- allowed object is
ReferenceSettings
public java.util.List<ElaboratedData> getElaboratedDatas()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the elaboratedDatas property.
For example, to add a new item, do as follows:
getElaboratedDatas().add(newItem);
Objects of the following type(s) are allowed in the list
ElaboratedData
public ExtensionType getElaboratedDataPublicationExtension()
ExtensionType
public void setElaboratedDataPublicationExtension(ExtensionType value)
value
- allowed object is
ExtensionType