public class Vrrow
extends java.lang.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="max" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="min" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="order" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected double |
max |
protected double |
min |
protected java.math.BigInteger |
order |
protected java.lang.String |
value |
| Constructor and Description |
|---|
Vrrow() |
| Modifier and Type | Method and Description |
|---|---|
double |
getMax()
Gets the value of the max property.
|
double |
getMin()
Gets the value of the min property.
|
java.math.BigInteger |
getOrder()
Gets the value of the order property.
|
java.lang.String |
getValue()
Gets the value of the value property.
|
void |
setMax(double value)
Sets the value of the max property.
|
void |
setMin(double value)
Sets the value of the min property.
|
void |
setOrder(java.math.BigInteger value)
Sets the value of the order property.
|
void |
setValue(java.lang.String value)
Sets the value of the value property.
|
protected java.lang.String value
protected double max
protected double min
protected java.math.BigInteger order
public java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
Stringpublic double getMax()
public void setMax(double value)
public double getMin()
public void setMin(double value)
public java.math.BigInteger getOrder()
BigIntegerpublic void setOrder(java.math.BigInteger value)
value - allowed object is
BigInteger