public class

ResolvePrincipalsResponse

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

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

Summary

Fields
protected ArrayOfPrincipalInfo resolvePrincipalsResult
Public Constructors
ResolvePrincipalsResponse()
Public Methods
ArrayOfPrincipalInfo getResolvePrincipalsResult()
Gets the value of the resolvePrincipalsResult property.
void setResolvePrincipalsResult(ArrayOfPrincipalInfo value)
Sets the value of the resolvePrincipalsResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ArrayOfPrincipalInfo resolvePrincipalsResult

Public Constructors

public ResolvePrincipalsResponse ()

Public Methods

public ArrayOfPrincipalInfo getResolvePrincipalsResult ()

Gets the value of the resolvePrincipalsResult property.

Returns

public void setResolvePrincipalsResult (ArrayOfPrincipalInfo value)

Sets the value of the resolvePrincipalsResult property.

Parameters
value Allowed object is ArrayOfPrincipalInfo