public class

AddMeeting

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

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

Summary

Fields
protected String location
protected boolean nonGregorian
protected String organizerEmail
protected long sequence
protected String title
protected String uid
protected XMLGregorianCalendar utcDateEnd
protected XMLGregorianCalendar utcDateStamp
protected XMLGregorianCalendar utcDateStart
Public Constructors
AddMeeting()
Public Methods
String getLocation()
Gets the value of the location property.
boolean getNonGregorian()
Gets the value of the nonGregorian property.
String getOrganizerEmail()
Gets the value of the organizerEmail property.
long getSequence()
Gets the value of the sequence property.
String getTitle()
Gets the value of the title property.
String getUid()
Gets the value of the uid property.
XMLGregorianCalendar getUtcDateEnd()
Gets the value of the utcDateEnd property.
XMLGregorianCalendar getUtcDateStamp()
Gets the value of the utcDateStamp property.
XMLGregorianCalendar getUtcDateStart()
Gets the value of the utcDateStart property.
void setLocation(String value)
Sets the value of the location property.
void setNonGregorian(boolean value)
Sets the value of the nonGregorian property.
void setOrganizerEmail(String value)
Sets the value of the organizerEmail property.
void setSequence(long value)
Sets the value of the sequence property.
void setTitle(String value)
Sets the value of the title property.
void setUid(String value)
Sets the value of the uid property.
void setUtcDateEnd(XMLGregorianCalendar value)
Sets the value of the utcDateEnd property.
void setUtcDateStamp(XMLGregorianCalendar value)
Sets the value of the utcDateStamp property.
void setUtcDateStart(XMLGregorianCalendar value)
Sets the value of the utcDateStart property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String location

protected boolean nonGregorian

protected String organizerEmail

protected long sequence

protected String title

protected String uid

protected XMLGregorianCalendar utcDateEnd

protected XMLGregorianCalendar utcDateStamp

protected XMLGregorianCalendar utcDateStart

Public Constructors

public AddMeeting ()

Public Methods

public String getLocation ()

Gets the value of the location property.

Returns
  • possible object is String

public boolean getNonGregorian ()

Gets the value of the nonGregorian property. This getter has been renamed from isNonGregorian() to getNonGregorian() by cxf-xjc-boolean plugin.

public String getOrganizerEmail ()

Gets the value of the organizerEmail property.

Returns
  • possible object is String

public long getSequence ()

Gets the value of the sequence property.

public String getTitle ()

Gets the value of the title property.

Returns
  • possible object is String

public String getUid ()

Gets the value of the uid property.

Returns
  • possible object is String

public XMLGregorianCalendar getUtcDateEnd ()

Gets the value of the utcDateEnd property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getUtcDateStamp ()

Gets the value of the utcDateStamp property.

Returns
  • possible object is XMLGregorianCalendar

public XMLGregorianCalendar getUtcDateStart ()

Gets the value of the utcDateStart property.

Returns
  • possible object is XMLGregorianCalendar

public void setLocation (String value)

Sets the value of the location property.

Parameters
value Allowed object is String

public void setNonGregorian (boolean value)

Sets the value of the nonGregorian property.

Parameters
value

public void setOrganizerEmail (String value)

Sets the value of the organizerEmail property.

Parameters
value Allowed object is String

public void setSequence (long value)

Sets the value of the sequence property.

Parameters
value

public void setTitle (String value)

Sets the value of the title property.

Parameters
value Allowed object is String

public void setUid (String value)

Sets the value of the uid property.

Parameters
value Allowed object is String

public void setUtcDateEnd (XMLGregorianCalendar value)

Sets the value of the utcDateEnd property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setUtcDateStamp (XMLGregorianCalendar value)

Sets the value of the utcDateStamp property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setUtcDateStart (XMLGregorianCalendar value)

Sets the value of the utcDateStart property.

Parameters
value Allowed object is XMLGregorianCalendar