Class 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>
     
    • Field Detail

      • number

        protected float number
      • amplitude

        protected float amplitude
    • Constructor Detail

      • Wave

        public Wave()
    • 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.