Class CtsWsTraResponse
java.lang.Object
com.sap.document.sap.soap.functions.mc_style.CtsWsTraResponse
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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetReply()Gets the value of the reply property.getUrl()Gets the value of the url property.voidsetReply(CtsWsReply value) Sets the value of the reply property.voidSets the value of the url property.
-
Field Details
-
reply
-
url
-
-
Constructor Details
-
CtsWsTraResponse
public CtsWsTraResponse()
-
-
Method Details
-
getReply
Gets the value of the reply property.- Returns:
- possible object is
CtsWsReply
-
setReply
Sets the value of the reply property.- Parameters:
value- allowed object isCtsWsReply
-
getUrl
Gets the value of the url property.- Returns:
- possible object is
String
-
setUrl
Sets the value of the url property.- Parameters:
value- allowed object isString
-