Class 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>
     
    • Field Detail

      • filename

        protected String filename
      • format

        protected String format
      • blob

        protected Blob blob
    • Constructor Detail

      • UploadRequest

        public UploadRequest()
    • 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 is String
      • 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 is String
      • getBlob

        public Blob getBlob()
        Gets the value of the blob property.
        Returns:
        possible object is Blob
      • setBlob

        public void setBlob​(Blob value)
        Sets the value of the blob property.
        Parameters:
        value - allowed object is Blob