public class

SearchPrincipalsResponse

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

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="SearchPrincipalsResult" type="{http://schemas.microsoft.com/sharepoint/soap/}ArrayOfPrincipalInfo" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ArrayOfPrincipalInfo searchPrincipalsResult
Public Constructors
SearchPrincipalsResponse()
Public Methods
ArrayOfPrincipalInfo getSearchPrincipalsResult()
Gets the value of the searchPrincipalsResult property.
void setSearchPrincipalsResult(ArrayOfPrincipalInfo value)
Sets the value of the searchPrincipalsResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ArrayOfPrincipalInfo searchPrincipalsResult

Public Constructors

public SearchPrincipalsResponse ()

Public Methods

public ArrayOfPrincipalInfo getSearchPrincipalsResult ()

Gets the value of the searchPrincipalsResult property.

Returns

public void setSearchPrincipalsResult (ArrayOfPrincipalInfo value)

Sets the value of the searchPrincipalsResult property.

Parameters
value Allowed object is ArrayOfPrincipalInfo