public class

GetUserPropertyByAccountNameResponse

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

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

Summary

Fields
protected PropertyData getUserPropertyByAccountNameResult
Public Constructors
GetUserPropertyByAccountNameResponse()
Public Methods
PropertyData getGetUserPropertyByAccountNameResult()
Gets the value of the getUserPropertyByAccountNameResult property.
void setGetUserPropertyByAccountNameResult(PropertyData value)
Sets the value of the getUserPropertyByAccountNameResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected PropertyData getUserPropertyByAccountNameResult

Public Constructors

public GetUserPropertyByAccountNameResponse ()

Public Methods

public PropertyData getGetUserPropertyByAccountNameResult ()

Gets the value of the getUserPropertyByAccountNameResult property.

Returns

public void setGetUserPropertyByAccountNameResult (PropertyData value)

Sets the value of the getUserPropertyByAccountNameResult property.

Parameters
value Allowed object is PropertyData