public class SizeType
extends java.lang.Object
Java class for sizeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="sizeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="x" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
<attribute name="y" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.math.BigInteger |
x |
protected java.math.BigInteger |
y |
| Constructor and Description |
|---|
SizeType() |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigInteger |
getX()
Gets the value of the x property.
|
java.math.BigInteger |
getY()
Gets the value of the y property.
|
void |
setX(java.math.BigInteger value)
Sets the value of the x property.
|
void |
setY(java.math.BigInteger value)
Sets the value of the y property.
|
public java.math.BigInteger getX()
BigIntegerpublic void setX(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getY()
BigIntegerpublic void setY(java.math.BigInteger value)
value - allowed object is
BigInteger