public class RealTimeSampleArrayMetricDescriptor extends AbstractMetricDescriptor
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 BigDecimal |
resolution |
protected Duration |
samplePeriod |
protected List<Range> |
technicalRange |
bodySite, determinationPeriod, maxDelayTime, maxMeasurementTime, metricAvailability, metricCategory, unitdescriptorVersion, extension, handle, safetyClassification, type| Constructor and Description |
|---|
RealTimeSampleArrayMetricDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
BigDecimal |
getResolution()
Gets the value of the resolution property.
|
Duration |
getSamplePeriod()
Gets the value of the samplePeriod property.
|
List<Range> |
getTechnicalRange()
Gets the value of the technicalRange property.
|
int |
hashCode() |
void |
setResolution(BigDecimal value)
Sets the value of the resolution property.
|
void |
setSamplePeriod(Duration value)
Sets the value of the samplePeriod property.
|
void |
setTechnicalRange(List<Range> value) |
String |
toString() |
getBodySite, getDeterminationPeriod, getMaxDelayTime, getMaxMeasurementTime, getMetricAvailability, getMetricCategory, getUnit, setBodySite, setDeterminationPeriod, setMaxDelayTime, setMaxMeasurementTime, setMetricAvailability, setMetricCategory, setUnitgetDescriptorVersion, getExtension, getHandle, getSafetyClassification, getType, setDescriptorVersion, setExtension, setHandle, setSafetyClassification, setTypeprotected BigDecimal resolution
protected Duration samplePeriod
public List<Range> getTechnicalRange()
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
public BigDecimal getResolution()
BigDecimalpublic void setResolution(BigDecimal value)
value - allowed object is
BigDecimalpublic Duration getSamplePeriod()
Durationpublic void setSamplePeriod(Duration value)
value - allowed object is
Durationpublic String toString()
toString in class AbstractMetricDescriptorpublic boolean equals(Object that)
equals in class AbstractMetricDescriptorpublic int hashCode()
hashCode in class AbstractMetricDescriptorCopyright © 2018. All rights reserved.