public class

UpdateRoleInfo

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

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="oldRoleName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <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 String oldRoleName
protected int permissionMask
protected String roleName
Public Constructors
UpdateRoleInfo()
Public Methods
String getDescription()
Gets the value of the description property.
String getOldRoleName()
Gets the value of the oldRoleName 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 setOldRoleName(String value)
Sets the value of the oldRoleName 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 String oldRoleName

protected int permissionMask

protected String roleName

Public Constructors

public UpdateRoleInfo ()

Public Methods

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public String getOldRoleName ()

Gets the value of the oldRoleName 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 setOldRoleName (String value)

Sets the value of the oldRoleName 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