public class

AddGroupToRole

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

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="roleName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="groupName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String groupName
protected String roleName
Public Constructors
AddGroupToRole()
Public Methods
String getGroupName()
Gets the value of the groupName property.
String getRoleName()
Gets the value of the roleName property.
void setGroupName(String value)
Sets the value of the groupName property.
void setRoleName(String value)
Sets the value of the roleName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String groupName

protected String roleName

Public Constructors

public AddGroupToRole ()

Public Methods

public String getGroupName ()

Gets the value of the groupName property.

Returns
  • possible object is String

public String getRoleName ()

Gets the value of the roleName property.

Returns
  • possible object is String

public void setGroupName (String value)

Sets the value of the groupName property.

Parameters
value Allowed object is String

public void setRoleName (String value)

Sets the value of the roleName property.

Parameters
value Allowed object is String