public class Vparameter
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="factor" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="offset" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected double |
factor |
protected double |
offset |
| Constructor and Description |
|---|
Vparameter() |
| Modifier and Type | Method and Description |
|---|---|
double |
getFactor()
Gets the value of the factor property.
|
double |
getOffset()
Gets the value of the offset property.
|
void |
setFactor(double value)
Sets the value of the factor property.
|
void |
setOffset(double value)
Sets the value of the offset property.
|
public double getFactor()
public void setFactor(double value)
public double getOffset()
public void setOffset(double value)