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

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

public static class Suggestion.Swap
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="a" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
       <attribute name="b" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
Suggestion.Swap()
           
 
Method Summary
 long getA()
          Gets the value of the a property.
 long getB()
          Gets the value of the b property.
 void setA(long value)
          Sets the value of the a property.
 void setB(long value)
          Sets the value of the b property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Suggestion.Swap

public Suggestion.Swap()
Method Detail

getA

public long getA()
Gets the value of the a property.


setA

public void setA(long value)
Sets the value of the a property.


getB

public long getB()
Gets the value of the b property.


setB

public void setB(long value)
Sets the value of the b property.



Copyright © 2012-2013 CoGrOO. All Rights Reserved.