Class CtsSubmitRequestResponse
- java.lang.Object
-
- com.sap.document.sap.soap.functions.mc_style.CtsSubmitRequestResponse
-
public class CtsSubmitRequestResponse extends java.lang.ObjectJava 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}CtsWsTraResponse"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected CtsWsTraResponseresponse
-
Constructor Summary
Constructors Constructor Description CtsSubmitRequestResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CtsWsTraResponsegetResponse()Gets the value of the response property.voidsetResponse(CtsWsTraResponse value)Sets the value of the response property.
-
-
-
Field Detail
-
response
protected CtsWsTraResponse response
-
-
Method Detail
-
getResponse
public CtsWsTraResponse getResponse()
Gets the value of the response property.- Returns:
- possible object is
CtsWsTraResponse
-
setResponse
public void setResponse(CtsWsTraResponse value)
Sets the value of the response property.- Parameters:
value- allowed object isCtsWsTraResponse
-
-