public class

GetDataFromDataSourceControl

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.webpartpages.GetDataFromDataSourceControl

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

Summary

Fields
protected String contextUrl
protected String dscXml
Public Constructors
GetDataFromDataSourceControl()
Public Methods
String getContextUrl()
Gets the value of the contextUrl property.
String getDscXml()
Gets the value of the dscXml property.
void setContextUrl(String value)
Sets the value of the contextUrl property.
void setDscXml(String value)
Sets the value of the dscXml property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String contextUrl

protected String dscXml

Public Constructors

public GetDataFromDataSourceControl ()

Public Methods

public String getContextUrl ()

Gets the value of the contextUrl property.

Returns
  • possible object is String

public String getDscXml ()

Gets the value of the dscXml property.

Returns
  • possible object is String

public void setContextUrl (String value)

Sets the value of the contextUrl property.

Parameters
value Allowed object is String

public void setDscXml (String value)

Sets the value of the dscXml property.

Parameters
value Allowed object is String