| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.meetings.CreateWorkspace |
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="title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="templateName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="lcid" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
<element name="timeZoneInformation" type="{http://schemas.microsoft.com/sharepoint/soap/meetings/}TimeZoneInf"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| lcid | |||||||||||
| templateName | |||||||||||
| timeZoneInformation | |||||||||||
| title | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the lcid property.
| |||||||||||
Gets the value of the templateName property.
| |||||||||||
Gets the value of the timeZoneInformation property.
| |||||||||||
Gets the value of the title property.
| |||||||||||
Sets the value of the lcid property.
| |||||||||||
Sets the value of the templateName property.
| |||||||||||
Sets the value of the timeZoneInformation property.
| |||||||||||
Sets the value of the title property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the lcid property.
Gets the value of the templateName property.
Gets the value of the timeZoneInformation property.
TimeZoneInf
Gets the value of the title property.
Sets the value of the lcid property.
| value |
|---|
Sets the value of the templateName property.
| value | Allowed object is String |
|---|
Sets the value of the timeZoneInformation property.
| value | Allowed object is
TimeZoneInf
|
|---|
Sets the value of the title property.
| value | Allowed object is String |
|---|