public class

ArrayOfOrganizationProfileData

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

Class Overview

Java class for ArrayOfOrganizationProfileData complex type.

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

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

Summary

Fields
protected List<OrganizationProfileData> organizationProfileData
Public Constructors
ArrayOfOrganizationProfileData()
Public Methods
List<OrganizationProfileData> getOrganizationProfileData()
Gets the value of the organizationProfileData property.
void setOrganizationProfileData(List<OrganizationProfileData> organizationProfileData)
Sets the value of the organizationProfileData property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<OrganizationProfileData> organizationProfileData

Public Constructors

public ArrayOfOrganizationProfileData ()

Public Methods

public List<OrganizationProfileData> getOrganizationProfileData ()

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

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

    getOrganizationProfileData().add(newItem);
 

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

public void setOrganizationProfileData (List<OrganizationProfileData> organizationProfileData)

Sets the value of the organizationProfileData property.

Parameters
organizationProfileData Allowed object is OrganizationProfileData