public class OneParamType extends Parameter
Java class for the oneParamType complex type.
<complexType name="oneParamType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="param1" use="required" type="{http://www.w3.org/2001/XMLSchema}float" /> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
OneParamType() |
Modifier and Type | Method and Description |
---|---|
float |
getParam1()
Gets the value of the attribute param1.
|
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.
|
public float getParam1()
public void setParam1(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