public class

ArrayOfSList

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

Class Overview

Java class for ArrayOf_sList complex type.

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

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

Summary

Fields
protected List<SList> sList
Public Constructors
ArrayOfSList()
Public Methods
List<SList> getSList()
Gets the value of the sList property.
void setSList(List<SList> value)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<SList> sList

Public Constructors

public ArrayOfSList ()

Public Methods

public List<SList> getSList ()

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

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

    getSList().add(newItem);
 

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

public void setSList (List<SList> value)

Parameters
value