public class

ArrayOfContactData

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

Class Overview

Java class for ArrayOfContactData complex type.

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

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

Summary

Fields
protected List<ContactData> contactData
Public Constructors
ArrayOfContactData()
Public Methods
List<ContactData> getContactData()
Gets the value of the contactData property.
void setContactData(List<ContactData> contactData)
Sets the value of the contactData property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<ContactData> contactData

Public Constructors

public ArrayOfContactData ()

Public Methods

public List<ContactData> getContactData ()

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

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

    getContactData().add(newItem);
 

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

public void setContactData (List<ContactData> contactData)

Sets the value of the contactData property.

Parameters
contactData Allowed object is ContactData