public class

ArrayOfPropertyInfo

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

Class Overview

Java class for ArrayOfPropertyInfo complex type.

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

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

Summary

Fields
protected List<PropertyInfo> propertyInfo
Public Constructors
ArrayOfPropertyInfo()
Public Methods
List<PropertyInfo> getPropertyInfo()
Gets the value of the propertyInfo property.
void setPropertyInfo(List<PropertyInfo> propertyInfo)
Sets the value of the propertyInfo property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<PropertyInfo> propertyInfo

Public Constructors

public ArrayOfPropertyInfo ()

Public Methods

public List<PropertyInfo> getPropertyInfo ()

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

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

    getPropertyInfo().add(newItem);
 

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

public void setPropertyInfo (List<PropertyInfo> propertyInfo)

Sets the value of the propertyInfo property.

Parameters
propertyInfo Allowed object is PropertyInfo