public class

AddRoleDef

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

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

Summary

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

protected String roleName

Public Constructors

public AddRoleDef ()

Public Methods

public String getDescription ()

Gets the value of the description 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 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