public class ScaleHint
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="min" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="max" use="required" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
max |
protected java.lang.String |
min |
| Constructor and Description |
|---|
ScaleHint() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMax()
Gets the value of the max property.
|
java.lang.String |
getMin()
Gets the value of the min property.
|
void |
setMax(java.lang.String value)
Sets the value of the max property.
|
void |
setMin(java.lang.String value)
Sets the value of the min property.
|
public java.lang.String getMin()
Stringpublic void setMin(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMax()
Stringpublic void setMax(java.lang.String value)
value - allowed object is
StringCopyright © 2013. All Rights Reserved.