Class MeasuredDataPublication
- java.lang.Object
-
- eu.datex2.siri13.schema._1_0._1_0.PayloadPublication
-
- eu.datex2.siri13.schema._1_0._1_0.MeasuredDataPublication
-
- All Implemented Interfaces:
Serializable
public class MeasuredDataPublication extends PayloadPublication implements Serializable
A publication containing one or more measurement data sets, each set being measured at a single measurement site.Java class for MeasuredDataPublication complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MeasuredDataPublication"> <complexContent> <extension base="{http://datex2.eu/schema/1_0/1_0}PayloadPublication"> <sequence> <element name="measurementSiteTableReference" type="{http://datex2.eu/schema/1_0/1_0}Reference"/> <element name="headerInformation" type="{http://datex2.eu/schema/1_0/1_0}HeaderInformation"/> <element name="siteMeasurements" type="{http://datex2.eu/schema/1_0/1_0}SiteMeasurements" maxOccurs="unbounded"/> <element name="measuredDataPublicationExtension" type="{http://datex2.eu/schema/1_0/1_0}ExtensionType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected HeaderInformationheaderInformationprotected ExtensionTypemeasuredDataPublicationExtensionprotected StringmeasurementSiteTableReferenceprotected List<SiteMeasurements>siteMeasurements-
Fields inherited from class eu.datex2.siri13.schema._1_0._1_0.PayloadPublication
feedType, lang, payloadPublicationExtension, publicationCreator, publicationTime
-
-
Constructor Summary
Constructors Constructor Description MeasuredDataPublication()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HeaderInformationgetHeaderInformation()Gets the value of the headerInformation property.ExtensionTypegetMeasuredDataPublicationExtension()Gets the value of the measuredDataPublicationExtension property.StringgetMeasurementSiteTableReference()Gets the value of the measurementSiteTableReference property.List<SiteMeasurements>getSiteMeasurements()Gets the value of the siteMeasurements property.voidsetHeaderInformation(HeaderInformation value)Sets the value of the headerInformation property.voidsetMeasuredDataPublicationExtension(ExtensionType value)Sets the value of the measuredDataPublicationExtension property.voidsetMeasurementSiteTableReference(String value)Sets the value of the measurementSiteTableReference property.-
Methods inherited from class eu.datex2.siri13.schema._1_0._1_0.PayloadPublication
getFeedType, getLang, getPayloadPublicationExtension, getPublicationCreator, getPublicationTime, setFeedType, setLang, setPayloadPublicationExtension, setPublicationCreator, setPublicationTime
-
-
-
-
Field Detail
-
measurementSiteTableReference
protected String measurementSiteTableReference
-
headerInformation
protected HeaderInformation headerInformation
-
siteMeasurements
protected List<SiteMeasurements> siteMeasurements
-
measuredDataPublicationExtension
protected ExtensionType measuredDataPublicationExtension
-
-
Method Detail
-
getMeasurementSiteTableReference
public String getMeasurementSiteTableReference()
Gets the value of the measurementSiteTableReference property.- Returns:
- possible object is
String
-
setMeasurementSiteTableReference
public void setMeasurementSiteTableReference(String value)
Sets the value of the measurementSiteTableReference 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
-
getSiteMeasurements
public List<SiteMeasurements> getSiteMeasurements()
Gets the value of the siteMeasurements 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 Jakarta XML Binding object. This is why there is not a
setmethod for the siteMeasurements property.For example, to add a new item, do as follows:
getSiteMeasurements().add(newItem);Objects of the following type(s) are allowed in the list
SiteMeasurements
-
getMeasuredDataPublicationExtension
public ExtensionType getMeasuredDataPublicationExtension()
Gets the value of the measuredDataPublicationExtension property.- Returns:
- possible object is
ExtensionType
-
setMeasuredDataPublicationExtension
public void setMeasuredDataPublicationExtension(ExtensionType value)
Sets the value of the measuredDataPublicationExtension property.- Parameters:
value- allowed object isExtensionType
-
-