public class

RemoveMeeting

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

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="recurrenceId" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
         <element name="uid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="sequence" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
         <element name="utcDateStamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="cancelMeeting" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected boolean cancelMeeting
protected long recurrenceId
protected long sequence
protected String uid
protected XMLGregorianCalendar utcDateStamp
Public Constructors
RemoveMeeting()
Public Methods
boolean getCancelMeeting()
Gets the value of the cancelMeeting property.
long getRecurrenceId()
Gets the value of the recurrenceId property.
long getSequence()
Gets the value of the sequence property.
String getUid()
Gets the value of the uid property.
XMLGregorianCalendar getUtcDateStamp()
Gets the value of the utcDateStamp property.
void setCancelMeeting(boolean value)
Sets the value of the cancelMeeting property.
void setRecurrenceId(long value)
Sets the value of the recurrenceId property.
void setSequence(long value)
Sets the value of the sequence property.
void setUid(String value)
Sets the value of the uid property.
void setUtcDateStamp(XMLGregorianCalendar value)
Sets the value of the utcDateStamp property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected boolean cancelMeeting

protected long recurrenceId

protected long sequence

protected String uid

protected XMLGregorianCalendar utcDateStamp

Public Constructors

public RemoveMeeting ()

Public Methods

public boolean getCancelMeeting ()

Gets the value of the cancelMeeting property. This getter has been renamed from isCancelMeeting() to getCancelMeeting() by cxf-xjc-boolean plugin.

public long getRecurrenceId ()

Gets the value of the recurrenceId property.

public long getSequence ()

Gets the value of the sequence property.

public String getUid ()

Gets the value of the uid property.

Returns
  • possible object is String

public XMLGregorianCalendar getUtcDateStamp ()

Gets the value of the utcDateStamp property.

Returns
  • possible object is XMLGregorianCalendar

public void setCancelMeeting (boolean value)

Sets the value of the cancelMeeting property.

Parameters
value

public void setRecurrenceId (long value)

Sets the value of the recurrenceId property.

Parameters
value

public void setSequence (long value)

Sets the value of the sequence property.

Parameters
value

public void setUid (String value)

Sets the value of the uid property.

Parameters
value Allowed object is String

public void setUtcDateStamp (XMLGregorianCalendar value)

Sets the value of the utcDateStamp property.

Parameters
value Allowed object is XMLGregorianCalendar