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

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

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>
 

See Also:
Serialized Form

Constructor Summary
Suggestion.ReplaceMapping()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Suggestion.ReplaceMapping

public Suggestion.ReplaceMapping()
Method Detail

getIndex

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


setIndex

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


getKey

public String getKey()
Gets the value of the key property.

Returns:
possible object is String

setKey

public void setKey(String value)
Sets the value of the key property.

Parameters:
value - allowed object is String

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String


Copyright © 2012-2013 CoGrOO. All Rights Reserved.