org.cogroo.tools.errorreport.model
Class Span

java.lang.Object
  extended by org.cogroo.tools.errorreport.model.Span

public class Span
extends Object

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

Span

public Span()
Method Detail

getStart

public int getStart()
Gets the value of the start property.


setStart

public void setStart(int value)
Sets the value of the start property.


getEnd

public int getEnd()
Gets the value of the end property.


setEnd

public void setEnd(int value)
Sets the value of the end property.



Copyright © 2012-2013 CoGrOO. All Rights Reserved.