Class Wave
- java.lang.Object
-
- nz.ac.waikato.adams.webservice.spectral.put.Wave
-
public class Wave extends Object
Java class for Wave complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Wave"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="number" use="required" type="{http://www.w3.org/2001/XMLSchema}float" /> <attribute name="amplitude" use="required" type="{http://www.w3.org/2001/XMLSchema}float" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description Wave()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getAmplitude()
Gets the value of the amplitude property.float
getNumber()
Gets the value of the number property.void
setAmplitude(float value)
Sets the value of the amplitude property.void
setNumber(float value)
Sets the value of the number property.
-
-
-
Method Detail
-
getNumber
public float getNumber()
Gets the value of the number property.
-
setNumber
public void setNumber(float value)
Sets the value of the number property.
-
getAmplitude
public float getAmplitude()
Gets the value of the amplitude property.
-
setAmplitude
public void setAmplitude(float value)
Sets the value of the amplitude property.
-
-