Class CtsWsUploadResponse
java.lang.Object
com.sap.document.sap.soap.functions.mc_style.CtsWsUploadResponse
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the fileHandle property.intGets the value of the fileSize property.getReply()Gets the value of the reply property.voidsetFileHandle(String value) Sets the value of the fileHandle property.voidsetFileSize(int value) Sets the value of the fileSize property.voidsetReply(CtsWsReply value) Sets the value of the reply property.
-
Field Details
-
fileHandle
-
fileSize
protected int fileSize -
reply
-
-
Constructor Details
-
CtsWsUploadResponse
public CtsWsUploadResponse()
-
-
Method Details
-
getFileHandle
Gets the value of the fileHandle property.- Returns:
- possible object is
String
-
setFileHandle
Sets the value of the fileHandle property.- Parameters:
value- allowed object isString
-
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
Gets the value of the reply property.- Returns:
- possible object is
CtsWsReply
-
setReply
Sets the value of the reply property.- Parameters:
value- allowed object isCtsWsReply
-