public class

GetGroupInfoResponse

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

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="GetGroupInfoResult" 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 GetGroupInfoResponse.GetGroupInfoResult

Java class for anonymous complex type. 

Fields
protected GetGroupInfoResponse.GetGroupInfoResult getGroupInfoResult
Public Constructors
GetGroupInfoResponse()
Public Methods
GetGroupInfoResponse.GetGroupInfoResult getGetGroupInfoResult()
Gets the value of the getGroupInfoResult property.
void setGetGroupInfoResult(GetGroupInfoResponse.GetGroupInfoResult value)
Sets the value of the getGroupInfoResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected GetGroupInfoResponse.GetGroupInfoResult getGroupInfoResult

Public Constructors

public GetGroupInfoResponse ()

Public Methods

public GetGroupInfoResponse.GetGroupInfoResult getGetGroupInfoResult ()

Gets the value of the getGroupInfoResult property.

Returns

public void setGetGroupInfoResult (GetGroupInfoResponse.GetGroupInfoResult value)

Sets the value of the getGroupInfoResult property.

Parameters
value Allowed object is GetGroupInfoResponse.GetGroupInfoResult