public class

GetListItems

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

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="listName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="viewName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="query" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="viewFields" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="rowLimit" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="queryOptions" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="webID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Nested Classes
class GetListItems.Query

Java class for anonymous complex type. 

class GetListItems.QueryOptions

Java class for anonymous complex type. 

class GetListItems.ViewFields

Java class for anonymous complex type. 

Fields
protected String listName
protected GetListItems.Query query
protected GetListItems.QueryOptions queryOptions
protected String rowLimit
protected GetListItems.ViewFields viewFields
protected String viewName
protected String webID
Public Constructors
GetListItems()
Public Methods
String getListName()
Gets the value of the listName property.
GetListItems.Query getQuery()
Gets the value of the query property.
GetListItems.QueryOptions getQueryOptions()
Gets the value of the queryOptions property.
String getRowLimit()
Gets the value of the rowLimit property.
GetListItems.ViewFields getViewFields()
Gets the value of the viewFields property.
String getViewName()
Gets the value of the viewName property.
String getWebID()
Gets the value of the webID property.
void setListName(String value)
Sets the value of the listName property.
void setQuery(GetListItems.Query value)
Sets the value of the query property.
void setQueryOptions(GetListItems.QueryOptions value)
Sets the value of the queryOptions property.
void setRowLimit(String value)
Sets the value of the rowLimit property.
void setViewFields(GetListItems.ViewFields value)
Sets the value of the viewFields property.
void setViewName(String value)
Sets the value of the viewName property.
void setWebID(String value)
Sets the value of the webID property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String listName

protected GetListItems.Query query

protected GetListItems.QueryOptions queryOptions

protected String rowLimit

protected GetListItems.ViewFields viewFields

protected String viewName

protected String webID

Public Constructors

public GetListItems ()

Public Methods

public String getListName ()

Gets the value of the listName property.

Returns
  • possible object is String

public GetListItems.Query getQuery ()

Gets the value of the query property.

Returns

public GetListItems.QueryOptions getQueryOptions ()

Gets the value of the queryOptions property.

Returns

public String getRowLimit ()

Gets the value of the rowLimit property.

Returns
  • possible object is String

public GetListItems.ViewFields getViewFields ()

Gets the value of the viewFields property.

Returns

public String getViewName ()

Gets the value of the viewName property.

Returns
  • possible object is String

public String getWebID ()

Gets the value of the webID property.

Returns
  • possible object is String

public void setListName (String value)

Sets the value of the listName property.

Parameters
value Allowed object is String

public void setQuery (GetListItems.Query value)

Sets the value of the query property.

Parameters
value Allowed object is GetListItems.Query

public void setQueryOptions (GetListItems.QueryOptions value)

Sets the value of the queryOptions property.

Parameters
value Allowed object is GetListItems.QueryOptions

public void setRowLimit (String value)

Sets the value of the rowLimit property.

Parameters
value Allowed object is String

public void setViewFields (GetListItems.ViewFields value)

Sets the value of the viewFields property.

Parameters
value Allowed object is GetListItems.ViewFields

public void setViewName (String value)

Sets the value of the viewName property.

Parameters
value Allowed object is String

public void setWebID (String value)

Sets the value of the webID property.

Parameters
value Allowed object is String