public class

GetVersionCollection

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

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="strlistID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="strlistItemID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="strFieldName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String strFieldName
protected String strlistID
protected String strlistItemID
Public Constructors
GetVersionCollection()
Public Methods
String getStrFieldName()
Gets the value of the strFieldName property.
String getStrlistID()
Gets the value of the strlistID property.
String getStrlistItemID()
Gets the value of the strlistItemID property.
void setStrFieldName(String value)
Sets the value of the strFieldName property.
void setStrlistID(String value)
Sets the value of the strlistID property.
void setStrlistItemID(String value)
Sets the value of the strlistItemID property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String strFieldName

protected String strlistID

protected String strlistItemID

Public Constructors

public GetVersionCollection ()

Public Methods

public String getStrFieldName ()

Gets the value of the strFieldName property.

Returns
  • possible object is String

public String getStrlistID ()

Gets the value of the strlistID property.

Returns
  • possible object is String

public String getStrlistItemID ()

Gets the value of the strlistItemID property.

Returns
  • possible object is String

public void setStrFieldName (String value)

Sets the value of the strFieldName property.

Parameters
value Allowed object is String

public void setStrlistID (String value)

Sets the value of the strlistID property.

Parameters
value Allowed object is String

public void setStrlistItemID (String value)

Sets the value of the strlistItemID property.

Parameters
value Allowed object is String