public class SetStringOperationState extends AbstractOperationState
Java class for SetStringOperationState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SetStringOperationState">
<complexContent>
<extension base="{http://p11073-10207/draft10/pm/2017/10/05}AbstractOperationState">
<sequence>
<element name="AllowedValues" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Value" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
SetStringOperationState.AllowedValues
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected SetStringOperationState.AllowedValues |
allowedValues |
operatingModedescriptorHandle, descriptorVersion, extension, stateVersion| Constructor and Description |
|---|
SetStringOperationState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
SetStringOperationState.AllowedValues |
getAllowedValues()
Gets the value of the allowedValues property.
|
int |
hashCode() |
void |
setAllowedValues(SetStringOperationState.AllowedValues value)
Sets the value of the allowedValues property.
|
String |
toString() |
getOperatingMode, setOperatingModegetDescriptorHandle, getDescriptorVersion, getExtension, getStateVersion, setDescriptorHandle, setDescriptorVersion, setExtension, setStateVersionprotected SetStringOperationState.AllowedValues allowedValues
public SetStringOperationState.AllowedValues getAllowedValues()
SetStringOperationState.AllowedValuespublic void setAllowedValues(SetStringOperationState.AllowedValues value)
value - allowed object is
SetStringOperationState.AllowedValuespublic String toString()
toString in class AbstractOperationStatepublic boolean equals(Object that)
equals in class AbstractOperationStatepublic int hashCode()
hashCode in class AbstractOperationStateCopyright © 2017. All rights reserved.