public class Row
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="order" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="physical" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.math.BigInteger |
order |
protected java.lang.Double |
physical |
protected double |
value |
| Constructor and Description |
|---|
Row() |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigInteger |
getOrder()
Gets the value of the order property.
|
java.lang.Double |
getPhysical()
Gets the value of the physical property.
|
double |
getValue()
Gets the value of the value property.
|
void |
setOrder(java.math.BigInteger value)
Sets the value of the order property.
|
void |
setPhysical(java.lang.Double value)
Sets the value of the physical property.
|
void |
setValue(double value)
Sets the value of the value property.
|
protected java.math.BigInteger order
protected java.lang.Double physical
protected double value
public java.math.BigInteger getOrder()
BigIntegerpublic void setOrder(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.Double getPhysical()
Doublepublic void setPhysical(java.lang.Double value)
value - allowed object is
Doublepublic double getValue()
public void setValue(double value)