public class Dimension extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="x" type="{http://www.w3.org/2001/XMLSchema}short" />
<attribute name="y" type="{http://www.w3.org/2001/XMLSchema}short" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
value |
protected Short |
x |
protected Short |
y |
| Constructor and Description |
|---|
Dimension() |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
Gets the value of the value property.
|
Short |
getX()
Gets the value of the x property.
|
Short |
getY()
Gets the value of the y property.
|
void |
setValue(String value)
Sets the value of the value property.
|
void |
setX(Short value)
Sets the value of the x property.
|
void |
setY(Short value)
Sets the value of the y property.
|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic void setX(Short value)
value - allowed object is
ShortCopyright © 2011-2015 Sahits GmbH. All Rights Reserved.