public class

ArrayOfMembershipData

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

Class Overview

Java class for ArrayOfMembershipData complex type.

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

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

Summary

Fields
protected List<MembershipData> membershipData
Public Constructors
ArrayOfMembershipData()
Public Methods
List<MembershipData> getMembershipData()
Gets the value of the membershipData property.
void setMembershipData(List<MembershipData> membershipData)
Sets the value of the membershipData property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<MembershipData> membershipData

Public Constructors

public ArrayOfMembershipData ()

Public Methods

public List<MembershipData> getMembershipData ()

Gets the value of the membershipData 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 membershipData property.

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

    getMembershipData().add(newItem);
 

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

public void setMembershipData (List<MembershipData> membershipData)

Sets the value of the membershipData property.

Parameters
membershipData Allowed object is MembershipData