public class

CreateNewFolder

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

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

Summary

Fields
protected String strListName
protected String strParentFolder
Public Constructors
CreateNewFolder()
Public Methods
String getStrListName()
Gets the value of the strListName property.
String getStrParentFolder()
Gets the value of the strParentFolder property.
void setStrListName(String value)
Sets the value of the strListName property.
void setStrParentFolder(String value)
Sets the value of the strParentFolder property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String strListName

protected String strParentFolder

Public Constructors

public CreateNewFolder ()

Public Methods

public String getStrListName ()

Gets the value of the strListName property.

Returns
  • possible object is String

public String getStrParentFolder ()

Gets the value of the strParentFolder property.

Returns
  • possible object is String

public void setStrListName (String value)

Sets the value of the strListName property.

Parameters
value Allowed object is String

public void setStrParentFolder (String value)

Sets the value of the strParentFolder property.

Parameters
value Allowed object is String