test
Class Signal
java.lang.Object
test.Signal
public class Signal
- extends java.lang.Object
Wrapper for the signal method. It has a weight parameter.
Java class for signalWrapperType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="signalWrapperType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="weight" type="{http://www.w3.org/2001/XMLSchema}double"/>
</sequence>
</restriction>
</complexContent>
</complexType>
|
Field Summary |
protected double |
weight
|
|
Method Summary |
double |
getWeight()
Gets the value of the weight property. |
void |
setWeight(double value)
Sets the value of the weight property. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
weight
protected double weight
Signal
public Signal()
getWeight
public double getWeight()
- Gets the value of the weight property.
setWeight
public void setWeight(double value)
- Sets the value of the weight property.