Class DistributionSampleArrayMetricDescriptor

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

    public class DistributionSampleArrayMetricDescriptor
    extends AbstractMetricDescriptor
    implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
    Declares a sample array that represents linear value distributions in the form of arrays containing scaled sample values. In contrast to real-time sample arrays, distribution sample arrays provide observed spatial values, not time points. NOTE—An example for a distribution sample array metric might be a fourier-transformed electroencephalogram to derive frequency distribution.

    Java class for DistributionSampleArrayMetricDescriptor complex type.

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

     <complexType name="DistributionSampleArrayMetricDescriptor">
       <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"/>
             <element name="DomainUnit" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}CodedValue"/>
             <element name="DistributionRange" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}Range"/>
           </sequence>
           <attribute name="Resolution" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • technicalRange

        protected List<Range> technicalRange
      • distributionRange

        protected Range distributionRange
    • Constructor Detail

      • DistributionSampleArrayMetricDescriptor

        public DistributionSampleArrayMetricDescriptor()
    • 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

      • getDomainUnit

        public CodedValue getDomainUnit()
        Gets the value of the domainUnit property.
        Returns:
        possible object is CodedValue
      • setDomainUnit

        public void setDomainUnit​(CodedValue value)
        Sets the value of the domainUnit property.
        Parameters:
        value - allowed object is CodedValue
      • getDistributionRange

        public Range getDistributionRange()
        Gets the value of the distributionRange property.
        Returns:
        possible object is Range
      • setDistributionRange

        public void setDistributionRange​(Range value)
        Sets the value of the distributionRange property.
        Parameters:
        value - allowed object is 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
      • 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