public class

ArrayOfPropertyData

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

Class Overview

Java class for ArrayOfPropertyData complex type.

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

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

Summary

Fields
protected List<PropertyData> propertyData
Public Constructors
ArrayOfPropertyData()
Public Methods
List<PropertyData> getPropertyData()
Gets the value of the propertyData property.
void setPropertyData(List<PropertyData> propertyData)
Sets the value of the propertyData property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<PropertyData> propertyData

Public Constructors

public ArrayOfPropertyData ()

Public Methods

public List<PropertyData> getPropertyData ()

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

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

    getPropertyData().add(newItem);
 

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

public void setPropertyData (List<PropertyData> propertyData)

Sets the value of the propertyData property.

Parameters
propertyData Allowed object is PropertyData