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://standards.ieee.org/downloads/11073/11073-10207-2017/message}AbstractSet">
<sequence>
<element name="RequestedStringValue" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
requestedStringValue |
extension, operationHandleRef| Constructor and Description |
|---|
SetString() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
java.lang.String |
getRequestedStringValue()
Gets the value of the requestedStringValue property.
|
int |
hashCode() |
void |
setRequestedStringValue(java.lang.String value)
Sets the value of the requestedStringValue property.
|
java.lang.String |
toString() |
getExtension, getOperationHandleRef, setExtension, setOperationHandleRefpublic java.lang.String getRequestedStringValue()
Stringpublic void setRequestedStringValue(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String toString()
toString in class AbstractSetpublic boolean equals(java.lang.Object that)
equals in class AbstractSetpublic int hashCode()
hashCode in class AbstractSet