Class CtsAppendBytesIntoFileResponse
java.lang.Object
com.sap.document.sap.soap.functions.mc_style.CtsAppendBytesIntoFileResponse
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Response" type="{urn:sap-com:document:sap:soap:functions:mc-style}CtsWsUploadResponse"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the response property.voidsetResponse(CtsWsUploadResponse value) Sets the value of the response property.
-
Field Details
-
response
-
-
Constructor Details
-
CtsAppendBytesIntoFileResponse
public CtsAppendBytesIntoFileResponse()
-
-
Method Details
-
getResponse
Gets the value of the response property.- Returns:
- possible object is
CtsWsUploadResponse
-
setResponse
Sets the value of the response property.- Parameters:
value- allowed object isCtsWsUploadResponse
-