public class

Edit

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.imaging.Edit

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="strListName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="strFolder" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="itemFileName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="recipe" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Nested Classes
class Edit.Recipe

Java class for anonymous complex type. 

Fields
protected String itemFileName
protected Edit.Recipe recipe
protected String strFolder
protected String strListName
Public Constructors
Edit()
Public Methods
String getItemFileName()
Gets the value of the itemFileName property.
Edit.Recipe getRecipe()
Gets the value of the recipe property.
String getStrFolder()
Gets the value of the strFolder property.
String getStrListName()
Gets the value of the strListName property.
void setItemFileName(String value)
Sets the value of the itemFileName property.
void setRecipe(Edit.Recipe value)
Sets the value of the recipe property.
void setStrFolder(String value)
Sets the value of the strFolder property.
void setStrListName(String value)
Sets the value of the strListName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String itemFileName

protected Edit.Recipe recipe

protected String strFolder

protected String strListName

Public Constructors

public Edit ()

Public Methods

public String getItemFileName ()

Gets the value of the itemFileName property.

Returns
  • possible object is String

public Edit.Recipe getRecipe ()

Gets the value of the recipe property.

Returns

public String getStrFolder ()

Gets the value of the strFolder property.

Returns
  • possible object is String

public String getStrListName ()

Gets the value of the strListName property.

Returns
  • possible object is String

public void setItemFileName (String value)

Sets the value of the itemFileName property.

Parameters
value Allowed object is String

public void setRecipe (Edit.Recipe value)

Sets the value of the recipe property.

Parameters
value Allowed object is Edit.Recipe

public void setStrFolder (String value)

Sets the value of the strFolder property.

Parameters
value Allowed object is String

public void setStrListName (String value)

Sets the value of the strListName property.

Parameters
value Allowed object is String