public class

AddPermissionCollection

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.permissions.AddPermissionCollection

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="objectName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="objectType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="permissionsInfoXml" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Nested Classes
class AddPermissionCollection.PermissionsInfoXml

Java class for anonymous complex type. 

Fields
protected String objectName
protected String objectType
protected AddPermissionCollection.PermissionsInfoXml permissionsInfoXml
Public Constructors
AddPermissionCollection()
Public Methods
String getObjectName()
Gets the value of the objectName property.
String getObjectType()
Gets the value of the objectType property.
AddPermissionCollection.PermissionsInfoXml getPermissionsInfoXml()
Gets the value of the permissionsInfoXml property.
void setObjectName(String value)
Sets the value of the objectName property.
void setObjectType(String value)
Sets the value of the objectType property.
void setPermissionsInfoXml(AddPermissionCollection.PermissionsInfoXml value)
Sets the value of the permissionsInfoXml property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String objectName

protected String objectType

protected AddPermissionCollection.PermissionsInfoXml permissionsInfoXml

Public Constructors

public AddPermissionCollection ()

Public Methods

public String getObjectName ()

Gets the value of the objectName property.

Returns
  • possible object is String

public String getObjectType ()

Gets the value of the objectType property.

Returns
  • possible object is String

public AddPermissionCollection.PermissionsInfoXml getPermissionsInfoXml ()

Gets the value of the permissionsInfoXml property.

Returns

public void setObjectName (String value)

Sets the value of the objectName property.

Parameters
value Allowed object is String

public void setObjectType (String value)

Sets the value of the objectType property.

Parameters
value Allowed object is String

public void setPermissionsInfoXml (AddPermissionCollection.PermissionsInfoXml value)

Sets the value of the permissionsInfoXml property.

Parameters
value Allowed object is AddPermissionCollection.PermissionsInfoXml