public class NumericMetricDescriptor extends MetricDescriptor
Java-Klasse für NumericMetricDescriptor complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="NumericMetricDescriptor">
<complexContent>
<extension base="{http://domain-model-uri/15/04}AbstractMetricDescriptor">
<sequence>
<element ref="{http://domain-model-uri/15/04}Resolution"/>
<element name="MeasurePeriod" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element name="AveragingPeriod" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<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 javax.xml.datatype.Duration |
averagingPeriod |
protected javax.xml.datatype.Duration |
measurePeriod |
protected java.math.BigDecimal |
resolution |
protected java.util.List<Range> |
technicalRanges |
availability, bodySites, category, maxDelayTime, unitdescriptorVersion, extension, handle, intendedUse, type| Constructor and Description |
|---|
NumericMetricDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.datatype.Duration |
getAveragingPeriod()
Ruft den Wert der averagingPeriod-Eigenschaft ab.
|
javax.xml.datatype.Duration |
getMeasurePeriod()
Ruft den Wert der measurePeriod-Eigenschaft ab.
|
java.math.BigDecimal |
getResolution()
The resolution of the means to determine the metric's value.
|
java.util.List<Range> |
getTechnicalRanges()
Gets the value of the technicalRanges property.
|
void |
setAveragingPeriod(javax.xml.datatype.Duration value)
Legt den Wert der averagingPeriod-Eigenschaft fest.
|
void |
setMeasurePeriod(javax.xml.datatype.Duration value)
Legt den Wert der measurePeriod-Eigenschaft fest.
|
void |
setResolution(java.math.BigDecimal value)
Legt den Wert der resolution-Eigenschaft fest.
|
getAvailability, getBodySites, getCategory, getMaxDelayTime, getUnit, setAvailability, setCategory, setMaxDelayTime, setUnitgetDescriptorVersion, getExtension, getHandle, getIntendedUse, getType, setDescriptorVersion, setExtension, setHandle, setIntendedUse, setTypeprotected java.math.BigDecimal resolution
protected javax.xml.datatype.Duration measurePeriod
protected javax.xml.datatype.Duration averagingPeriod
protected java.util.List<Range> technicalRanges
public java.math.BigDecimal getResolution()
BigDecimalpublic void setResolution(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic javax.xml.datatype.Duration getMeasurePeriod()
Durationpublic void setMeasurePeriod(javax.xml.datatype.Duration value)
value - allowed object is
Durationpublic javax.xml.datatype.Duration getAveragingPeriod()
Durationpublic void setAveragingPeriod(javax.xml.datatype.Duration value)
value - allowed object is
Durationpublic java.util.List<Range> getTechnicalRanges()
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 technicalRanges property.
For example, to add a new item, do as follows:
getTechnicalRanges().add(newItem);
Objects of the following type(s) are allowed in the list
Range