public class AbstractMetricState extends ComponentState
Java-Klasse für AbstractMetricState complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="AbstractMetricState">
<complexContent>
<extension base="{http://domain-model-uri/15/04}ComponentState">
<sequence>
<element name="MeasurementPeriod" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element name="AveragingPeriod" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element ref="{http://domain-model-uri/15/04}BodySite" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected javax.xml.datatype.Duration |
averagingPeriod |
protected java.util.List<CodedValue> |
bodySites |
protected javax.xml.datatype.Duration |
measurementPeriod |
calibrationInfo, operatingCycles, operatingHours, statedescriptorVersion, extension, handle, referencedDescriptor, stateVersion| Constructor and Description |
|---|
AbstractMetricState() |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.datatype.Duration |
getAveragingPeriod()
Ruft den Wert der averagingPeriod-Eigenschaft ab.
|
java.util.List<CodedValue> |
getBodySites()
Optional list of codes that describe the body sites where this measurement is performed.Gets the value of the bodySites property.
|
javax.xml.datatype.Duration |
getMeasurementPeriod()
Ruft den Wert der measurementPeriod-Eigenschaft ab.
|
void |
setAveragingPeriod(javax.xml.datatype.Duration value)
Legt den Wert der averagingPeriod-Eigenschaft fest.
|
void |
setMeasurementPeriod(javax.xml.datatype.Duration value)
Legt den Wert der measurementPeriod-Eigenschaft fest.
|
getCalibrationInfo, getOperatingCycles, getOperatingHours, getState, setCalibrationInfo, setOperatingCycles, setOperatingHours, setStategetDescriptorVersion, getExtension, getHandle, getReferencedDescriptor, getStateVersion, setDescriptorVersion, setExtension, setHandle, setReferencedDescriptor, setStateVersionprotected javax.xml.datatype.Duration measurementPeriod
protected javax.xml.datatype.Duration averagingPeriod
protected java.util.List<CodedValue> bodySites
public javax.xml.datatype.Duration getMeasurementPeriod()
Durationpublic void setMeasurementPeriod(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<CodedValue> getBodySites()
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 bodySites property.
For example, to add a new item, do as follows:
getBodySites().add(newItem);
Objects of the following type(s) are allowed in the list
CodedValue