Class MeasuredDataPublication

  • All Implemented Interfaces:
    Serializable

    public class MeasuredDataPublication
    extends PayloadPublication
    implements Serializable

    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/2_0RC1/2_0}PayloadPublication">
           <sequence>
             <element name="measurementSiteTableReference" type="{http://datex2.eu/schema/2_0RC1/2_0}Reference"/>
             <element name="headerInformation" type="{http://datex2.eu/schema/2_0RC1/2_0}HeaderInformation"/>
             <element name="siteMeasurements" type="{http://datex2.eu/schema/2_0RC1/2_0}SiteMeasurements" maxOccurs="unbounded"/>
             <element name="measuredDataPublicationExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • measurementSiteTableReference

        protected String measurementSiteTableReference
      • measuredDataPublicationExtension

        protected ExtensionType measuredDataPublicationExtension
    • Constructor Detail

      • MeasuredDataPublication

        public MeasuredDataPublication()
    • 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 is String
      • setHeaderInformation

        public void setHeaderInformation​(HeaderInformation value)
        Sets the value of the headerInformation property.
        Parameters:
        value - allowed object is HeaderInformation
      • 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 set method 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 is ExtensionType