public class

GetWebPartCrossPageCompatibility

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

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="targetPageUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="targetPageContents" 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
protected String targetPageContents
protected String targetPageUrl
Public Constructors
GetWebPartCrossPageCompatibility()
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.
String getTargetPageContents()
Gets the value of the targetPageContents property.
String getTargetPageUrl()
Gets the value of the targetPageUrl 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.
void setTargetPageContents(String value)
Sets the value of the targetPageContents property.
void setTargetPageUrl(String value)
Sets the value of the targetPageUrl property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String lcid

protected String providerPartID

protected String sourcePageContents

protected String sourcePageUrl

protected String targetPageContents

protected String targetPageUrl

Public Constructors

public GetWebPartCrossPageCompatibility ()

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 String getTargetPageContents ()

Gets the value of the targetPageContents property.

Returns
  • possible object is String

public String getTargetPageUrl ()

Gets the value of the targetPageUrl 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

public void setTargetPageContents (String value)

Sets the value of the targetPageContents property.

Parameters
value Allowed object is String

public void setTargetPageUrl (String value)

Sets the value of the targetPageUrl property.

Parameters
value Allowed object is String