Class UploadRequest
- java.lang.Object
-
- nz.ac.waikato.adams.webservice.rats.blob.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="filename" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="format" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="blob" type="{http://blob.rats.webservice.adams.waikato.ac.nz/}Blob"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description UploadRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Blob
getBlob()
Gets the value of the blob property.String
getFilename()
Gets the value of the filename property.String
getFormat()
Gets the value of the format property.void
setBlob(Blob value)
Sets the value of the blob property.void
setFilename(String value)
Sets the value of the filename property.void
setFormat(String value)
Sets the value of the format property.
-
-
-
Method Detail
-
getFilename
public String getFilename()
Gets the value of the filename property.- Returns:
- possible object is
String
-
setFilename
public void setFilename(String value)
Sets the value of the filename 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
-
-