Class CtsWsResponse

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

public class CtsWsResponse extends Object

Java class for CtsWsResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CtsWsResponse">
   <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"/>
         <element name="PreferredTransportmode" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • reply

      protected CtsWsReply reply
    • url

      protected String url
    • preferredTransportmode

      protected String preferredTransportmode
  • Constructor Details

    • CtsWsResponse

      public CtsWsResponse()
  • Method Details

    • getReply

      public CtsWsReply getReply()
      Gets the value of the reply property.
      Returns:
      possible object is CtsWsReply
    • setReply

      public void setReply(CtsWsReply value)
      Sets the value of the reply property.
      Parameters:
      value - allowed object is CtsWsReply
    • getUrl

      public String getUrl()
      Gets the value of the url property.
      Returns:
      possible object is String
    • setUrl

      public void setUrl(String value)
      Sets the value of the url property.
      Parameters:
      value - allowed object is String
    • getPreferredTransportmode

      public String getPreferredTransportmode()
      Gets the value of the preferredTransportmode property.
      Returns:
      possible object is String
    • setPreferredTransportmode

      public void setPreferredTransportmode(String value)
      Sets the value of the preferredTransportmode property.
      Parameters:
      value - allowed object is String