public class

GetWebPartPageConnectionInfo

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

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

Summary

Fields
protected String lcid
protected String providerPartID
protected String sourcePageContents
protected String sourcePageUrl
Public Constructors
GetWebPartPageConnectionInfo()
Public Methods
String getLcid()
Gets the value of the lcid property.
String getProviderPartID()
Gets the value of the providerPartID property.
String getSourcePageContents()
Gets the value of the sourcePageContents property.
String getSourcePageUrl()
Gets the value of the sourcePageUrl property.
void setLcid(String value)
Sets the value of the lcid property.
void setProviderPartID(String value)
Sets the value of the providerPartID property.
void setSourcePageContents(String value)
Sets the value of the sourcePageContents property.
void setSourcePageUrl(String value)
Sets the value of the sourcePageUrl property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String lcid

protected String providerPartID

protected String sourcePageContents

protected String sourcePageUrl

Public Constructors

public GetWebPartPageConnectionInfo ()

Public Methods

public String getLcid ()

Gets the value of the lcid property.

Returns
  • possible object is String

public String getProviderPartID ()

Gets the value of the providerPartID property.

Returns
  • possible object is String

public String getSourcePageContents ()

Gets the value of the sourcePageContents property.

Returns
  • possible object is String

public String getSourcePageUrl ()

Gets the value of the sourcePageUrl property.

Returns
  • possible object is String

public void setLcid (String value)

Sets the value of the lcid property.

Parameters
value Allowed object is String

public void setProviderPartID (String value)

Sets the value of the providerPartID property.

Parameters
value Allowed object is String

public void setSourcePageContents (String value)

Sets the value of the sourcePageContents property.

Parameters
value Allowed object is String

public void setSourcePageUrl (String value)

Sets the value of the sourcePageUrl property.

Parameters
value Allowed object is String