public class CtsWsRequestResponse extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected CtsWsRequest |
request |
protected CtsWsResponse |
traResponse |
| Constructor and Description |
|---|
CtsWsRequestResponse() |
| Modifier and Type | Method and Description |
|---|---|
CtsWsRequest |
getRequest()
Gets the value of the request property.
|
CtsWsResponse |
getTraResponse()
Gets the value of the traResponse property.
|
void |
setRequest(CtsWsRequest value)
Sets the value of the request property.
|
void |
setTraResponse(CtsWsResponse value)
Sets the value of the traResponse property.
|
protected CtsWsRequest request
protected CtsWsResponse traResponse
public CtsWsRequest getRequest()
CtsWsRequestpublic void setRequest(CtsWsRequest value)
value - allowed object is
CtsWsRequestpublic CtsWsResponse getTraResponse()
CtsWsResponsepublic void setTraResponse(CtsWsResponse value)
value - allowed object is
CtsWsResponseCopyright © 2017 SAP SE. All Rights Reserved.