Class CtsWsRequest
java.lang.Object
com.sap.document.sap.soap.functions.mc_style.CtsWsRequest
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the description property.getOwner()Gets the value of the owner property.Gets the value of the requestId property.voidsetDescription(String value) Sets the value of the description property.voidSets the value of the owner property.voidsetRequestId(String value) Sets the value of the requestId property.
-
Field Details
-
requestId
-
owner
-
description
-
-
Constructor Details
-
CtsWsRequest
public CtsWsRequest()
-
-
Method Details
-
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
-
getOwner
Gets the value of the owner property.- Returns:
- possible object is
String
-
setOwner
Sets the value of the owner property.- Parameters:
value- allowed object isString
-
getDescription
Gets the value of the description property.- Returns:
- possible object is
String
-
setDescription
Sets the value of the description property.- Parameters:
value- allowed object isString
-