public class AreaSize extends Object
Java class for AreaSize complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AreaSize">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="X" use="required" type="{}X" />
<attribute name="Y" use="required" type="{}Y" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
x
The X.
|
protected String |
y
The Y.
|
| Constructor and Description |
|---|
AreaSize() |
| Modifier and Type | Method and Description |
|---|---|
String |
getX()
Gets the value of the x property.
|
String |
getY()
Gets the value of the y property.
|
void |
setX(String value)
Sets the value of the x property.
|
void |
setY(String value)
Sets the value of the y property.
|
Copyright © 2022. All rights reserved.