public class RealTimeSampleArrayMetricDescriptor extends MetricDescriptor
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://p11073-10207/draft6/pm/2016/12/08}AbstractMetricDescriptor">
<sequence>
<element name="TechnicalRange" type="{http://p11073-10207/draft6/pm/2016/12/08}Range" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Resolution" type="{http://www.w3.org/2001/XMLSchema}decimal" />
<attribute name="SamplePeriod" use="required" type="{http://www.w3.org/2001/XMLSchema}duration" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Range> |
maxRanges |
protected BigDecimal |
resolution |
protected Duration |
sampleRate |
bodySites, category, determinationPeriod, maxDelayTime, maxMeasurementTime, metricAvailability, unitdescriptorVersion, extension, handle, safetyClassification, type| Constructor and Description |
|---|
RealTimeSampleArrayMetricDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<Range> |
getMaxRanges()
The maximum range of the values of the real-time sample array.
|
BigDecimal |
getResolution()
Gets the value of the resolution property.
|
Duration |
getSampleRate()
The sample period of the real-time sample array, i.e., how often waveform
samples are generated.
|
int |
hashCode() |
void |
setMaxRanges(List<Range> value) |
void |
setResolution(BigDecimal value)
Sets the value of the resolution property.
|
void |
setSampleRate(Duration value)
Sets the value of the sampleRate property.
|
String |
toString() |
getBodySites, getCategory, getDeterminationPeriod, getMaxDelayTime, getMaxMeasurementTime, getMetricAvailability, getUnit, setBodySites, setCategory, setDeterminationPeriod, setMaxDelayTime, setMaxMeasurementTime, setMetricAvailability, setUnitgetDescriptorVersion, getExtension, getHandle, getSafetyClassification, getType, setDescriptorVersion, setExtension, setHandle, setSafetyClassification, setTypeprotected BigDecimal resolution
protected Duration sampleRate
public List<Range> getMaxRanges()
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 maxRanges property.
For example, to add a new item, do as follows:
getMaxRanges().add(newItem);
Objects of the following type(s) are allowed in the list
Range
public BigDecimal getResolution()
BigDecimalpublic void setResolution(BigDecimal value)
value - allowed object is
BigDecimalpublic Duration getSampleRate()
Durationpublic void setSampleRate(Duration value)
value - allowed object is
Durationpublic String toString()
toString in class MetricDescriptorpublic boolean equals(Object that)
equals in class MetricDescriptorpublic int hashCode()
hashCode in class MetricDescriptorCopyright © 2017. All rights reserved.