|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.cogroo.tools.checker.rules.model.Suggestion.Replace
public static class Suggestion.Replace
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 Summary | |
|---|---|
Suggestion.Replace()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Suggestion.Replace()
| Method Detail |
|---|
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)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||