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://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"/>
<element name="DomainUnit" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}CodedValue"/>
<element name="DistributionRange" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}Range"/>
</sequence>
<attribute name="Resolution" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
</extension>
</complexContent>
</complexType>
AbstractMetricDescriptor.Relation| Modifier and Type | Field and Description |
|---|---|
protected Range |
distributionRange |
protected CodedValue |
domainUnit |
protected java.math.BigDecimal |
resolution |
protected java.util.List<Range> |
technicalRange |
activationDuration, bodySite, derivationMethod, determinationPeriod, lifeTimePeriod, maxDelayTime, maxMeasurementTime, metricAvailability, metricCategory, relation, unitdescriptorVersion, extension, handle, safetyClassification, type| Constructor and Description |
|---|
DistributionSampleArrayMetricDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
Range |
getDistributionRange()
Gets the value of the distributionRange property.
|
CodedValue |
getDomainUnit()
Gets the value of the domainUnit property.
|
java.math.BigDecimal |
getResolution()
Gets the value of the resolution property.
|
java.util.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(java.math.BigDecimal value)
Sets the value of the resolution property.
|
void |
setTechnicalRange(java.util.List<Range> value) |
java.lang.String |
toString() |
getActivationDuration, getBodySite, getDerivationMethod, getDeterminationPeriod, getLifeTimePeriod, getMaxDelayTime, getMaxMeasurementTime, getMetricAvailability, getMetricCategory, getRelation, getUnit, setActivationDuration, setBodySite, setDerivationMethod, setDeterminationPeriod, setLifeTimePeriod, setMaxDelayTime, setMaxMeasurementTime, setMetricAvailability, setMetricCategory, setRelation, setUnitgetDescriptorVersion, getExtension, getHandle, getSafetyClassification, getType, setDescriptorVersion, setExtension, setHandle, setSafetyClassification, setTypeprotected java.util.List<Range> technicalRange
protected CodedValue domainUnit
protected Range distributionRange
protected java.math.BigDecimal resolution
public DistributionSampleArrayMetricDescriptor()
public java.util.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 java.math.BigDecimal getResolution()
BigDecimalpublic void setResolution(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic java.lang.String toString()
toString in class AbstractMetricDescriptorpublic boolean equals(java.lang.Object that)
equals in class AbstractMetricDescriptorpublic int hashCode()
hashCode in class AbstractMetricDescriptorpublic void setTechnicalRange(java.util.List<Range> value)