public class

ArrayOfSProperty

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

Class Overview

Java class for ArrayOf_sProperty complex type.

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

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

Summary

Fields
protected List<SProperty> sProperty
Public Constructors
ArrayOfSProperty()
Public Methods
List<SProperty> getSProperty()
Gets the value of the sProperty property.
void setSProperty(List<SProperty> value)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<SProperty> sProperty

Public Constructors

public ArrayOfSProperty ()

Public Methods

public List<SProperty> getSProperty ()

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

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

    getSProperty().add(newItem);
 

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

public void setSProperty (List<SProperty> value)

Parameters
value