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 and Description |
|---|
Span() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2012–2017 CoGrOO. All rights reserved.