public class

AddSuggestions

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

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

Summary

Fields
protected ArrayOfString suggestions
protected SuggestionType type
protected ArrayOfDouble weights
Public Constructors
AddSuggestions()
Public Methods
ArrayOfString getSuggestions()
Gets the value of the suggestions property.
SuggestionType getType()
Gets the value of the type property.
ArrayOfDouble getWeights()
Gets the value of the weights property.
void setSuggestions(ArrayOfString value)
Sets the value of the suggestions property.
void setType(SuggestionType value)
Sets the value of the type property.
void setWeights(ArrayOfDouble value)
Sets the value of the weights property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ArrayOfString suggestions

protected SuggestionType type

protected ArrayOfDouble weights

Public Constructors

public AddSuggestions ()

Public Methods

public ArrayOfString getSuggestions ()

Gets the value of the suggestions property.

Returns

public SuggestionType getType ()

Gets the value of the type property.

Returns

public ArrayOfDouble getWeights ()

Gets the value of the weights property.

Returns

public void setSuggestions (ArrayOfString value)

Sets the value of the suggestions property.

Parameters
value Allowed object is ArrayOfString

public void setType (SuggestionType value)

Sets the value of the type property.

Parameters
value Allowed object is SuggestionType

public void setWeights (ArrayOfDouble value)

Sets the value of the weights property.

Parameters
value Allowed object is ArrayOfDouble