Class SiteMeasurements

  • All Implemented Interfaces:
    Serializable

    public class SiteMeasurements
    extends Object
    implements Serializable

    Java class for SiteMeasurements complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="SiteMeasurements">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="measurementSiteReference" type="{http://datex2.eu/schema/2_0RC1/2_0}Reference"/>
             <element name="measurementTimeDefault" type="{http://datex2.eu/schema/2_0RC1/2_0}DateTime"/>
             <element name="measuredValue" maxOccurs="unbounded">
               <complexType>
                 <complexContent>
                   <extension base="{http://datex2.eu/schema/2_0RC1/2_0}MeasuredValue">
                     <attribute name="index" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
                   </extension>
                 </complexContent>
               </complexType>
             </element>
             <element name="siteMeasurementsExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • SiteMeasurements

        public SiteMeasurements()
    • Method Detail

      • getMeasurementSiteReference

        public String getMeasurementSiteReference()
        Gets the value of the measurementSiteReference property.
        Returns:
        possible object is String
      • setMeasurementSiteReference

        public void setMeasurementSiteReference​(String value)
        Sets the value of the measurementSiteReference property.
        Parameters:
        value - allowed object is String
      • getMeasurementTimeDefault

        public ZonedDateTime getMeasurementTimeDefault()
        Gets the value of the measurementTimeDefault property.
        Returns:
        possible object is String
      • setMeasurementTimeDefault

        public void setMeasurementTimeDefault​(ZonedDateTime value)
        Sets the value of the measurementTimeDefault property.
        Parameters:
        value - allowed object is String
      • getMeasuredValues

        public List<SiteMeasurements.MeasuredValue> getMeasuredValues()
        Gets the value of the measuredValues 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 measuredValues property.

        For example, to add a new item, do as follows:

            getMeasuredValues().add(newItem);
         

        Objects of the following type(s) are allowed in the list SiteMeasurements.MeasuredValue

      • getSiteMeasurementsExtension

        public ExtensionType getSiteMeasurementsExtension()
        Gets the value of the siteMeasurementsExtension property.
        Returns:
        possible object is ExtensionType
      • setSiteMeasurementsExtension

        public void setSiteMeasurementsExtension​(ExtensionType value)
        Sets the value of the siteMeasurementsExtension property.
        Parameters:
        value - allowed object is ExtensionType