Class CtsAttachToRequest
java.lang.Object
com.sap.document.sap.soap.functions.mc_style.CtsAttachToRequest
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the entity property.Gets the value of the requestId property.voidsetEntity(CtsWsTransportEntity value) Sets the value of the entity property.voidsetRequestId(String value) Sets the value of the requestId property.
-
Field Details
-
entity
-
requestId
-
-
Constructor Details
-
CtsAttachToRequest
public CtsAttachToRequest()
-
-
Method Details
-
getEntity
Gets the value of the entity property.- Returns:
- possible object is
CtsWsTransportEntity
-
setEntity
Sets the value of the entity property.- Parameters:
value- allowed object isCtsWsTransportEntity
-
getRequestId
Gets the value of the requestId property.- Returns:
- possible object is
String
-
setRequestId
Sets the value of the requestId property.- Parameters:
value- allowed object isString
-