public class SetString extends AbstractSet
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://p11073-10207/draft10/msg/2017/10/05}AbstractSet">
<sequence>
<element name="RequestedStringValue" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
requestedStringValue |
extension, operationHandleRef| Constructor and Description |
|---|
SetString() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getRequestedStringValue()
Gets the value of the requestedStringValue property.
|
int |
hashCode() |
void |
setRequestedStringValue(String value)
Sets the value of the requestedStringValue property.
|
String |
toString() |
getExtension, getOperationHandleRef, setExtension, setOperationHandleRefprotected String requestedStringValue
public String getRequestedStringValue()
Stringpublic void setRequestedStringValue(String value)
value - allowed object is
Stringpublic String toString()
toString in class AbstractSetpublic boolean equals(Object that)
equals in class AbstractSetpublic int hashCode()
hashCode in class AbstractSetCopyright © 2018. All rights reserved.