public class

GetProfileSchemaResponse

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

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

Summary

Fields
protected ArrayOfPropertyInfo getProfileSchemaResult
Public Constructors
GetProfileSchemaResponse()
Public Methods
ArrayOfPropertyInfo getGetProfileSchemaResult()
Gets the value of the getProfileSchemaResult property.
void setGetProfileSchemaResult(ArrayOfPropertyInfo value)
Sets the value of the getProfileSchemaResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ArrayOfPropertyInfo getProfileSchemaResult

Public Constructors

public GetProfileSchemaResponse ()

Public Methods

public ArrayOfPropertyInfo getGetProfileSchemaResult ()

Gets the value of the getProfileSchemaResult property.

Returns

public void setGetProfileSchemaResult (ArrayOfPropertyInfo value)

Sets the value of the getProfileSchemaResult property.

Parameters
value Allowed object is ArrayOfPropertyInfo