| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.meetings.RemoveMeeting |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| cancelMeeting | |||||||||||
| recurrenceId | |||||||||||
| sequence | |||||||||||
| uid | |||||||||||
| utcDateStamp | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the cancelMeeting property.
| |||||||||||
Gets the value of the recurrenceId property.
| |||||||||||
Gets the value of the sequence property.
| |||||||||||
Gets the value of the uid property.
| |||||||||||
Gets the value of the utcDateStamp property.
| |||||||||||
Sets the value of the cancelMeeting property.
| |||||||||||
Sets the value of the recurrenceId property.
| |||||||||||
Sets the value of the sequence property.
| |||||||||||
Sets the value of the uid property.
| |||||||||||
Sets the value of the utcDateStamp property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the cancelMeeting property. This getter has been renamed from isCancelMeeting() to getCancelMeeting() by cxf-xjc-boolean plugin.
Gets the value of the recurrenceId property.
Gets the value of the sequence property.
Gets the value of the uid property.
Gets the value of the utcDateStamp property.
Sets the value of the cancelMeeting property.
| value |
|---|
Sets the value of the recurrenceId property.
| value |
|---|
Sets the value of the sequence property.
| value |
|---|
Sets the value of the uid property.
| value | Allowed object is String |
|---|
Sets the value of the utcDateStamp property.
| value | Allowed object is XMLGregorianCalendar |
|---|