Class UploadRequest
- java.lang.Object
-
- nz.ac.waikato.adams.webservice.rats.multispectrum.UploadRequest
-
public class UploadRequest extends Object
Java class for uploadRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="uploadRequest"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="spectrum" type="{http://multispectrum.rats.webservice.adams.waikato.ac.nz/}MultiSpectrum"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringidprotected MultiSpectrumspectrum
-
Constructor Summary
Constructors Constructor Description UploadRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Gets the value of the id property.MultiSpectrumgetSpectrum()Gets the value of the spectrum property.voidsetId(String value)Sets the value of the id property.voidsetSpectrum(MultiSpectrum value)Sets the value of the spectrum property.
-
-
-
Field Detail
-
id
protected String id
-
spectrum
protected MultiSpectrum spectrum
-
-
Method Detail
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getSpectrum
public MultiSpectrum getSpectrum()
Gets the value of the spectrum property.- Returns:
- possible object is
MultiSpectrum
-
setSpectrum
public void setSpectrum(MultiSpectrum value)
Sets the value of the spectrum property.- Parameters:
value- allowed object isMultiSpectrum
-
-