org.cogroo.tools.checker.rules.model
Class Suggestion.Replace

java.lang.Object
  extended by org.cogroo.tools.checker.rules.model.Suggestion.Replace
All Implemented Interfaces:
Serializable
Enclosing class:
Suggestion

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>
 

See Also:
Serialized Form

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

Suggestion.Replace

public Suggestion.Replace()
Method Detail

getLexeme

public String getLexeme()
Gets the value of the lexeme property.

Returns:
possible object is String

setLexeme

public void setLexeme(String value)
Sets the value of the lexeme property.

Parameters:
value - allowed object is String

getTagReference

public TagReference getTagReference()
Gets the value of the tagReference property.

Returns:
possible object is TagReference

setTagReference

public void setTagReference(TagReference value)
Sets the value of the tagReference property.

Parameters:
value - allowed object is TagReference

getReference

public Reference getReference()
Gets the value of the reference property.

Returns:
possible object is Reference

setReference

public void setReference(Reference value)
Sets the value of the reference property.

Parameters:
value - allowed object is Reference

getIndex

public long getIndex()
Gets the value of the index property.


setIndex

public void setIndex(long value)
Sets the value of the index property.



Copyright © 2012-2013 CoGrOO. All Rights Reserved.