| java.lang.Object | |
| ↳ | org.mule.modules.sharepoint.microsoft.meetings.AddMeeting |
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="organizerEmail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<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="title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="location" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="utcDateStart" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="utcDateEnd" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="nonGregorian" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| location | |||||||||||
| nonGregorian | |||||||||||
| organizerEmail | |||||||||||
| sequence | |||||||||||
| title | |||||||||||
| uid | |||||||||||
| utcDateEnd | |||||||||||
| utcDateStamp | |||||||||||
| utcDateStart | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the location property.
| |||||||||||
Gets the value of the nonGregorian property.
| |||||||||||
Gets the value of the organizerEmail property.
| |||||||||||
Gets the value of the sequence property.
| |||||||||||
Gets the value of the title property.
| |||||||||||
Gets the value of the uid property.
| |||||||||||
Gets the value of the utcDateEnd property.
| |||||||||||
Gets the value of the utcDateStamp property.
| |||||||||||
Gets the value of the utcDateStart property.
| |||||||||||
Sets the value of the location property.
| |||||||||||
Sets the value of the nonGregorian property.
| |||||||||||
Sets the value of the organizerEmail property.
| |||||||||||
Sets the value of the sequence property.
| |||||||||||
Sets the value of the title property.
| |||||||||||
Sets the value of the uid property.
| |||||||||||
Sets the value of the utcDateEnd property.
| |||||||||||
Sets the value of the utcDateStamp property.
| |||||||||||
Sets the value of the utcDateStart property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the location property.
Gets the value of the nonGregorian property. This getter has been renamed from isNonGregorian() to getNonGregorian() by cxf-xjc-boolean plugin.
Gets the value of the organizerEmail property.
Gets the value of the sequence property.
Gets the value of the title property.
Gets the value of the uid property.
Gets the value of the utcDateEnd property.
Gets the value of the utcDateStamp property.
Gets the value of the utcDateStart property.
Sets the value of the location property.
| value | Allowed object is String |
|---|
Sets the value of the nonGregorian property.
| value |
|---|
Sets the value of the organizerEmail property.
| value | Allowed object is String |
|---|
Sets the value of the sequence property.
| value |
|---|
Sets the value of the title property.
| value | Allowed object is String |
|---|
Sets the value of the uid property.
| value | Allowed object is String |
|---|
Sets the value of the utcDateEnd property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the utcDateStamp property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the utcDateStart property.
| value | Allowed object is XMLGregorianCalendar |
|---|