java.lang.Object
com.sap.document.sap.soap.functions.mc_style.CtsWsReply

public class CtsWsReply extends Object

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 Details

    • returnCode

      protected int returnCode
    • message

      protected String message
    • logItems

      protected CtsWsLogItems 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

      public String getMessage()
      Gets the value of the message property.
      Returns:
      possible object is String
    • setMessage

      public void setMessage(String value)
      Sets the value of the message property.
      Parameters:
      value - allowed object is String
    • getLogItems

      public CtsWsLogItems getLogItems()
      Gets the value of the logItems property.
      Returns:
      possible object is CtsWsLogItems
    • setLogItems

      public void setLogItems(CtsWsLogItems value)
      Sets the value of the logItems property.
      Parameters:
      value - allowed object is CtsWsLogItems