public class AreaSizeType extends Object
Java class for AreaSizeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AreaSizeType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="X" use="required" type="{}XType" />
<attribute name="Y" use="required" type="{}YType" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
AreaSizeType() |
| 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 © 2018. All rights reserved.