public class ClockState extends AbstractDeviceComponentState
Java class for ClockState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClockState">
<complexContent>
<extension base="{http://p11073-10207/draft6/pm/2016/12/08}AbstractDeviceComponentState">
<sequence>
<element name="ActiveSyncProtocol" type="{http://p11073-10207/draft6/pm/2016/12/08}CodedValue" minOccurs="0"/>
</sequence>
<attribute name="DateAndTime" type="{http://p11073-10207/draft6/pm/2016/12/08}Timestamp" />
<attribute name="RemoteSync" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="ReferenceSource" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="Accuracy" type="{http://www.w3.org/2001/XMLSchema}decimal" />
<attribute name="LastSet" type="{http://p11073-10207/draft6/pm/2016/12/08}Timestamp" />
<attribute name="TimeZone" type="{http://p11073-10207/draft6/pm/2016/12/08}TimeZone" />
<attribute name="CriticalUse" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
accuracy |
protected CodedValue |
activeSyncProtocol |
protected Boolean |
criticalUse |
protected BigInteger |
dateAndTime |
protected BigInteger |
lastSet |
protected String |
referenceSource |
protected boolean |
remoteSync |
protected String |
timeZone |
calibrationInfo, nextCalibration, operatingCycles, operatingHours, statedescriptorVersion, extension, referencedDescriptor, stateVersion| Constructor and Description |
|---|
ClockState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
BigDecimal |
getAccuracy()
Gets the value of the accuracy property.
|
CodedValue |
getActiveSyncProtocol()
Gets the value of the activeSyncProtocol property.
|
BigInteger |
getDateAndTime()
Gets the value of the dateAndTime property.
|
BigInteger |
getLastSet()
Gets the value of the lastSet property.
|
String |
getReferenceSource()
Gets the value of the referenceSource property.
|
String |
getTimeZone()
Gets the value of the timeZone property.
|
int |
hashCode() |
Boolean |
isCriticalUse()
Gets the value of the criticalUse property.
|
boolean |
isRemoteSync()
Gets the value of the remoteSync property.
|
void |
setAccuracy(BigDecimal value)
Sets the value of the accuracy property.
|
void |
setActiveSyncProtocol(CodedValue value)
Sets the value of the activeSyncProtocol property.
|
void |
setCriticalUse(Boolean value)
Sets the value of the criticalUse property.
|
void |
setDateAndTime(BigInteger value)
Sets the value of the dateAndTime property.
|
void |
setLastSet(BigInteger value)
Sets the value of the lastSet property.
|
void |
setReferenceSource(String value)
Sets the value of the referenceSource property.
|
void |
setRemoteSync(boolean value)
Sets the value of the remoteSync property.
|
void |
setTimeZone(String value)
Sets the value of the timeZone property.
|
String |
toString() |
getCalibrationInfo, getNextCalibration, getOperatingCycles, getOperatingHours, getState, setCalibrationInfo, setNextCalibration, setOperatingCycles, setOperatingHours, setStategetDescriptorVersion, getExtension, getReferencedDescriptor, getStateVersion, setDescriptorVersion, setExtension, setReferencedDescriptor, setStateVersionprotected CodedValue activeSyncProtocol
protected BigInteger dateAndTime
protected boolean remoteSync
protected String referenceSource
protected BigDecimal accuracy
protected BigInteger lastSet
protected String timeZone
protected Boolean criticalUse
public CodedValue getActiveSyncProtocol()
CodedValuepublic void setActiveSyncProtocol(CodedValue value)
value - allowed object is
CodedValuepublic BigInteger getDateAndTime()
BigIntegerpublic void setDateAndTime(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isRemoteSync()
public void setRemoteSync(boolean value)
public String getReferenceSource()
Stringpublic void setReferenceSource(String value)
value - allowed object is
Stringpublic BigDecimal getAccuracy()
BigDecimalpublic void setAccuracy(BigDecimal value)
value - allowed object is
BigDecimalpublic BigInteger getLastSet()
BigIntegerpublic void setLastSet(BigInteger value)
value - allowed object is
BigIntegerpublic String getTimeZone()
Stringpublic void setTimeZone(String value)
value - allowed object is
Stringpublic Boolean isCriticalUse()
Booleanpublic void setCriticalUse(Boolean value)
value - allowed object is
Booleanpublic String toString()
toString in class AbstractDeviceComponentStatepublic boolean equals(Object that)
equals in class AbstractDeviceComponentStatepublic int hashCode()
hashCode in class AbstractDeviceComponentStateCopyright © 2018. All rights reserved.