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="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="format" type="{http://image.webservice.adams.waikato.ac.nz/}ImageFormat"/>
             <element name="image" type="{http://image.webservice.adams.waikato.ac.nz/}Image"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • UploadRequest

        public UploadRequest()
    • Method Detail

      • getId

        public String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getFormat

        public ImageFormat getFormat()
        Gets the value of the format property.
        Returns:
        possible object is ImageFormat
      • setFormat

        public void setFormat​(ImageFormat value)
        Sets the value of the format property.
        Parameters:
        value - allowed object is ImageFormat
      • getImage

        public Image getImage()
        Gets the value of the image property.
        Returns:
        possible object is Image
      • setImage

        public void setImage​(Image value)
        Sets the value of the image property.
        Parameters:
        value - allowed object is Image