Class DistributionSampleArrayMetricDescriptor
- java.lang.Object
-
- org.somda.sdc.biceps.model.participant.AbstractDescriptor
-
- org.somda.sdc.biceps.model.participant.AbstractMetricDescriptor
-
- org.somda.sdc.biceps.model.participant.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>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.somda.sdc.biceps.model.participant.AbstractMetricDescriptor
AbstractMetricDescriptor.Relation
-
-
Field Summary
Fields Modifier and Type Field Description protected RangedistributionRangeprotected CodedValuedomainUnitprotected BigDecimalresolutionprotected List<Range>technicalRange-
Fields inherited from class org.somda.sdc.biceps.model.participant.AbstractMetricDescriptor
activationDuration, bodySite, derivationMethod, determinationPeriod, lifeTimePeriod, maxDelayTime, maxMeasurementTime, metricAvailability, metricCategory, relation, unit
-
Fields inherited from class org.somda.sdc.biceps.model.participant.AbstractDescriptor
descriptorVersion, extension, handle, safetyClassification, type
-
-
Constructor Summary
Constructors Constructor Description DistributionSampleArrayMetricDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)Objectclone()ObjectcopyTo(Object target)ObjectcopyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)ObjectcreateNewInstance()booleanequals(Object object)RangegetDistributionRange()Gets the value of the distributionRange property.CodedValuegetDomainUnit()Gets the value of the domainUnit property.BigDecimalgetResolution()Gets the value of the resolution property.List<Range>getTechnicalRange()Gets the value of the technicalRange property.inthashCode()voidsetDistributionRange(Range value)Sets the value of the distributionRange property.voidsetDomainUnit(CodedValue value)Sets the value of the domainUnit property.voidsetResolution(BigDecimal value)Sets the value of the resolution property.voidsetTechnicalRange(List<Range> value)StringtoString()-
Methods inherited from class org.somda.sdc.biceps.model.participant.AbstractMetricDescriptor
getActivationDuration, getBodySite, getDerivationMethod, getDeterminationPeriod, getLifeTimePeriod, getMaxDelayTime, getMaxMeasurementTime, getMetricAvailability, getMetricCategory, getRelation, getUnit, setActivationDuration, setBodySite, setDerivationMethod, setDeterminationPeriod, setLifeTimePeriod, setMaxDelayTime, setMaxMeasurementTime, setMetricAvailability, setMetricCategory, setRelation, setUnit
-
Methods inherited from class org.somda.sdc.biceps.model.participant.AbstractDescriptor
getDescriptorVersion, getExtension, getHandle, getSafetyClassification, getType, setDescriptorVersion, setExtension, setHandle, setSafetyClassification, setType
-
-
-
-
Field Detail
-
domainUnit
protected CodedValue domainUnit
-
distributionRange
protected Range distributionRange
-
resolution
protected BigDecimal resolution
-
-
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
setmethod 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 isCodedValue
-
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 isRange
-
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 isBigDecimal
-
clone
public Object clone()
- Overrides:
clonein classAbstractMetricDescriptor
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyToin classAbstractMetricDescriptor
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyToin classAbstractMetricDescriptor
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
createNewInstancein classAbstractMetricDescriptor
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractMetricDescriptor
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractMetricDescriptor
-
toString
public String toString()
- Overrides:
toStringin classAbstractMetricDescriptor
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classAbstractMetricDescriptor
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classAbstractMetricDescriptor
-
-