|
|||||||||
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()
String
public void setLexeme(String value)
value
- allowed object is
String
public TagReference getTagReference()
TagReference
public void setTagReference(TagReference value)
value
- allowed object is
TagReference
public Reference getReference()
Reference
public void setReference(Reference value)
value
- allowed object is
Reference
public long getIndex()
public void setIndex(long value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |