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://domain-model-uri/15/04}AbstractMetricDescriptor">
<sequence>
<element name="SamplePeriod" type="{http://www.w3.org/2001/XMLSchema}duration"/>
<element name="Resolution" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="TechnicalRange" type="{http://domain-model-uri/15/04}Range" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Range> |
maxRanges |
protected BigDecimal |
resolution |
protected Duration |
sampleRate |
availability, bodySites, category, maxDelayTime, unitdescriptorVersion, extension, handle, intendedUse, type| Constructor and Description |
|---|
RealTimeSampleArrayMetricDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
List<Range> |
getMaxRanges()
The maximum range of the values of the real-time sample array.Gets the value of the maxRanges property.
|
BigDecimal |
getResolution()
Gets the value of the resolution property.
|
Duration |
getSampleRate()
The sample period of this real-time sample array.
|
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.
|
getAvailability, getBodySites, getCategory, getMaxDelayTime, getUnit, setAvailability, setBodySites, setCategory, setMaxDelayTime, setUnitgetDescriptorVersion, getExtension, getHandle, getIntendedUse, getType, setDescriptorVersion, setExtension, setHandle, setIntendedUse, setTypeprotected Duration sampleRate
protected BigDecimal resolution
public Duration getSampleRate()
Durationpublic void setSampleRate(Duration value)
value - allowed object is
Durationpublic BigDecimal getResolution()
BigDecimalpublic void setResolution(BigDecimal value)
value - allowed object is
BigDecimalpublic 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
Copyright © 2016. All rights reserved.