public class ThreeParamType extends Parameter
Java class for the threeParamType complex type.
<complexType name="threeParamType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="param1" use="required" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="param2" use="required" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="param3" use="required" type="{http://www.w3.org/2001/XMLSchema}float" /> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
ThreeParamType() |
Modifier and Type | Method and Description |
---|---|
float |
getParam1()
Gets the value of the attribute param1.
|
float |
getParam2()
Gets the value of the attribute param2.
|
float |
getParam3()
Gets the value of the attribute param3.
|
float |
getParameter(int i)
return the i-th parameter.
|
int |
getParameterLength()
Return the number of parameters
|
void |
setParam1(float value)
Sets the value for the attribute param1.
|
void |
setParam2(float value)
Sets the value for the attribute param2.
|
void |
setParam3(float value)
Sets the value for the attribute param3.
|
public float getParam1()
public void setParam1(float value)
value
- valuepublic float getParam2()
public void setParam2(float value)
value
- valuepublic float getParam3()
public void setParam3(float value)
value
- valuepublic int getParameterLength()
Parameter
getParameterLength
in class Parameter
public float getParameter(int i)
Parameter
getParameter
in class Parameter
i
- the i-th parameter. Starts with 1. Parameter 1 --> i=1