public class

GetForm

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.forms.GetForm

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

Summary

Fields
protected String formUrl
protected String listName
Public Constructors
GetForm()
Public Methods
String getFormUrl()
Gets the value of the formUrl property.
String getListName()
Gets the value of the listName property.
void setFormUrl(String value)
Sets the value of the formUrl property.
void setListName(String value)
Sets the value of the listName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String formUrl

protected String listName

Public Constructors

public GetForm ()

Public Methods

public String getFormUrl ()

Gets the value of the formUrl property.

Returns
  • possible object is String

public String getListName ()

Gets the value of the listName property.

Returns
  • possible object is String

public void setFormUrl (String value)

Sets the value of the formUrl property.

Parameters
value Allowed object is String

public void setListName (String value)

Sets the value of the listName property.

Parameters
value Allowed object is String