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