Class CtsWsOrganizerRequest

java.lang.Object
com.sap.document.sap.soap.functions.mc_style.CtsWsOrganizerRequest

public class CtsWsOrganizerRequest extends Object

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 Details

    • sid

      protected String sid
    • userName

      protected String userName
    • application

      protected String application
    • language

      protected String language
    • requestId

      protected String requestId
  • Constructor Details

    • CtsWsOrganizerRequest

      public CtsWsOrganizerRequest()
  • Method Details

    • getSid

      public String getSid()
      Gets the value of the sid property.
      Returns:
      possible object is String
    • setSid

      public void setSid(String value)
      Sets the value of the sid property.
      Parameters:
      value - allowed object is String
    • getUserName

      public String getUserName()
      Gets the value of the userName property.
      Returns:
      possible object is String
    • setUserName

      public void setUserName(String value)
      Sets the value of the userName property.
      Parameters:
      value - allowed object is String
    • getApplication

      public String getApplication()
      Gets the value of the application property.
      Returns:
      possible object is String
    • setApplication

      public void setApplication(String value)
      Sets the value of the application property.
      Parameters:
      value - allowed object is String
    • getLanguage

      public String getLanguage()
      Gets the value of the language property.
      Returns:
      possible object is String
    • setLanguage

      public void setLanguage(String value)
      Sets the value of the language property.
      Parameters:
      value - allowed object is String
    • getRequestId

      public String getRequestId()
      Gets the value of the requestId property.
      Returns:
      possible object is String
    • setRequestId

      public void setRequestId(String value)
      Sets the value of the requestId property.
      Parameters:
      value - allowed object is String