public class

ArrayOfSFPUrl

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.sitedata.ArrayOfSFPUrl

Class Overview

Java class for ArrayOf_sFPUrl complex type.

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

 <complexType name="ArrayOf_sFPUrl">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="_sFPUrl" type="{http://schemas.microsoft.com/sharepoint/soap/}_sFPUrl" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<SFPUrl> sfpUrl
Public Constructors
ArrayOfSFPUrl()
Public Methods
List<SFPUrl> getSFPUrl()
Gets the value of the sfpUrl property.
void setSFPUrl(List<SFPUrl> value)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<SFPUrl> sfpUrl

Public Constructors

public ArrayOfSFPUrl ()

Public Methods

public List<SFPUrl> getSFPUrl ()

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

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

    getSFPUrl().add(newItem);
 

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

public void setSFPUrl (List<SFPUrl> value)

Parameters
value