Class RealTimeSampleArrayMetricDescriptor
- java.lang.Object
-
- org.somda.sdc.biceps.model.participant.AbstractDescriptor
-
- org.somda.sdc.biceps.model.participant.AbstractMetricDescriptor
-
- org.somda.sdc.biceps.model.participant.RealTimeSampleArrayMetricDescriptor
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb2_commons.lang.CopyTo2,org.jvnet.jaxb2_commons.lang.ToString2
public class RealTimeSampleArrayMetricDescriptor extends AbstractMetricDescriptor implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
Declares a sample array that represents a real-time continuous waveform. An example would be an electrocardiogram (ECG) real-time wave.Java class for RealTimeSampleArrayMetricDescriptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RealTimeSampleArrayMetricDescriptor"> <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="SamplePeriod" use="required" type="{http://www.w3.org/2001/XMLSchema}duration" /> </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 BigDecimalresolutionprotected DurationsamplePeriodprotected 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 RealTimeSampleArrayMetricDescriptor()
-
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)BigDecimalgetResolution()Gets the value of the resolution property.DurationgetSamplePeriod()Gets the value of the samplePeriod property.List<Range>getTechnicalRange()Gets the value of the technicalRange property.inthashCode()voidsetResolution(BigDecimal value)Sets the value of the resolution property.voidsetSamplePeriod(Duration value)Sets the value of the samplePeriod 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
-
resolution
protected BigDecimal resolution
-
samplePeriod
protected Duration samplePeriod
-
-
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
-
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
-
getSamplePeriod
public Duration getSamplePeriod()
Gets the value of the samplePeriod property.- Returns:
- possible object is
String
-
setSamplePeriod
public void setSamplePeriod(Duration value)
Sets the value of the samplePeriod property.- Parameters:
value- allowed object isString
-
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
-
-