public class MdsState extends AbstractComplexDeviceComponentState
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/draft10/pm/2017/10/05}AbstractComplexDeviceComponentState">
<sequence>
<element name="OperatingJurisdiction" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
</sequence>
<attribute name="Lang" type="{http://www.w3.org/2001/XMLSchema}language" />
<attribute name="OperatingMode" type="{http://p11073-10207/draft10/pm/2017/10/05}MdsOperatingMode" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
lang |
protected Object |
operatingJurisdiction |
protected MdsOperatingMode |
operatingMode |
activationState, calibrationInfo, nextCalibration, operatingCycles, operatingHours, physicalConnectordescriptorHandle, 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.
|
Object |
getOperatingJurisdiction()
Gets the value of the operatingJurisdiction property.
|
MdsOperatingMode |
getOperatingMode()
Gets the value of the operatingMode property.
|
int |
hashCode() |
void |
setLang(String value)
Sets the value of the lang property.
|
void |
setOperatingJurisdiction(Object value)
Sets the value of the operatingJurisdiction property.
|
void |
setOperatingMode(MdsOperatingMode value)
Sets the value of the operatingMode property.
|
String |
toString() |
getActivationState, getCalibrationInfo, getNextCalibration, getOperatingCycles, getOperatingHours, getPhysicalConnector, setActivationState, setCalibrationInfo, setNextCalibration, setOperatingCycles, setOperatingHours, setPhysicalConnectorgetDescriptorHandle, getDescriptorVersion, getExtension, getStateVersion, setDescriptorHandle, setDescriptorVersion, setExtension, setStateVersionprotected Object operatingJurisdiction
protected String lang
protected MdsOperatingMode operatingMode
public Object getOperatingJurisdiction()
Objectpublic void setOperatingJurisdiction(Object value)
value - allowed object is
Objectpublic 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 AbstractComplexDeviceComponentStatepublic boolean equals(Object that)
equals in class AbstractComplexDeviceComponentStatepublic int hashCode()
hashCode in class AbstractComplexDeviceComponentStateCopyright © 2017. All rights reserved.