public class OperationState extends State
Java class for OperationState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OperationState">
<complexContent>
<extension base="{http://domain-model-uri/15/04}AbstractState">
<attribute name="OperatingMode" use="required" type="{http://domain-model-uri/15/04}OperatingMode" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected OperationalState |
state |
descriptorVersion, extension, handle, referencedDescriptor, stateVersion| Constructor and Description |
|---|
OperationState() |
| Modifier and Type | Method and Description |
|---|---|
OperationalState |
getState()
Operating mode of the operation that defines if the operation is accessible.
|
void |
setState(OperationalState value)
Sets the value of the state property.
|
getDescriptorVersion, getExtension, getHandle, getReferencedDescriptor, getStateVersion, setDescriptorVersion, setExtension, setHandle, setReferencedDescriptor, setStateVersionprotected OperationalState state
public OperationalState getState()
OperationalStatepublic void setState(OperationalState value)
value - allowed object is
OperationalStateCopyright © 2016. All rights reserved.