public class

GetUserProfileSchemaResponse

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.userprofile.GetUserProfileSchemaResponse

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="GetUserProfileSchemaResult" type="{http://microsoft.com/webservices/SharePointPortalServer/UserProfileService}ArrayOfPropertyInfo" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ArrayOfPropertyInfo getUserProfileSchemaResult
Public Constructors
GetUserProfileSchemaResponse()
Public Methods
ArrayOfPropertyInfo getGetUserProfileSchemaResult()
Gets the value of the getUserProfileSchemaResult property.
void setGetUserProfileSchemaResult(ArrayOfPropertyInfo value)
Sets the value of the getUserProfileSchemaResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ArrayOfPropertyInfo getUserProfileSchemaResult

Public Constructors

public GetUserProfileSchemaResponse ()

Public Methods

public ArrayOfPropertyInfo getGetUserProfileSchemaResult ()

Gets the value of the getUserProfileSchemaResult property.

Returns

public void setGetUserProfileSchemaResult (ArrayOfPropertyInfo value)

Sets the value of the getUserProfileSchemaResult property.

Parameters
value Allowed object is ArrayOfPropertyInfo