public class

AddRole

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

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

Summary

Fields
protected String description
protected int permissionMask
protected String roleName
Public Constructors
AddRole()
Public Methods
String getDescription()
Gets the value of the description property.
int getPermissionMask()
Gets the value of the permissionMask property.
String getRoleName()
Gets the value of the roleName property.
void setDescription(String value)
Sets the value of the description property.
void setPermissionMask(int value)
Sets the value of the permissionMask property.
void setRoleName(String value)
Sets the value of the roleName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String description

protected int permissionMask

protected String roleName

Public Constructors

public AddRole ()

Public Methods

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public int getPermissionMask ()

Gets the value of the permissionMask property.

public String getRoleName ()

Gets the value of the roleName property.

Returns
  • possible object is String

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setPermissionMask (int value)

Sets the value of the permissionMask property.

Parameters
value

public void setRoleName (String value)

Sets the value of the roleName property.

Parameters
value Allowed object is String