public class

CalendarEventBean

extends EntityBean
java.lang.Object
   ↳ org.mule.modules.taleo.model.EntityBean
     ↳ org.mule.modules.taleo.model.CalendarEventBean

Class Overview

Java class for CalendarEventBean complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CalendarEventBean">
   <complexContent>
     <extension base="{urn:TBEWebAPI}EntityBean">
       <sequence>
         <element name="creator" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="duration" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="entityId" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="entityType" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="isPrivate" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="location" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="participants" type="{urn:TBEWebAPI}ArrayOfParticipantBean"/>
         <element name="startDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="subject" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String creator
protected String description
protected long duration
protected long entityId
protected String entityType
protected boolean isPrivate
protected String location
protected ArrayOfParticipantBean participants
protected XMLGregorianCalendar startDate
protected String subject
[Expand]
Inherited Fields
From class org.mule.modules.taleo.model.EntityBean
Public Constructors
CalendarEventBean()
Public Methods
String getCreator()
Gets the value of the creator property.
String getDescription()
Gets the value of the description property.
long getDuration()
Gets the value of the duration property.
long getEntityId()
Gets the value of the entityId property.
String getEntityType()
Gets the value of the entityType property.
boolean getIsPrivate()
Gets the value of the isPrivate property.
String getLocation()
Gets the value of the location property.
ArrayOfParticipantBean getParticipants()
Gets the value of the participants property.
XMLGregorianCalendar getStartDate()
Gets the value of the startDate property.
String getSubject()
Gets the value of the subject property.
void setCreator(String value)
Sets the value of the creator property.
void setDescription(String value)
Sets the value of the description property.
void setDuration(long value)
Sets the value of the duration property.
void setEntityId(long value)
Sets the value of the entityId property.
void setEntityType(String value)
Sets the value of the entityType property.
void setIsPrivate(boolean value)
Sets the value of the isPrivate property.
void setLocation(String value)
Sets the value of the location property.
void setParticipants(ArrayOfParticipantBean value)
Sets the value of the participants property.
void setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.
void setSubject(String value)
Sets the value of the subject property.
[Expand]
Inherited Methods
From class org.mule.modules.taleo.model.EntityBean
From class java.lang.Object

Fields

protected String creator

protected String description

protected long duration

protected long entityId

protected String entityType

protected boolean isPrivate

protected String location

protected ArrayOfParticipantBean participants

protected XMLGregorianCalendar startDate

protected String subject

Public Constructors

public CalendarEventBean ()

Public Methods

public String getCreator ()

Gets the value of the creator property.

Returns
  • possible object is String

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public long getDuration ()

Gets the value of the duration property.

public long getEntityId ()

Gets the value of the entityId property.

public String getEntityType ()

Gets the value of the entityType property.

Returns
  • possible object is String

public boolean getIsPrivate ()

Gets the value of the isPrivate property. This getter has been renamed from isIsPrivate() to getIsPrivate() by cxf-xjc-boolean plugin.

public String getLocation ()

Gets the value of the location property.

Returns
  • possible object is String

public ArrayOfParticipantBean getParticipants ()

Gets the value of the participants property.

Returns

public XMLGregorianCalendar getStartDate ()

Gets the value of the startDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getSubject ()

Gets the value of the subject property.

Returns
  • possible object is String

public void setCreator (String value)

Sets the value of the creator property.

Parameters
value Allowed object is String

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setDuration (long value)

Sets the value of the duration property.

Parameters
value

public void setEntityId (long value)

Sets the value of the entityId property.

Parameters
value

public void setEntityType (String value)

Sets the value of the entityType property.

Parameters
value Allowed object is String

public void setIsPrivate (boolean value)

Sets the value of the isPrivate property.

Parameters
value

public void setLocation (String value)

Sets the value of the location property.

Parameters
value Allowed object is String

public void setParticipants (ArrayOfParticipantBean value)

Sets the value of the participants property.

Parameters
value Allowed object is ArrayOfParticipantBean

public void setStartDate (XMLGregorianCalendar value)

Sets the value of the startDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setSubject (String value)

Sets the value of the subject property.

Parameters
value Allowed object is String