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 String
getFormat()
Gets the value of the format property.String
getId()
Gets the value of the id property.void
setFormat(String value)
Sets the value of the format property.void
setId(String value)
Sets the value of the id property.
-