public class

ValidateWorkflowMarkupAndCreateSupportObjects

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

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

Summary

Fields
protected String configBlob
protected String flag
protected String rulesText
protected String workflowMarkupText
Public Constructors
ValidateWorkflowMarkupAndCreateSupportObjects()
Public Methods
String getConfigBlob()
Gets the value of the configBlob property.
String getFlag()
Gets the value of the flag property.
String getRulesText()
Gets the value of the rulesText property.
String getWorkflowMarkupText()
Gets the value of the workflowMarkupText property.
void setConfigBlob(String value)
Sets the value of the configBlob property.
void setFlag(String value)
Sets the value of the flag property.
void setRulesText(String value)
Sets the value of the rulesText property.
void setWorkflowMarkupText(String value)
Sets the value of the workflowMarkupText property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String configBlob

protected String flag

protected String rulesText

protected String workflowMarkupText

Public Constructors

public ValidateWorkflowMarkupAndCreateSupportObjects ()

Public Methods

public String getConfigBlob ()

Gets the value of the configBlob property.

Returns
  • possible object is String

public String getFlag ()

Gets the value of the flag property.

Returns
  • possible object is String

public String getRulesText ()

Gets the value of the rulesText property.

Returns
  • possible object is String

public String getWorkflowMarkupText ()

Gets the value of the workflowMarkupText property.

Returns
  • possible object is String

public void setConfigBlob (String value)

Sets the value of the configBlob property.

Parameters
value Allowed object is String

public void setFlag (String value)

Sets the value of the flag property.

Parameters
value Allowed object is String

public void setRulesText (String value)

Sets the value of the rulesText property.

Parameters
value Allowed object is String

public void setWorkflowMarkupText (String value)

Sets the value of the workflowMarkupText property.

Parameters
value Allowed object is String