public static class Suggestion.Replace 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">
<sequence>
<element name="Lexeme" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TagReference" type="{}TagReference" minOccurs="0"/>
<element name="Reference" type="{}Reference" minOccurs="0"/>
</sequence>
<attribute name="index" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Replace() |
| Modifier and Type | Method and Description |
|---|---|
long |
getIndex()
Gets the value of the index property.
|
String |
getLexeme()
Gets the value of the lexeme property.
|
Reference |
getReference()
Gets the value of the reference property.
|
TagReference |
getTagReference()
Gets the value of the tagReference property.
|
void |
setIndex(long value)
Sets the value of the index property.
|
void |
setLexeme(String value)
Sets the value of the lexeme property.
|
void |
setReference(Reference value)
Sets the value of the reference property.
|
void |
setTagReference(TagReference value)
Sets the value of the tagReference property.
|
public String getLexeme()
Stringpublic void setLexeme(String value)
value - allowed object is
Stringpublic TagReference getTagReference()
TagReferencepublic void setTagReference(TagReference value)
value - allowed object is
TagReferencepublic Reference getReference()
Referencepublic void setReference(Reference value)
value - allowed object is
Referencepublic long getIndex()
public void setIndex(long value)
Copyright © 2012–2017 CoGrOO. All rights reserved.