Class ElaboratedDataPublication
- java.lang.Object
-
- eu.datex2.siri21.schema._2_0rc1._2_0.PayloadPublication
-
- eu.datex2.siri21.schema._2_0rc1._2_0.ElaboratedDataPublication
-
- All Implemented Interfaces:
Serializable
public class ElaboratedDataPublication extends PayloadPublication implements Serializable
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_0RC1/2_0}PayloadPublication"> <sequence> <element name="forecastDefault" type="{http://datex2.eu/schema/2_0RC1/2_0}Boolean" minOccurs="0"/> <element name="periodDefault" type="{http://datex2.eu/schema/2_0RC1/2_0}Seconds" minOccurs="0"/> <element name="timeDefault" type="{http://datex2.eu/schema/2_0RC1/2_0}DateTime" minOccurs="0"/> <element name="headerInformation" type="{http://datex2.eu/schema/2_0RC1/2_0}HeaderInformation"/> <element name="referenceSettings" type="{http://datex2.eu/schema/2_0RC1/2_0}ReferenceSettings" minOccurs="0"/> <element name="elaboratedData" type="{http://datex2.eu/schema/2_0RC1/2_0}ElaboratedData" maxOccurs="unbounded"/> <element name="elaboratedDataPublicationExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ExtensionTypeelaboratedDataPublicationExtensionprotected List<ElaboratedData>elaboratedDatasprotected BooleanforecastDefaultprotected HeaderInformationheaderInformationprotected FloatperiodDefaultprotected ReferenceSettingsreferenceSettingsprotected ZonedDateTimetimeDefault-
Fields inherited from class eu.datex2.siri21.schema._2_0rc1._2_0.PayloadPublication
feedDescription, feedType, lang, payloadPublicationExtension, publicationCreator, publicationTime
-
-
Constructor Summary
Constructors Constructor Description ElaboratedDataPublication()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionTypegetElaboratedDataPublicationExtension()Gets the value of the elaboratedDataPublicationExtension property.List<ElaboratedData>getElaboratedDatas()Gets the value of the elaboratedDatas property.HeaderInformationgetHeaderInformation()Gets the value of the headerInformation property.FloatgetPeriodDefault()Gets the value of the periodDefault property.ReferenceSettingsgetReferenceSettings()Gets the value of the referenceSettings property.ZonedDateTimegetTimeDefault()Gets the value of the timeDefault property.BooleanisForecastDefault()Gets the value of the forecastDefault property.voidsetElaboratedDataPublicationExtension(ExtensionType value)Sets the value of the elaboratedDataPublicationExtension property.voidsetForecastDefault(Boolean value)Sets the value of the forecastDefault property.voidsetHeaderInformation(HeaderInformation value)Sets the value of the headerInformation property.voidsetPeriodDefault(Float value)Sets the value of the periodDefault property.voidsetReferenceSettings(ReferenceSettings value)Sets the value of the referenceSettings property.voidsetTimeDefault(ZonedDateTime value)Sets the value of the timeDefault property.-
Methods inherited from class eu.datex2.siri21.schema._2_0rc1._2_0.PayloadPublication
getFeedDescription, getFeedType, getLang, getPayloadPublicationExtension, getPublicationCreator, getPublicationTime, setFeedDescription, setFeedType, setLang, setPayloadPublicationExtension, setPublicationCreator, setPublicationTime
-
-
-
-
Field Detail
-
forecastDefault
protected Boolean forecastDefault
-
periodDefault
protected Float periodDefault
-
timeDefault
protected ZonedDateTime timeDefault
-
headerInformation
protected HeaderInformation headerInformation
-
referenceSettings
protected ReferenceSettings referenceSettings
-
elaboratedDatas
protected List<ElaboratedData> elaboratedDatas
-
elaboratedDataPublicationExtension
protected ExtensionType elaboratedDataPublicationExtension
-
-
Method Detail
-
isForecastDefault
public Boolean isForecastDefault()
Gets the value of the forecastDefault property.- Returns:
- possible object is
Boolean
-
setForecastDefault
public void setForecastDefault(Boolean value)
Sets the value of the forecastDefault property.- Parameters:
value- allowed object isBoolean
-
getPeriodDefault
public Float getPeriodDefault()
Gets the value of the periodDefault property.- Returns:
- possible object is
Float
-
setPeriodDefault
public void setPeriodDefault(Float value)
Sets the value of the periodDefault property.- Parameters:
value- allowed object isFloat
-
getTimeDefault
public ZonedDateTime getTimeDefault()
Gets the value of the timeDefault property.- Returns:
- possible object is
String
-
setTimeDefault
public void setTimeDefault(ZonedDateTime value)
Sets the value of the timeDefault property.- Parameters:
value- allowed object isString
-
getHeaderInformation
public HeaderInformation getHeaderInformation()
Gets the value of the headerInformation property.- Returns:
- possible object is
HeaderInformation
-
setHeaderInformation
public void setHeaderInformation(HeaderInformation value)
Sets the value of the headerInformation property.- Parameters:
value- allowed object isHeaderInformation
-
getReferenceSettings
public ReferenceSettings getReferenceSettings()
Gets the value of the referenceSettings property.- Returns:
- possible object is
ReferenceSettings
-
setReferenceSettings
public void setReferenceSettings(ReferenceSettings value)
Sets the value of the referenceSettings property.- Parameters:
value- allowed object isReferenceSettings
-
getElaboratedDatas
public List<ElaboratedData> getElaboratedDatas()
Gets the value of the elaboratedDatas property.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
setmethod 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
-
getElaboratedDataPublicationExtension
public ExtensionType getElaboratedDataPublicationExtension()
Gets the value of the elaboratedDataPublicationExtension property.- Returns:
- possible object is
ExtensionType
-
setElaboratedDataPublicationExtension
public void setElaboratedDataPublicationExtension(ExtensionType value)
Sets the value of the elaboratedDataPublicationExtension property.- Parameters:
value- allowed object isExtensionType
-
-