| java.lang.Object | ||
| ↳ | org.mule.modules.taleo.model.EntityBean | |
| ↳ | org.mule.modules.taleo.model.CalendarEventBean | |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| creator | |||||||||||
| description | |||||||||||
| duration | |||||||||||
| entityId | |||||||||||
| entityType | |||||||||||
| isPrivate | |||||||||||
| location | |||||||||||
| participants | |||||||||||
| startDate | |||||||||||
| subject | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.taleo.model.EntityBean
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the creator property.
| |||||||||||
Gets the value of the description property.
| |||||||||||
Gets the value of the duration property.
| |||||||||||
Gets the value of the entityId property.
| |||||||||||
Gets the value of the entityType property.
| |||||||||||
Gets the value of the isPrivate property.
| |||||||||||
Gets the value of the location property.
| |||||||||||
Gets the value of the participants property.
| |||||||||||
Gets the value of the startDate property.
| |||||||||||
Gets the value of the subject property.
| |||||||||||
Sets the value of the creator property.
| |||||||||||
Sets the value of the description property.
| |||||||||||
Sets the value of the duration property.
| |||||||||||
Sets the value of the entityId property.
| |||||||||||
Sets the value of the entityType property.
| |||||||||||
Sets the value of the isPrivate property.
| |||||||||||
Sets the value of the location property.
| |||||||||||
Sets the value of the participants property.
| |||||||||||
Sets the value of the startDate property.
| |||||||||||
Sets the value of the subject property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.taleo.model.EntityBean
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the creator property.
Gets the value of the description property.
Gets the value of the duration property.
Gets the value of the entityId property.
Gets the value of the entityType property.
Gets the value of the isPrivate property. This getter has been renamed from isIsPrivate() to getIsPrivate() by cxf-xjc-boolean plugin.
Gets the value of the location property.
Gets the value of the participants property.
ArrayOfParticipantBean
Gets the value of the startDate property.
Gets the value of the subject property.
Sets the value of the creator property.
| value | Allowed object is String |
|---|
Sets the value of the description property.
| value | Allowed object is String |
|---|
Sets the value of the duration property.
| value |
|---|
Sets the value of the entityId property.
| value |
|---|
Sets the value of the entityType property.
| value | Allowed object is String |
|---|
Sets the value of the isPrivate property.
| value |
|---|
Sets the value of the location property.
| value | Allowed object is String |
|---|
Sets the value of the participants property.
| value | Allowed object is
ArrayOfParticipantBean
|
|---|
Sets the value of the startDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the subject property.
| value | Allowed object is String |
|---|