| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.dws.CreateDws |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| documents | |||||||||||
| name | |||||||||||
| title | |||||||||||
| users | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the documents property.
| |||||||||||
Gets the value of the name property.
| |||||||||||
Gets the value of the title property.
| |||||||||||
Gets the value of the users property.
| |||||||||||
Sets the value of the documents property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the title property.
| |||||||||||
Sets the value of the users property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the documents property.
Gets the value of the name property.
Gets the value of the title property.
Gets the value of the users property.
Sets the value of the documents property.
| value | Allowed object is String |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the title property.
| value | Allowed object is String |
|---|
Sets the value of the users property.
| value | Allowed object is String |
|---|