Class UploadResponse
- java.lang.Object
-
- nz.ac.waikato.adams.webservice.rats.blob.UploadResponse
-
public class UploadResponse extends Object
Java class for uploadResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="uploadResponse"> <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="success" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description UploadResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFilename()
Gets the value of the filename property.String
getFormat()
Gets the value of the format property.String
getMessage()
Gets the value of the message property.boolean
isSuccess()
Gets the value of the success property.void
setFilename(String value)
Sets the value of the filename property.void
setFormat(String value)
Sets the value of the format property.void
setMessage(String value)
Sets the value of the message property.void
setSuccess(boolean value)
Sets the value of the success 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
-
isSuccess
public boolean isSuccess()
Gets the value of the success property.
-
setSuccess
public void setSuccess(boolean value)
Sets the value of the success property.
-
getMessage
public String getMessage()
Gets the value of the message property.- Returns:
- possible object is
String
-
-