Class GetUserName


  • public class GetUserName
    extends Object

    Java class for getUserName complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="getUserName">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="sessionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • sessionId

        protected String sessionId
    • Constructor Detail

      • GetUserName

        public GetUserName()
    • Method Detail

      • getSessionId

        public String getSessionId()
        Gets the value of the sessionId property.
        Returns:
        possible object is String
      • setSessionId

        public void setSessionId​(String value)
        Sets the value of the sessionId property.
        Parameters:
        value - allowed object is String