Class CtsWsOrganizerRequest
- java.lang.Object
-
- com.sap.document.sap.soap.functions.mc_style.CtsWsOrganizerRequest
-
public class CtsWsOrganizerRequest extends java.lang.ObjectJava 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 Modifier and Type Field Description protected java.lang.Stringapplicationprotected java.lang.Stringlanguageprotected java.lang.StringrequestIdprotected java.lang.Stringsidprotected java.lang.StringuserName
-
Constructor Summary
Constructors Constructor Description CtsWsOrganizerRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetApplication()Gets the value of the application property.java.lang.StringgetLanguage()Gets the value of the language property.java.lang.StringgetRequestId()Gets the value of the requestId property.java.lang.StringgetSid()Gets the value of the sid property.java.lang.StringgetUserName()Gets the value of the userName property.voidsetApplication(java.lang.String value)Sets the value of the application property.voidsetLanguage(java.lang.String value)Sets the value of the language property.voidsetRequestId(java.lang.String value)Sets the value of the requestId property.voidsetSid(java.lang.String value)Sets the value of the sid property.voidsetUserName(java.lang.String value)Sets the value of the userName property.
-
-
-
Method Detail
-
getSid
public java.lang.String getSid()
Gets the value of the sid property.- Returns:
- possible object is
String
-
setSid
public void setSid(java.lang.String value)
Sets the value of the sid property.- Parameters:
value- allowed object isString
-
getUserName
public java.lang.String getUserName()
Gets the value of the userName property.- Returns:
- possible object is
String
-
setUserName
public void setUserName(java.lang.String value)
Sets the value of the userName property.- Parameters:
value- allowed object isString
-
getApplication
public java.lang.String getApplication()
Gets the value of the application property.- Returns:
- possible object is
String
-
setApplication
public void setApplication(java.lang.String value)
Sets the value of the application property.- Parameters:
value- allowed object isString
-
getLanguage
public java.lang.String getLanguage()
Gets the value of the language property.- Returns:
- possible object is
String
-
setLanguage
public void setLanguage(java.lang.String value)
Sets the value of the language property.- Parameters:
value- allowed object isString
-
getRequestId
public java.lang.String getRequestId()
Gets the value of the requestId property.- Returns:
- possible object is
String
-
setRequestId
public void setRequestId(java.lang.String value)
Sets the value of the requestId property.- Parameters:
value- allowed object isString
-
-