Class CtsWsOrganizerRequest


  • public class CtsWsOrganizerRequest
    extends java.lang.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 Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String application  
      protected java.lang.String language  
      protected java.lang.String requestId  
      protected java.lang.String sid  
      protected java.lang.String userName  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getApplication()
      Gets the value of the application property.
      java.lang.String getLanguage()
      Gets the value of the language property.
      java.lang.String getRequestId()
      Gets the value of the requestId property.
      java.lang.String getSid()
      Gets the value of the sid property.
      java.lang.String getUserName()
      Gets the value of the userName property.
      void setApplication​(java.lang.String value)
      Sets the value of the application property.
      void setLanguage​(java.lang.String value)
      Sets the value of the language property.
      void setRequestId​(java.lang.String value)
      Sets the value of the requestId property.
      void setSid​(java.lang.String value)
      Sets the value of the sid property.
      void setUserName​(java.lang.String value)
      Sets the value of the userName property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • sid

        protected java.lang.String sid
      • userName

        protected java.lang.String userName
      • application

        protected java.lang.String application
      • language

        protected java.lang.String language
      • requestId

        protected java.lang.String requestId
    • Constructor Detail

      • CtsWsOrganizerRequest

        public CtsWsOrganizerRequest()
    • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String