public class DistributionSampleArrayMetricDescriptor extends AbstractMetricDescriptor
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://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"/>
<element name="DomainUnit" type="{http://p11073-10207/draft6/pm/2016/12/08}CodedValue"/>
<element name="DistributionRange" type="{http://p11073-10207/draft6/pm/2016/12/08}Range"/>
</sequence>
<attribute name="Resolution" type="{http://www.w3.org/2001/XMLSchema}decimal" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Range |
distributionRange |
protected CodedValue |
domainUnit |
protected BigDecimal |
resolution |
protected List<Range> |
technicalRange |
bodySite, determinationPeriod, maxDelayTime, maxMeasurementTime, metricAvailability, metricCategory, unitdescriptorVersion, extension, handle, safetyClassification, type| Constructor and Description |
|---|
DistributionSampleArrayMetricDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
Range |
getDistributionRange()
Gets the value of the distributionRange property.
|
CodedValue |
getDomainUnit()
Gets the value of the domainUnit property.
|
BigDecimal |
getResolution()
Gets the value of the resolution property.
|
List<Range> |
getTechnicalRange()
Gets the value of the technicalRange property.
|
int |
hashCode() |
void |
setDistributionRange(Range value)
Sets the value of the distributionRange property.
|
void |
setDomainUnit(CodedValue value)
Sets the value of the domainUnit property.
|
void |
setResolution(BigDecimal value)
Sets the value of the resolution 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 CodedValue domainUnit
protected Range distributionRange
protected BigDecimal resolution
public DistributionSampleArrayMetricDescriptor()
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 CodedValue getDomainUnit()
CodedValuepublic void setDomainUnit(CodedValue value)
value - allowed object is
CodedValuepublic Range getDistributionRange()
Rangepublic void setDistributionRange(Range value)
value - allowed object is
Rangepublic BigDecimal getResolution()
BigDecimalpublic void setResolution(BigDecimal value)
value - allowed object is
BigDecimalpublic String toString()
toString in class AbstractMetricDescriptorpublic boolean equals(Object that)
equals in class AbstractMetricDescriptorpublic int hashCode()
hashCode in class AbstractMetricDescriptorCopyright © 2018. All rights reserved.