public class

CreateDws

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.dws.CreateDws

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

Summary

Fields
protected String documents
protected String name
protected String title
protected String users
Public Constructors
CreateDws()
Public Methods
String getDocuments()
Gets the value of the documents property.
String getName()
Gets the value of the name property.
String getTitle()
Gets the value of the title property.
String getUsers()
Gets the value of the users property.
void setDocuments(String value)
Sets the value of the documents property.
void setName(String value)
Sets the value of the name property.
void setTitle(String value)
Sets the value of the title property.
void setUsers(String value)
Sets the value of the users property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String documents

protected String name

protected String title

protected String users

Public Constructors

public CreateDws ()

Public Methods

public String getDocuments ()

Gets the value of the documents property.

Returns
  • possible object is String

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public String getTitle ()

Gets the value of the title property.

Returns
  • possible object is String

public String getUsers ()

Gets the value of the users property.

Returns
  • possible object is String

public void setDocuments (String value)

Sets the value of the documents property.

Parameters
value Allowed object is String

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setTitle (String value)

Sets the value of the title property.

Parameters
value Allowed object is String

public void setUsers (String value)

Sets the value of the users property.

Parameters
value Allowed object is String