Class CtsWsReply
java.lang.Object
com.sap.document.sap.soap.functions.mc_style.CtsWsReply
Java class for CtsWsReply complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CtsWsReply">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ReturnCode" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Message" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="LogItems" type="{urn:sap-com:document:sap:soap:functions:mc-style}CtsWsLogItems"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the logItems property.Gets the value of the message property.intGets the value of the returnCode property.voidsetLogItems(CtsWsLogItems value) Sets the value of the logItems property.voidsetMessage(String value) Sets the value of the message property.voidsetReturnCode(int value) Sets the value of the returnCode property.
-
Field Details
-
returnCode
protected int returnCode -
message
-
logItems
-
-
Constructor Details
-
CtsWsReply
public CtsWsReply()
-
-
Method Details
-
getReturnCode
public int getReturnCode()Gets the value of the returnCode property. -
setReturnCode
public void setReturnCode(int value) Sets the value of the returnCode property. -
getMessage
Gets the value of the message property.- Returns:
- possible object is
String
-
setMessage
Sets the value of the message property.- Parameters:
value- allowed object isString
-
getLogItems
Gets the value of the logItems property.- Returns:
- possible object is
CtsWsLogItems
-
setLogItems
Sets the value of the logItems property.- Parameters:
value- allowed object isCtsWsLogItems
-