org.cogroo.tools.checker.rules.model
Class Boundaries

java.lang.Object
  extended by org.cogroo.tools.checker.rules.model.Boundaries
All Implemented Interfaces:
Serializable

public class Boundaries
extends Object
implements Serializable

The positions in which the rule will be marked

Java class for Boundaries complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Boundaries">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Lower" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="Upper" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
Boundaries()
           
 
Method Summary
 int getLower()
          Gets the value of the lower property.
 int getUpper()
          Gets the value of the upper property.
 void setLower(int value)
          Sets the value of the lower property.
 void setUpper(int value)
          Sets the value of the upper property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Boundaries

public Boundaries()
Method Detail

getLower

public int getLower()
Gets the value of the lower property.


setLower

public void setLower(int value)
Sets the value of the lower property.


getUpper

public int getUpper()
Gets the value of the upper property.


setUpper

public void setUpper(int value)
Sets the value of the upper property.



Copyright © 2012-2013 CoGrOO. All Rights Reserved.