public class

GetListCollectionResponse

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.lists.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" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Nested Classes
class GetListCollectionResponse.GetListCollectionResult

Java class for anonymous complex type. 

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

Fields

protected GetListCollectionResponse.GetListCollectionResult getListCollectionResult

Public Constructors

public GetListCollectionResponse ()

Public Methods

public GetListCollectionResponse.GetListCollectionResult getGetListCollectionResult ()

Gets the value of the getListCollectionResult property.

public void setGetListCollectionResult (GetListCollectionResponse.GetListCollectionResult value)

Sets the value of the getListCollectionResult property.

Parameters
value Allowed object is GetListCollectionResponse.GetListCollectionResult