public class

CreateWorkspace

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.meetings.CreateWorkspace

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="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>
 

Summary

Fields
protected long lcid
protected String templateName
protected TimeZoneInf timeZoneInformation
protected String title
Public Constructors
CreateWorkspace()
Public Methods
long getLcid()
Gets the value of the lcid property.
String getTemplateName()
Gets the value of the templateName property.
TimeZoneInf getTimeZoneInformation()
Gets the value of the timeZoneInformation property.
String getTitle()
Gets the value of the title property.
void setLcid(long value)
Sets the value of the lcid property.
void setTemplateName(String value)
Sets the value of the templateName property.
void setTimeZoneInformation(TimeZoneInf value)
Sets the value of the timeZoneInformation property.
void setTitle(String value)
Sets the value of the title property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected long lcid

protected String templateName

protected TimeZoneInf timeZoneInformation

protected String title

Public Constructors

public CreateWorkspace ()

Public Methods

public long getLcid ()

Gets the value of the lcid property.

public String getTemplateName ()

Gets the value of the templateName property.

Returns
  • possible object is String

public TimeZoneInf getTimeZoneInformation ()

Gets the value of the timeZoneInformation property.

Returns

public String getTitle ()

Gets the value of the title property.

Returns
  • possible object is String

public void setLcid (long value)

Sets the value of the lcid property.

Parameters
value

public void setTemplateName (String value)

Sets the value of the templateName property.

Parameters
value Allowed object is String

public void setTimeZoneInformation (TimeZoneInf value)

Sets the value of the timeZoneInformation property.

Parameters
value Allowed object is TimeZoneInf

public void setTitle (String value)

Sets the value of the title property.

Parameters
value Allowed object is String