public static class Suggestion.ReplaceMapping extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="index" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
<attribute name="key" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
ReplaceMapping() |
| Modifier and Type | Method and Description |
|---|---|
long |
getIndex()
Gets the value of the index property.
|
String |
getKey()
Gets the value of the key property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setIndex(long value)
Sets the value of the index property.
|
void |
setKey(String value)
Sets the value of the key property.
|
void |
setValue(String value)
Sets the value of the value property.
|
public long getIndex()
public void setIndex(long value)
public String getKey()
Stringpublic void setKey(String value)
value - allowed object is
Stringpublic String getValue()
StringCopyright © 2012–2017 CoGrOO. All rights reserved.