public class

GetPropertyChoiceListResponse

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

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

Summary

Fields
protected ArrayOfString getPropertyChoiceListResult
Public Constructors
GetPropertyChoiceListResponse()
Public Methods
ArrayOfString getGetPropertyChoiceListResult()
Gets the value of the getPropertyChoiceListResult property.
void setGetPropertyChoiceListResult(ArrayOfString value)
Sets the value of the getPropertyChoiceListResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ArrayOfString getPropertyChoiceListResult

Public Constructors

public GetPropertyChoiceListResponse ()

Public Methods

public ArrayOfString getGetPropertyChoiceListResult ()

Gets the value of the getPropertyChoiceListResult property.

Returns

public void setGetPropertyChoiceListResult (ArrayOfString value)

Sets the value of the getPropertyChoiceListResult property.

Parameters
value Allowed object is ArrayOfString