public class Position extends Object
Java class for Position complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Position">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="column" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="line" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
column |
protected int |
line |
| Constructor and Description |
|---|
Position() |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn()
Gets the value of the column property.
|
int |
getLine()
Gets the value of the line property.
|
void |
setColumn(int value)
Sets the value of the column property.
|
void |
setLine(int value)
Sets the value of the line property.
|
public int getColumn()
public void setColumn(int value)
public int getLine()
public void setLine(int value)
Copyright © 2016. All rights reserved.