Class CtsWsTraResponse


  • 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>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected CtsWsReply reply  
      protected java.lang.String url  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • url

        protected java.lang.String url
    • Constructor Detail

      • CtsWsTraResponse

        public CtsWsTraResponse()
    • Method Detail

      • 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 java.lang.String getUrl()
        Gets the value of the url property.
        Returns:
        possible object is String
      • setUrl

        public void setUrl​(java.lang.String value)
        Sets the value of the url property.
        Parameters:
        value - allowed object is String