test
Class Signal

java.lang.Object
  extended by 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
           
 
Constructor Summary
Signal()
           
 
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
 

Field Detail

weight

protected double weight
Constructor Detail

Signal

public Signal()
Method Detail

getWeight

public double getWeight()
Gets the value of the weight property.


setWeight

public void setWeight(double value)
Sets the value of the weight property.