|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.cogroo.tools.errorreport.model.Span
public class Span
Java class for Span complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Span"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Start" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="End" type="{http://www.w3.org/2001/XMLSchema}int"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
Span()
|
Method Summary | |
---|---|
int |
getEnd()
Gets the value of the end property. |
int |
getStart()
Gets the value of the start property. |
void |
setEnd(int value)
Sets the value of the end property. |
void |
setStart(int value)
Sets the value of the start property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Span()
Method Detail |
---|
public int getStart()
public void setStart(int value)
public int getEnd()
public void setEnd(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |