public class

GetMeetingsInformation

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

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="requestFlags" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
         <element name="lcid" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected long lcid
protected long requestFlags
Public Constructors
GetMeetingsInformation()
Public Methods
long getLcid()
Gets the value of the lcid property.
long getRequestFlags()
Gets the value of the requestFlags property.
void setLcid(long value)
Sets the value of the lcid property.
void setRequestFlags(long value)
Sets the value of the requestFlags property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected long lcid

protected long requestFlags

Public Constructors

public GetMeetingsInformation ()

Public Methods

public long getLcid ()

Gets the value of the lcid property.

public long getRequestFlags ()

Gets the value of the requestFlags property.

public void setLcid (long value)

Sets the value of the lcid property.

Parameters
value

public void setRequestFlags (long value)

Sets the value of the requestFlags property.

Parameters
value