public class AbstractOperationState extends State
Java class for AbstractOperationState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractOperationState">
<complexContent>
<extension base="{http://p11073-10207/draft6/pm/2016/12/08}AbstractState">
<attribute name="OperatingMode" use="required" type="{http://p11073-10207/draft6/pm/2016/12/08}OperatingMode" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected OperationalState |
state |
descriptorVersion, extension, referencedDescriptor, stateVersion| Constructor and Description |
|---|
AbstractOperationState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
OperationalState |
getState()
Operating mode of the operation that defines if the operation is accessible.
|
int |
hashCode() |
void |
setState(OperationalState value)
Sets the value of the state property.
|
String |
toString() |
getDescriptorVersion, getExtension, getReferencedDescriptor, getStateVersion, setDescriptorVersion, setExtension, setReferencedDescriptor, setStateVersionprotected OperationalState state
public OperationalState getState()
OperationalStatepublic void setState(OperationalState value)
value - allowed object is
OperationalStateCopyright © 2018. All rights reserved.