public class

ResolvePrincipals

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.people.ResolvePrincipals

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="principalKeys" type="{http://schemas.microsoft.com/sharepoint/soap/}ArrayOfString" minOccurs="0"/>
         <element name="principalType" type="{http://schemas.microsoft.com/sharepoint/soap/}SPPrincipalType"/>
         <element name="addToUserInfoList" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected boolean addToUserInfoList
protected PeopleArrayOfString principalKeys
protected List<String> principalType
Public Constructors
ResolvePrincipals()
Public Methods
boolean getAddToUserInfoList()
Gets the value of the addToUserInfoList property.
PeopleArrayOfString getPrincipalKeys()
Gets the value of the principalKeys property.
List<String> getPrincipalType()
Gets the value of the principalType property.
void setAddToUserInfoList(boolean value)
Sets the value of the addToUserInfoList property.
void setPrincipalKeys(PeopleArrayOfString value)
Sets the value of the principalKeys property.
void setPrincipalType(List<String> value)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected boolean addToUserInfoList

protected PeopleArrayOfString principalKeys

protected List<String> principalType

Public Constructors

public ResolvePrincipals ()

Public Methods

public boolean getAddToUserInfoList ()

Gets the value of the addToUserInfoList property. This getter has been renamed from isAddToUserInfoList() to getAddToUserInfoList() by cxf-xjc-boolean plugin.

public PeopleArrayOfString getPrincipalKeys ()

Gets the value of the principalKeys property.

Returns

public List<String> getPrincipalType ()

Gets the value of the principalType property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the principalType property.

For example, to add a new item, do as follows:

    getPrincipalType().add(newItem);
 

Objects of the following type(s) are allowed in the list String

public void setAddToUserInfoList (boolean value)

Sets the value of the addToUserInfoList property.

Parameters
value

public void setPrincipalKeys (PeopleArrayOfString value)

Sets the value of the principalKeys property.

Parameters
value Allowed object is PeopleArrayOfString

public void setPrincipalType (List<String> value)

Parameters
value