|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.cogroo.tools.checker.rules.model.Boundaries
public class Boundaries
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>
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 |
---|
public Boundaries()
Method Detail |
---|
public int getLower()
public void setLower(int value)
public int getUpper()
public void setUpper(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |