Class NumericMetricDescriptor

  • All Implemented Interfaces:
    Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2

    public class NumericMetricDescriptor
    extends AbstractMetricDescriptor
    implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
    Specification of a METRIC descriptor type that represents a single numerical measurement and status information. Example: a heart rate measurement.

    Java class for NumericMetricDescriptor complex type.

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

     <complexType name="NumericMetricDescriptor">
       <complexContent>
         <extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractMetricDescriptor">
           <sequence>
             <element name="TechnicalRange" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}Range" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
           <attribute name="Resolution" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
           <attribute name="AveragingPeriod" type="{http://www.w3.org/2001/XMLSchema}duration" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • technicalRange

        protected List<Range> technicalRange
      • averagingPeriod

        protected Duration averagingPeriod
    • Constructor Detail

      • NumericMetricDescriptor

        public NumericMetricDescriptor()
    • Method Detail

      • getTechnicalRange

        public List<Range> getTechnicalRange()
        Gets the value of the technicalRange 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 set method for the technicalRange property.

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

            getTechnicalRange().add(newItem);
         

        Objects of the following type(s) are allowed in the list Range

      • getResolution

        public BigDecimal getResolution()
        Gets the value of the resolution property.
        Returns:
        possible object is BigDecimal
      • setResolution

        public void setResolution​(BigDecimal value)
        Sets the value of the resolution property.
        Parameters:
        value - allowed object is BigDecimal
      • getAveragingPeriod

        public Duration getAveragingPeriod()
        Gets the value of the averagingPeriod property.
        Returns:
        possible object is String
      • setAveragingPeriod

        public void setAveragingPeriod​(Duration value)
        Sets the value of the averagingPeriod property.
        Parameters:
        value - allowed object is String
      • setTechnicalRange

        public void setTechnicalRange​(List<Range> value)
      • copyTo

        public Object copyTo​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                             Object target,
                             org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
        Specified by:
        copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTo2
        Overrides:
        copyTo in class AbstractMetricDescriptor
      • append

        public StringBuilder append​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                    StringBuilder buffer,
                                    org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        append in interface org.jvnet.jaxb2_commons.lang.ToString2
        Overrides:
        append in class AbstractMetricDescriptor
      • appendFields

        public StringBuilder appendFields​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                          StringBuilder buffer,
                                          org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
        Overrides:
        appendFields in class AbstractMetricDescriptor