public class

GetCurrentUserInfoResponse

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.usergroup.GetCurrentUserInfoResponse

Class Overview

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="GetCurrentUserInfoResult" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Nested Classes
class GetCurrentUserInfoResponse.GetCurrentUserInfoResult

Java class for anonymous complex type. 

Fields
protected GetCurrentUserInfoResponse.GetCurrentUserInfoResult getCurrentUserInfoResult
Public Constructors
GetCurrentUserInfoResponse()
Public Methods
GetCurrentUserInfoResponse.GetCurrentUserInfoResult getGetCurrentUserInfoResult()
Gets the value of the getCurrentUserInfoResult property.
void setGetCurrentUserInfoResult(GetCurrentUserInfoResponse.GetCurrentUserInfoResult value)
Sets the value of the getCurrentUserInfoResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected GetCurrentUserInfoResponse.GetCurrentUserInfoResult getCurrentUserInfoResult

Public Constructors

public GetCurrentUserInfoResponse ()

Public Methods

public GetCurrentUserInfoResponse.GetCurrentUserInfoResult getGetCurrentUserInfoResult ()

Gets the value of the getCurrentUserInfoResult property.

public void setGetCurrentUserInfoResult (GetCurrentUserInfoResponse.GetCurrentUserInfoResult value)

Sets the value of the getCurrentUserInfoResult property.

Parameters
value Allowed object is GetCurrentUserInfoResponse.GetCurrentUserInfoResult