public class MdsState extends AbstractDeviceComponentState
Java class for MdsState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MdsState">
<complexContent>
<extension base="{http://p11073-10207/draft6/pm/2016/12/08}AbstractDeviceComponentState">
<attribute name="Lang" type="{http://www.w3.org/2001/XMLSchema}language" />
<attribute name="OperatingMode" type="{http://p11073-10207/draft6/pm/2016/12/08}MdsOperatingMode" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
lang |
protected MdsOperatingMode |
operatingMode |
activationState, calibrationInfo, nextCalibration, operatingCycles, operatingHoursdescriptorHandle, descriptorVersion, extension, stateVersion| Constructor and Description |
|---|
MdsState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getLang()
Gets the value of the lang property.
|
MdsOperatingMode |
getOperatingMode()
Gets the value of the operatingMode property.
|
int |
hashCode() |
void |
setLang(String value)
Sets the value of the lang property.
|
void |
setOperatingMode(MdsOperatingMode value)
Sets the value of the operatingMode property.
|
String |
toString() |
getActivationState, getCalibrationInfo, getNextCalibration, getOperatingCycles, getOperatingHours, setActivationState, setCalibrationInfo, setNextCalibration, setOperatingCycles, setOperatingHoursgetDescriptorHandle, getDescriptorVersion, getExtension, getStateVersion, setDescriptorHandle, setDescriptorVersion, setExtension, setStateVersionprotected String lang
protected MdsOperatingMode operatingMode
public String getLang()
Stringpublic void setLang(String value)
value - allowed object is
Stringpublic MdsOperatingMode getOperatingMode()
MdsOperatingModepublic void setOperatingMode(MdsOperatingMode value)
value - allowed object is
MdsOperatingModepublic String toString()
toString in class AbstractDeviceComponentStatepublic boolean equals(Object that)
equals in class AbstractDeviceComponentStatepublic int hashCode()
hashCode in class AbstractDeviceComponentStateCopyright © 2018. All rights reserved.