public class CtsAttachToRequest
extends java.lang.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>
| Modifier and Type | Field and Description |
|---|---|
protected CtsWsTransportEntity |
entity |
protected java.lang.String |
requestId |
| Constructor and Description |
|---|
CtsAttachToRequest() |
| Modifier and Type | Method and Description |
|---|---|
CtsWsTransportEntity |
getEntity()
Gets the value of the entity property.
|
java.lang.String |
getRequestId()
Gets the value of the requestId property.
|
void |
setEntity(CtsWsTransportEntity value)
Sets the value of the entity property.
|
void |
setRequestId(java.lang.String value)
Sets the value of the requestId property.
|
protected CtsWsTransportEntity entity
protected java.lang.String requestId
public CtsWsTransportEntity getEntity()
CtsWsTransportEntitypublic void setEntity(CtsWsTransportEntity value)
value - allowed object is
CtsWsTransportEntitypublic java.lang.String getRequestId()
Stringpublic void setRequestId(java.lang.String value)
value - allowed object is
StringCopyright © 2018 SAP SE. All Rights Reserved.