public class CtsWsTraResponse
extends java.lang.Object
Java class for CtsWsTraResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CtsWsTraResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Reply" type="{urn:sap-com:document:sap:soap:functions:mc-style}CtsWsReply"/>
<element name="Url" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CtsWsReply |
reply |
protected java.lang.String |
url |
| Constructor and Description |
|---|
CtsWsTraResponse() |
| Modifier and Type | Method and Description |
|---|---|
CtsWsReply |
getReply()
Gets the value of the reply property.
|
java.lang.String |
getUrl()
Gets the value of the url property.
|
void |
setReply(CtsWsReply value)
Sets the value of the reply property.
|
void |
setUrl(java.lang.String value)
Sets the value of the url property.
|
protected CtsWsReply reply
protected java.lang.String url
public CtsWsReply getReply()
CtsWsReplypublic void setReply(CtsWsReply value)
value - allowed object is
CtsWsReplypublic java.lang.String getUrl()
Stringpublic void setUrl(java.lang.String value)
value - allowed object is
StringCopyright © 2018 SAP SE. All Rights Reserved.