public class

GetListItems

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.sitedata.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="strListName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="strQuery" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="strViewFields" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="uRowLimit" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String strListName
protected String strQuery
protected String strViewFields
protected long uRowLimit
Public Constructors
GetListItems()
Public Methods
String getStrListName()
Gets the value of the strListName property.
String getStrQuery()
Gets the value of the strQuery property.
String getStrViewFields()
Gets the value of the strViewFields property.
long getURowLimit()
Gets the value of the uRowLimit property.
void setStrListName(String value)
Sets the value of the strListName property.
void setStrQuery(String value)
Sets the value of the strQuery property.
void setStrViewFields(String value)
Sets the value of the strViewFields property.
void setURowLimit(long value)
Sets the value of the uRowLimit property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String strListName

protected String strQuery

protected String strViewFields

protected long uRowLimit

Public Constructors

public GetListItems ()

Public Methods

public String getStrListName ()

Gets the value of the strListName property.

Returns
  • possible object is String

public String getStrQuery ()

Gets the value of the strQuery property.

Returns
  • possible object is String

public String getStrViewFields ()

Gets the value of the strViewFields property.

Returns
  • possible object is String

public long getURowLimit ()

Gets the value of the uRowLimit property.

public void setStrListName (String value)

Sets the value of the strListName property.

Parameters
value Allowed object is String

public void setStrQuery (String value)

Sets the value of the strQuery property.

Parameters
value Allowed object is String

public void setStrViewFields (String value)

Sets the value of the strViewFields property.

Parameters
value Allowed object is String

public void setURowLimit (long value)

Sets the value of the uRowLimit property.

Parameters
value