Class Spectrum


  • public class Spectrum
    extends Object

    Java class for Spectrum complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="Spectrum">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="waves" type="{http://spectrum.rats.webservice.adams.waikato.ac.nz/}Waves"/>
             <element name="props" type="{http://spectrum.rats.webservice.adams.waikato.ac.nz/}Properties" minOccurs="0"/>
           </sequence>
           <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="format" type="{http://www.w3.org/2001/XMLSchema}string" default="nir" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Spectrum

        public Spectrum()
    • Method Detail

      • getWaves

        public Waves getWaves()
        Gets the value of the waves property.
        Returns:
        possible object is Waves
      • setWaves

        public void setWaves​(Waves value)
        Sets the value of the waves property.
        Parameters:
        value - allowed object is Waves
      • getProps

        public Properties getProps()
        Gets the value of the props property.
        Returns:
        possible object is Properties
      • setProps

        public void setProps​(Properties value)
        Sets the value of the props property.
        Parameters:
        value - allowed object is Properties
      • getId

        public String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getFormat

        public String getFormat()
        Gets the value of the format property.
        Returns:
        possible object is String
      • setFormat

        public void setFormat​(String value)
        Sets the value of the format property.
        Parameters:
        value - allowed object is String