public class NumericMetricDescriptor extends AbstractMetricDescriptor
Java class for NumericMetricDescriptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NumericMetricDescriptor">
<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"/>
</sequence>
<attribute name="Resolution" use="required" type="{http://www.w3.org/2001/XMLSchema}decimal" />
<attribute name="AveragingPeriod" type="{http://www.w3.org/2001/XMLSchema}duration" />
</extension>
</complexContent>
</complexType>
AbstractMetricDescriptor.Relation| Modifier and Type | Field and Description |
|---|---|
protected javax.xml.datatype.Duration |
averagingPeriod |
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 |
|---|
NumericMetricDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
javax.xml.datatype.Duration |
getAveragingPeriod()
Gets the value of the averagingPeriod 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 |
setAveragingPeriod(javax.xml.datatype.Duration value)
Sets the value of the averagingPeriod 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 java.math.BigDecimal resolution
protected javax.xml.datatype.Duration averagingPeriod
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 java.math.BigDecimal getResolution()
BigDecimalpublic void setResolution(java.math.BigDecimal value)
value - allowed object is
BigDecimalpublic javax.xml.datatype.Duration getAveragingPeriod()
Durationpublic void setAveragingPeriod(javax.xml.datatype.Duration value)
value - allowed object is
Durationpublic 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)