Class MeasuredValue

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    SiteMeasurements.MeasuredValue

    public class MeasuredValue
    extends Object
    implements Serializable

    Java class for MeasuredValue complex type.

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

     <complexType name="MeasuredValue">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="measurementEquipmentTypeUsed" type="{http://datex2.eu/schema/2_0RC1/2_0}MultilingualString" minOccurs="0"/>
             <element name="locationCharacteristicsOverride" type="{http://datex2.eu/schema/2_0RC1/2_0}LocationCharacteristicsOverride" minOccurs="0"/>
             <element name="basicDataValue" type="{http://datex2.eu/schema/2_0RC1/2_0}BasicDataValue"/>
             <element name="measuredValueExtension" type="{http://datex2.eu/schema/2_0RC1/2_0}ExtensionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • MeasuredValue

        public MeasuredValue()
    • Method Detail

      • getMeasurementEquipmentTypeUsed

        public MultilingualString getMeasurementEquipmentTypeUsed()
        Gets the value of the measurementEquipmentTypeUsed property.
        Returns:
        possible object is MultilingualString
      • setMeasurementEquipmentTypeUsed

        public void setMeasurementEquipmentTypeUsed​(MultilingualString value)
        Sets the value of the measurementEquipmentTypeUsed property.
        Parameters:
        value - allowed object is MultilingualString
      • getBasicDataValue

        public BasicDataValue getBasicDataValue()
        Gets the value of the basicDataValue property.
        Returns:
        possible object is BasicDataValue
      • setBasicDataValue

        public void setBasicDataValue​(BasicDataValue value)
        Sets the value of the basicDataValue property.
        Parameters:
        value - allowed object is BasicDataValue
      • getMeasuredValueExtension

        public ExtensionType getMeasuredValueExtension()
        Gets the value of the measuredValueExtension property.
        Returns:
        possible object is ExtensionType
      • setMeasuredValueExtension

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