Class CtsWsRequestResponse
java.lang.Object
com.sap.document.sap.soap.functions.mc_style.CtsWsRequestResponse
Java class for CtsWsRequestResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CtsWsRequestResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Request" type="{urn:sap-com:document:sap:soap:functions:mc-style}CtsWsRequest"/>
<element name="TraResponse" type="{urn:sap-com:document:sap:soap:functions:mc-style}CtsWsResponse"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the request property.Gets the value of the traResponse property.voidsetRequest(CtsWsRequest value) Sets the value of the request property.voidsetTraResponse(CtsWsResponse value) Sets the value of the traResponse property.
-
Field Details
-
request
-
traResponse
-
-
Constructor Details
-
CtsWsRequestResponse
public CtsWsRequestResponse()
-
-
Method Details
-
getRequest
Gets the value of the request property.- Returns:
- possible object is
CtsWsRequest
-
setRequest
Sets the value of the request property.- Parameters:
value- allowed object isCtsWsRequest
-
getTraResponse
Gets the value of the traResponse property.- Returns:
- possible object is
CtsWsResponse
-
setTraResponse
Sets the value of the traResponse property.- Parameters:
value- allowed object isCtsWsResponse
-