public class

GetListCollectionResponse

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

Class Overview

Java class for anonymous complex type.

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

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

Summary

Fields
protected long getListCollectionResult
protected ArrayOfSList vLists
Public Constructors
GetListCollectionResponse()
Public Methods
long getGetListCollectionResult()
Gets the value of the getListCollectionResult property.
ArrayOfSList getVLists()
Gets the value of the vLists property.
void setGetListCollectionResult(long value)
Sets the value of the getListCollectionResult property.
void setVLists(ArrayOfSList value)
Sets the value of the vLists property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected long getListCollectionResult

protected ArrayOfSList vLists

Public Constructors

public GetListCollectionResponse ()

Public Methods

public long getGetListCollectionResult ()

Gets the value of the getListCollectionResult property.

public ArrayOfSList getVLists ()

Gets the value of the vLists property.

Returns

public void setGetListCollectionResult (long value)

Sets the value of the getListCollectionResult property.

Parameters
value

public void setVLists (ArrayOfSList value)

Sets the value of the vLists property.

Parameters
value Allowed object is ArrayOfSList