public class Limit 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="width" type="{http://www.w3.org/2001/XMLSchema}short" />
<attribute name="height" type="{http://www.w3.org/2001/XMLSchema}short" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Short |
height |
protected String |
value |
protected Short |
width |
| Constructor and Description |
|---|
Limit() |
| Modifier and Type | Method and Description |
|---|---|
Short |
getHeight()
Gets the value of the height property.
|
String |
getValue()
Gets the value of the value property.
|
Short |
getWidth()
Gets the value of the width property.
|
void |
setHeight(Short value)
Sets the value of the height property.
|
void |
setValue(String value)
Sets the value of the value property.
|
void |
setWidth(Short value)
Sets the value of the width property.
|
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic Short getWidth()
Shortpublic void setWidth(Short value)
value - allowed object is
Shortpublic Short getHeight()
ShortCopyright © 2018 BITPlan GmbH. All rights reserved.