public class

CreateUserProfileByAccountNameResponse

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

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

Summary

Fields
protected ArrayOfPropertyData createUserProfileByAccountNameResult
Public Constructors
CreateUserProfileByAccountNameResponse()
Public Methods
ArrayOfPropertyData getCreateUserProfileByAccountNameResult()
Gets the value of the createUserProfileByAccountNameResult property.
void setCreateUserProfileByAccountNameResult(ArrayOfPropertyData value)
Sets the value of the createUserProfileByAccountNameResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ArrayOfPropertyData createUserProfileByAccountNameResult

Public Constructors

public CreateUserProfileByAccountNameResponse ()

Public Methods

public ArrayOfPropertyData getCreateUserProfileByAccountNameResult ()

Gets the value of the createUserProfileByAccountNameResult property.

Returns

public void setCreateUserProfileByAccountNameResult (ArrayOfPropertyData value)

Sets the value of the createUserProfileByAccountNameResult property.

Parameters
value Allowed object is ArrayOfPropertyData