Class CtsWsOrganizerRequest
java.lang.Object
com.sap.document.sap.soap.functions.mc_style.CtsWsOrganizerRequest
Java class for CtsWsOrganizerRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CtsWsOrganizerRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Sid" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="UserName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Application" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Language" type="{urn:sap-com:document:sap:rfc:functions}char2"/>
<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 application property.Gets the value of the language property.Gets the value of the requestId property.getSid()Gets the value of the sid property.Gets the value of the userName property.voidsetApplication(String value) Sets the value of the application property.voidsetLanguage(String value) Sets the value of the language property.voidsetRequestId(String value) Sets the value of the requestId property.voidSets the value of the sid property.voidsetUserName(String value) Sets the value of the userName property.
-
Field Details
-
sid
-
userName
-
application
-
language
-
requestId
-
-
Constructor Details
-
CtsWsOrganizerRequest
public CtsWsOrganizerRequest()
-
-
Method Details
-
getSid
Gets the value of the sid property.- Returns:
- possible object is
String
-
setSid
Sets the value of the sid property.- Parameters:
value- allowed object isString
-
getUserName
Gets the value of the userName property.- Returns:
- possible object is
String
-
setUserName
Sets the value of the userName property.- Parameters:
value- allowed object isString
-
getApplication
Gets the value of the application property.- Returns:
- possible object is
String
-
setApplication
Sets the value of the application property.- Parameters:
value- allowed object isString
-
getLanguage
Gets the value of the language property.- Returns:
- possible object is
String
-
setLanguage
Sets the value of the language property.- Parameters:
value- allowed object isString
-
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
-