Class CtsWsUploadResponse

java.lang.Object
com.sap.document.sap.soap.functions.mc_style.CtsWsUploadResponse

public class CtsWsUploadResponse extends Object

Java class for CtsWsUploadResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CtsWsUploadResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="FileHandle" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="FileSize" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="Reply" type="{urn:sap-com:document:sap:soap:functions:mc-style}CtsWsReply"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • fileHandle

      protected String fileHandle
    • fileSize

      protected int fileSize
    • reply

      protected CtsWsReply reply
  • Constructor Details

    • CtsWsUploadResponse

      public CtsWsUploadResponse()
  • Method Details

    • getFileHandle

      public String getFileHandle()
      Gets the value of the fileHandle property.
      Returns:
      possible object is String
    • setFileHandle

      public void setFileHandle(String value)
      Sets the value of the fileHandle property.
      Parameters:
      value - allowed object is String
    • getFileSize

      public int getFileSize()
      Gets the value of the fileSize property.
    • setFileSize

      public void setFileSize(int value)
      Sets the value of the fileSize property.
    • getReply

      public CtsWsReply getReply()
      Gets the value of the reply property.
      Returns:
      possible object is CtsWsReply
    • setReply

      public void setReply(CtsWsReply value)
      Sets the value of the reply property.
      Parameters:
      value - allowed object is CtsWsReply