public class

RemoveUserCollectionFromGroup

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

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="groupName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="userLoginNamesXml" 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 RemoveUserCollectionFromGroup.UserLoginNamesXml

Java class for anonymous complex type. 

Fields
protected String groupName
protected RemoveUserCollectionFromGroup.UserLoginNamesXml userLoginNamesXml
Public Constructors
RemoveUserCollectionFromGroup()
Public Methods
String getGroupName()
Gets the value of the groupName property.
RemoveUserCollectionFromGroup.UserLoginNamesXml getUserLoginNamesXml()
Gets the value of the userLoginNamesXml property.
void setGroupName(String value)
Sets the value of the groupName property.
void setUserLoginNamesXml(RemoveUserCollectionFromGroup.UserLoginNamesXml value)
Sets the value of the userLoginNamesXml property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String groupName

Public Constructors

public RemoveUserCollectionFromGroup ()

Public Methods

public String getGroupName ()

Gets the value of the groupName property.

Returns
  • possible object is String

public RemoveUserCollectionFromGroup.UserLoginNamesXml getUserLoginNamesXml ()

Gets the value of the userLoginNamesXml property.

public void setGroupName (String value)

Sets the value of the groupName property.

Parameters
value Allowed object is String

public void setUserLoginNamesXml (RemoveUserCollectionFromGroup.UserLoginNamesXml value)

Sets the value of the userLoginNamesXml property.

Parameters
value Allowed object is RemoveUserCollectionFromGroup.UserLoginNamesXml