Class CtsWsRequest

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

public class CtsWsRequest extends Object

Java class for CtsWsRequest complex type.

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

 <complexType name="CtsWsRequest">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="RequestId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Owner" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Description" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • requestId

      protected String requestId
    • owner

      protected String owner
    • description

      protected String description
  • Constructor Details

    • CtsWsRequest

      public CtsWsRequest()
  • Method Details

    • getRequestId

      public String getRequestId()
      Gets the value of the requestId property.
      Returns:
      possible object is String
    • setRequestId

      public void setRequestId(String value)
      Sets the value of the requestId property.
      Parameters:
      value - allowed object is String
    • getOwner

      public String getOwner()
      Gets the value of the owner property.
      Returns:
      possible object is String
    • setOwner

      public void setOwner(String value)
      Sets the value of the owner property.
      Parameters:
      value - allowed object is String
    • getDescription

      public String getDescription()
      Gets the value of the description property.
      Returns:
      possible object is String
    • setDescription

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