public class

ArrayOfQuickLinkData

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

Class Overview

Java class for ArrayOfQuickLinkData complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ArrayOfQuickLinkData">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="QuickLinkData" type="{http://microsoft.com/webservices/SharePointPortalServer/UserProfileService}QuickLinkData" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<QuickLinkData> quickLinkData
Public Constructors
ArrayOfQuickLinkData()
Public Methods
List<QuickLinkData> getQuickLinkData()
Gets the value of the quickLinkData property.
void setQuickLinkData(List<QuickLinkData> quickLinkData)
Sets the value of the quickLinkData property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<QuickLinkData> quickLinkData

Public Constructors

public ArrayOfQuickLinkData ()

Public Methods

public List<QuickLinkData> getQuickLinkData ()

Gets the value of the quickLinkData property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the quickLinkData property.

For example, to add a new item, do as follows:

    getQuickLinkData().add(newItem);
 

Objects of the following type(s) are allowed in the list QuickLinkData

public void setQuickLinkData (List<QuickLinkData> quickLinkData)

Sets the value of the quickLinkData property.

Parameters
quickLinkData Allowed object is QuickLinkData