public class ClockDescriptor extends DeviceComponent
Java class for ClockDescriptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClockDescriptor">
<complexContent>
<extension base="{http://p11073-10207/draft6/pm/2016/12/08}AbstractDeviceComponentDescriptor">
<sequence>
<element name="TimeProtocol" type="{http://p11073-10207/draft6/pm/2016/12/08}CodedValue" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="Resolution" type="{http://www.w3.org/2001/XMLSchema}duration" />
</extension>
</complexContent>
</complexType>
DeviceComponent.ProductionSpecification| Modifier and Type | Field and Description |
|---|---|
protected Duration |
resolution |
protected List<CodedValue> |
timeProtocols |
alertSystem, productionSpecificationdescriptorVersion, extension, handle, safetyClassification, type| Constructor and Description |
|---|
ClockDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
Duration |
getResolution()
Gets the value of the resolution property.
|
List<CodedValue> |
getTimeProtocols()
OPTIONAL list of protocols that can be used to set the POC MEDICAL DEVICE's clock.
|
int |
hashCode() |
void |
setResolution(Duration value)
Sets the value of the resolution property.
|
void |
setTimeProtocols(List<CodedValue> value) |
String |
toString() |
getAlertSystem, getProductionSpecification, setAlertSystem, setProductionSpecificationgetDescriptorVersion, getExtension, getHandle, getSafetyClassification, getType, setDescriptorVersion, setExtension, setHandle, setSafetyClassification, setTypeprotected List<CodedValue> timeProtocols
protected Duration resolution
public List<CodedValue> getTimeProtocols()
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 timeProtocols property.
For example, to add a new item, do as follows:
getTimeProtocols().add(newItem);
Objects of the following type(s) are allowed in the list
CodedValue
public Duration getResolution()
Durationpublic void setResolution(Duration value)
value - allowed object is
Durationpublic void setTimeProtocols(List<CodedValue> value)
public String toString()
toString in class DeviceComponentpublic boolean equals(Object that)
equals in class DeviceComponentpublic int hashCode()
hashCode in class DeviceComponentCopyright © 2018. All rights reserved.