public class

GetProfileSchemaNamesResponse

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

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

Summary

Fields
protected ArrayOfString getProfileSchemaNamesResult
Public Constructors
GetProfileSchemaNamesResponse()
Public Methods
ArrayOfString getGetProfileSchemaNamesResult()
Gets the value of the getProfileSchemaNamesResult property.
void setGetProfileSchemaNamesResult(ArrayOfString value)
Sets the value of the getProfileSchemaNamesResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ArrayOfString getProfileSchemaNamesResult

Public Constructors

public GetProfileSchemaNamesResponse ()

Public Methods

public ArrayOfString getGetProfileSchemaNamesResult ()

Gets the value of the getProfileSchemaNamesResult property.

Returns

public void setGetProfileSchemaNamesResult (ArrayOfString value)

Sets the value of the getProfileSchemaNamesResult property.

Parameters
value Allowed object is ArrayOfString