public class StringValue extends StateValue
Java class for StringValue complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StringValue">
<complexContent>
<extension base="{urn:tooling.soap.sforce.com}StateValue">
<sequence>
<element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
StringValue() |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
Gets the value of the value property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
Copyright © 2016. All rights reserved.