Class GetRequest
- java.lang.Object
-
- nz.ac.waikato.adams.webservice.spectral.get.GetRequest
-
public class GetRequest extends Object
Java class for getRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getRequest"> <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"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description GetRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFormat()Gets the value of the format property.StringgetId()Gets the value of the id property.voidsetFormat(String value)Sets the value of the format property.voidsetId(String value)Sets the value of the id property.
-