public class

AssociateWorkflowMarkup

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

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

Summary

Fields
protected String configUrl
protected String configVersion
Public Constructors
AssociateWorkflowMarkup()
Public Methods
String getConfigUrl()
Gets the value of the configUrl property.
String getConfigVersion()
Gets the value of the configVersion property.
void setConfigUrl(String value)
Sets the value of the configUrl property.
void setConfigVersion(String value)
Sets the value of the configVersion property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String configUrl

protected String configVersion

Public Constructors

public AssociateWorkflowMarkup ()

Public Methods

public String getConfigUrl ()

Gets the value of the configUrl property.

Returns
  • possible object is String

public String getConfigVersion ()

Gets the value of the configVersion property.

Returns
  • possible object is String

public void setConfigUrl (String value)

Sets the value of the configUrl property.

Parameters
value Allowed object is String

public void setConfigVersion (String value)

Sets the value of the configVersion property.

Parameters
value Allowed object is String