Class CtsAttachToRequest

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

public class CtsAttachToRequest extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Entity" type="{urn:sap-com:document:sap:soap:functions:mc-style}CtsWsTransportEntity"/>
         <element name="RequestId" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CtsAttachToRequest

      public CtsAttachToRequest()
  • Method Details

    • getEntity

      public CtsWsTransportEntity getEntity()
      Gets the value of the entity property.
      Returns:
      possible object is CtsWsTransportEntity
    • setEntity

      public void setEntity(CtsWsTransportEntity value)
      Sets the value of the entity property.
      Parameters:
      value - allowed object is CtsWsTransportEntity
    • 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