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="forecastDefault" type="{http://datex2.eu/schema/2/2_0}Boolean" minOccurs="0"/>
<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 List<ElaboratedData> |
elaboratedData |
protected ExtensionType |
elaboratedDataPublicationExtension |
protected Boolean |
forecastDefault |
protected HeaderInformation |
headerInformation |
protected Float |
periodDefault |
protected ReferenceSettings |
referenceSettings |
protected Calendar |
timeDefault |
feedDescription, feedType, lang, payloadPublicationExtension, publicationCreator, publicationTime| Constructor and Description |
|---|
ElaboratedDataPublication() |
| Modifier and Type | Method and Description |
|---|---|
List<ElaboratedData> |
getElaboratedData()
Gets the value of the elaboratedData property.
|
ExtensionType |
getElaboratedDataPublicationExtension()
Gets the value of the elaboratedDataPublicationExtension property.
|
HeaderInformation |
getHeaderInformation()
Gets the value of the headerInformation property.
|
Float |
getPeriodDefault()
Gets the value of the periodDefault property.
|
ReferenceSettings |
getReferenceSettings()
Gets the value of the referenceSettings property.
|
Calendar |
getTimeDefault()
Gets the value of the timeDefault property.
|
Boolean |
isForecastDefault()
Gets the value of the forecastDefault property.
|
void |
setElaboratedDataPublicationExtension(ExtensionType value)
Sets the value of the elaboratedDataPublicationExtension property.
|
void |
setForecastDefault(Boolean value)
Sets the value of the forecastDefault property.
|
void |
setHeaderInformation(HeaderInformation value)
Sets the value of the headerInformation property.
|
void |
setPeriodDefault(Float value)
Sets the value of the periodDefault property.
|
void |
setReferenceSettings(ReferenceSettings value)
Sets the value of the referenceSettings property.
|
void |
setTimeDefault(Calendar value)
Sets the value of the timeDefault property.
|
getFeedDescription, getFeedType, getLang, getPayloadPublicationExtension, getPublicationCreator, getPublicationTime, setFeedDescription, setFeedType, setLang, setPayloadPublicationExtension, setPublicationCreator, setPublicationTimeprotected Boolean forecastDefault
protected Float periodDefault
protected Calendar timeDefault
protected HeaderInformation headerInformation
protected ReferenceSettings referenceSettings
protected List<ElaboratedData> elaboratedData
protected ExtensionType elaboratedDataPublicationExtension
public Boolean isForecastDefault()
Booleanpublic void setForecastDefault(Boolean value)
value - allowed object is
Booleanpublic Float getPeriodDefault()
Floatpublic void setPeriodDefault(Float value)
value - allowed object is
Floatpublic Calendar getTimeDefault()
Stringpublic void setTimeDefault(Calendar value)
value - allowed object is
Stringpublic HeaderInformation getHeaderInformation()
HeaderInformationpublic void setHeaderInformation(HeaderInformation value)
value - allowed object is
HeaderInformationpublic ReferenceSettings getReferenceSettings()
ReferenceSettingspublic void setReferenceSettings(ReferenceSettings value)
value - allowed object is
ReferenceSettingspublic List<ElaboratedData> getElaboratedData()
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 elaboratedData property.
For example, to add a new item, do as follows:
getElaboratedData().add(newItem);
Objects of the following type(s) are allowed in the list
ElaboratedData
public ExtensionType getElaboratedDataPublicationExtension()
ExtensionTypepublic void setElaboratedDataPublicationExtension(ExtensionType value)
value - allowed object is
ExtensionTypeCopyright © 2014–2015 Centrum dopravního výzkumu, v.v.i.. All rights reserved.