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/draft6/msg/2016/12/08}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 |
string |
extension, operationHandle| Constructor and Description |
|---|
SetString() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getString()
Value of pm:StringMetricState/pm:ObservedValue/@Value to set.
|
int |
hashCode() |
void |
setString(String value)
Sets the value of the string property.
|
String |
toString() |
getExtension, getOperationHandle, setExtension, setOperationHandleprotected String string
public String getString()
Stringpublic void setString(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.