public class FormulaType extends Object
Java class for FormulaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FormulaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="a" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="b" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="c" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="d" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Double |
a |
protected double |
b |
protected double |
c |
protected Double |
d |
| Constructor and Description |
|---|
FormulaType()
Default no-arg constructor
|
FormulaType(Double a,
double b,
double c,
Double d)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
Double |
getA()
Gets the value of the a property.
|
double |
getB()
Gets the value of the b property.
|
double |
getC()
Gets the value of the c property.
|
Double |
getD()
Gets the value of the d property.
|
void |
setA(Double value)
Sets the value of the a property.
|
void |
setB(double value)
Sets the value of the b property.
|
void |
setC(double value)
Sets the value of the c property.
|
void |
setD(Double value)
Sets the value of the d property.
|
public void setA(Double value)
value - allowed object is
Doublepublic double getB()
public void setB(double value)
public double getC()
public void setC(double value)
Copyright © 2020 B3Partners B.V.. All rights reserved.