Class TransformRequest
- java.lang.Object
-
- nz.ac.waikato.adams.webservice.spectral.transform.TransformRequest
-
public class TransformRequest extends Object
Java class for transformRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="transformRequest"> <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://transform.spectral.webservice.adams.waikato.ac.nz/}Spectrum"/> <element name="action" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description TransformRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAction()Gets the value of the action property.StringgetFormat()Gets the value of the format property.StringgetId()Gets the value of the id property.SpectrumgetSpectrum()Gets the value of the spectrum property.voidsetAction(String value)Sets the value of the action property.voidsetFormat(String value)Sets the value of the format property.voidsetId(String value)Sets the value of the id property.voidsetSpectrum(Spectrum value)Sets the value of the spectrum property.
-
-
-
Method Detail
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
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 isString
-
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 isSpectrum
-
getAction
public String getAction()
Gets the value of the action property.- Returns:
- possible object is
String
-
-