Class PutRequest


  • public class PutRequest
    extends Object

    Java class for putRequest complex type.

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

     <complexType name="putRequest">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="format" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="spectrum" type="{http://put.spectral.webservice.adams.waikato.ac.nz/}Spectrum"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • PutRequest

        public PutRequest()
    • Method Detail

      • 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
      • getSpectrum

        public Spectrum getSpectrum()
        Gets the value of the spectrum property.
        Returns:
        possible object is Spectrum
      • setSpectrum

        public void setSpectrum​(Spectrum value)
        Sets the value of the spectrum property.
        Parameters:
        value - allowed object is Spectrum