public class Position
extends java.lang.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">
<attribute name="widgetID" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="column" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="row" type="{http://www.w3.org/2001/XMLSchema}integer" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.math.BigInteger |
column |
protected java.math.BigInteger |
row |
protected java.lang.String |
widgetID |
| Constructor and Description |
|---|
Position() |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigInteger |
getColumn()
Gets the value of the column property.
|
java.math.BigInteger |
getRow()
Gets the value of the row property.
|
java.lang.String |
getWidgetID()
Gets the value of the widgetID property.
|
void |
setColumn(java.math.BigInteger value)
Sets the value of the column property.
|
void |
setRow(java.math.BigInteger value)
Sets the value of the row property.
|
void |
setWidgetID(java.lang.String value)
Sets the value of the widgetID property.
|
protected java.lang.String widgetID
protected java.math.BigInteger column
protected java.math.BigInteger row
public java.lang.String getWidgetID()
Stringpublic void setWidgetID(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getColumn()
BigIntegerpublic void setColumn(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getRow()
BigIntegerpublic void setRow(java.math.BigInteger value)
value - allowed object is
BigIntegerCopyright © 2018 SAP SE. All Rights Reserved.