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

      • format

        protected String format
      • success

        protected boolean success
      • message

        protected String message
    • Constructor Detail

      • UploadResponse

        public UploadResponse()
    • 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 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
      • 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
      • setMessage

        public void setMessage​(String value)
        Sets the value of the message property.
        Parameters:
        value - allowed object is String