public class

GetGroupCollection

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

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="groupNamesXml" 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 GetGroupCollection.GroupNamesXml

Java class for anonymous complex type. 

Fields
protected GetGroupCollection.GroupNamesXml groupNamesXml
Public Constructors
GetGroupCollection()
Public Methods
GetGroupCollection.GroupNamesXml getGroupNamesXml()
Gets the value of the groupNamesXml property.
void setGroupNamesXml(GetGroupCollection.GroupNamesXml value)
Sets the value of the groupNamesXml property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected GetGroupCollection.GroupNamesXml groupNamesXml

Public Constructors

public GetGroupCollection ()

Public Methods

public GetGroupCollection.GroupNamesXml getGroupNamesXml ()

Gets the value of the groupNamesXml property.

Returns

public void setGroupNamesXml (GetGroupCollection.GroupNamesXml value)

Sets the value of the groupNamesXml property.

Parameters
value Allowed object is GetGroupCollection.GroupNamesXml