public class

GetListResponse

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.lists.GetListResponse

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="GetListResult" 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 GetListResponse.GetListResult

Java class for anonymous complex type. 

Fields
protected GetListResponse.GetListResult getListResult
Public Constructors
GetListResponse()
Public Methods
GetListResponse.GetListResult getGetListResult()
Gets the value of the getListResult property.
void setGetListResult(GetListResponse.GetListResult value)
Sets the value of the getListResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected GetListResponse.GetListResult getListResult

Public Constructors

public GetListResponse ()

Public Methods

public GetListResponse.GetListResult getGetListResult ()

Gets the value of the getListResult property.

Returns

public void setGetListResult (GetListResponse.GetListResult value)

Sets the value of the getListResult property.

Parameters
value Allowed object is GetListResponse.GetListResult