public class

AddWikiPage

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

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

Summary

Fields
protected String listRelPageUrl
protected String strListName
protected String wikiContent
Public Constructors
AddWikiPage()
Public Methods
String getListRelPageUrl()
Gets the value of the listRelPageUrl property.
String getStrListName()
Gets the value of the strListName property.
String getWikiContent()
Gets the value of the wikiContent property.
void setListRelPageUrl(String value)
Sets the value of the listRelPageUrl property.
void setStrListName(String value)
Sets the value of the strListName property.
void setWikiContent(String value)
Sets the value of the wikiContent property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String listRelPageUrl

protected String strListName

protected String wikiContent

Public Constructors

public AddWikiPage ()

Public Methods

public String getListRelPageUrl ()

Gets the value of the listRelPageUrl property.

Returns
  • possible object is String

public String getStrListName ()

Gets the value of the strListName property.

Returns
  • possible object is String

public String getWikiContent ()

Gets the value of the wikiContent property.

Returns
  • possible object is String

public void setListRelPageUrl (String value)

Sets the value of the listRelPageUrl property.

Parameters
value Allowed object is String

public void setStrListName (String value)

Sets the value of the strListName property.

Parameters
value Allowed object is String

public void setWikiContent (String value)

Sets the value of the wikiContent property.

Parameters
value Allowed object is String