public class

UpdateRoleDefInfo

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

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}unsignedLong"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String description
protected String oldRoleName
protected BigInteger permissionMask
protected String roleName
Public Constructors
UpdateRoleDefInfo()
Public Methods
String getDescription()
Gets the value of the description property.
String getOldRoleName()
Gets the value of the oldRoleName property.
BigInteger 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(BigInteger 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 BigInteger permissionMask

protected String roleName

Public Constructors

public UpdateRoleDefInfo ()

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 BigInteger getPermissionMask ()

Gets the value of the permissionMask property.

Returns
  • possible object is BigInteger

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 (BigInteger value)

Sets the value of the permissionMask property.

Parameters
value Allowed object is BigInteger

public void setRoleName (String value)

Sets the value of the roleName property.

Parameters
value Allowed object is String