|
Oracle® Calendar Web Services Java API Reference 10g Release 1 (10.1.1) B14475-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.calendar.soap.iCal.vComponent
oracle.calendar.soap.iCal.vEvent
Contains information about an event. This event, for this Web services implementation, refers to one meeting or instance of a repeating meeting.
vAttendee
Field Summary | |
static java.lang.String |
k_alarm |
static java.lang.String |
k_attendee |
static java.lang.String |
k_class |
static java.lang.String |
k_cn |
static java.lang.String |
k_dataGuid |
static java.lang.String |
k_description |
static java.lang.String |
k_dialinInfo |
static java.lang.String |
k_dtend |
static java.lang.String |
k_dtstart |
static java.lang.String |
k_duration |
static java.lang.String |
k_eventClassConfidential |
static java.lang.String |
k_eventClassPrivate |
static java.lang.String |
k_eventClassPublic |
static java.lang.String |
k_eventGuid |
static java.lang.String |
k_eventType |
static java.lang.String |
k_eventTypeAppointment |
static java.lang.String |
k_eventTypeDailyNote |
static java.lang.String |
k_eventTypeDayEvent |
static java.lang.String |
k_eventTypeHoliday |
static java.lang.String |
k_instGuid |
static java.lang.String |
k_location |
static java.lang.String |
k_loginUser |
static java.lang.String |
k_organizer |
static java.lang.String |
k_priority |
static java.lang.String |
k_priorityHigh |
static java.lang.String |
k_priorityHighest |
static java.lang.String |
k_priorityLow |
static java.lang.String |
k_priorityLowest |
static java.lang.String |
k_priorityNormal |
static java.lang.String |
k_score |
static java.lang.String |
k_summary |
static java.lang.String |
k_uid |
static java.lang.String |
k_value |
static java.lang.String |
k_valueTypeDate |
static java.lang.String |
k_valueTypeDateTime |
static java.lang.String |
k_vEvent |
static java.lang.String |
k_webConferenceAttendeeURL |
static java.lang.String |
k_webConferenceHostURL |
static java.lang.String |
k_webConferenceId |
static java.lang.String |
k_webConferenceIsEnabled |
static java.lang.String |
k_webConferenceKey |
static java.lang.String |
k_webConferenceSecType |
static java.lang.String |
k_webConferenceTypePublic |
static java.lang.String |
k_webConferenceTypeRegular |
static java.lang.String |
k_webConferenceTypeRestricted |
Constructor Summary | |
vEvent() Default constructor version 2002-12-16 fix008343 |
Method Summary | |
void |
addAttendee(vAttendee in_attendee) Adds a new attendee to the meeting. |
void |
addvAlarm(vAlarm in_alarm) Add a new alarm to the meeting. |
java.util.Vector |
getAttendees() Retrieves the list of attendees. |
java.lang.String |
getDataGuid() Retrieves the data GUID of the event. |
java.lang.String |
getDescription() Retrieves the meeting description (typically the meeting details). |
java.lang.String |
getDialinInfo() Retrieves the dial-in info for that event. |
java.lang.String |
getDtEnd() Retrieves the meeting ending date and time. |
java.lang.String |
getDtEndValue() Retrieves the data type of the dtend parameter. |
java.lang.String |
getDtStart() Retrieves the meeting starting date and time. |
java.lang.String |
getDtStartValue() Gets the dtstart date or date-time parameter. |
java.lang.String |
getDuration() Retrieves the event duration. |
org.w3c.dom.Element |
getElement(org.w3c.dom.Document in_document) Returns a new XML DOM structure representing the vEvent XML tree structure. |
java.lang.String |
getEventClass() Retrieves the event class. |
java.lang.String |
getEventGuid() Retrieves the CS GUID of the event. |
java.lang.String |
getInstanceGuid() Retrieves the CS GUID of the event instance. |
java.lang.String |
getLocation() Retrieves the event location. |
vOrganizer |
getOrganizer() Retrieves the event organizer. |
java.lang.String |
getPriority() Retrieves the priority of the vEvent. |
java.lang.String |
getSummary() Retrieves the event summary. |
java.lang.String |
getUid() Retrieves the UID of the meeting. |
vAttendee |
getUserAttendeeObject() Retrieves the attendee object for the logged in user. |
java.util.Vector |
getvAlarms() Retrieves the list of alarms. |
java.lang.String |
getWebConferenceAttendeeURL() Retrieves the Web conference attendee URL for that event. |
java.lang.String |
getWebConferenceHostURL() Retrieves the Web conference host URL for that event. |
java.lang.String |
getWebConferenceId() Retrieves the Web conference ID (if applicable). |
java.lang.String |
getWebConferenceKey() Retrieves the Web conference key for that event. |
java.lang.String |
getWebConferenceType() Retrieves the Web conference type for that event. |
java.lang.String |
getXEventType() Retrieves the event type of the vEvent. |
java.lang.String |
getXLoginUser() Retrieves the login user's email address. |
java.lang.String |
getXLoginUserCN() Retrieves the login user's common name. |
java.lang.String |
getXScore() Retrieves the search relevance score for the meeting. |
boolean |
isOwnedByUser() Returns true if the user specificied in the authentication header is the owner of the meeting. |
java.lang.Boolean |
isWebConferenceEnabled() Determines if this event is a web conference. |
void |
setDataGuid(java.lang.String in_dataGuid) Specifies the data GUID of the event. |
void |
setDescription(java.lang.String in_description) Specifies the meeting description. |
void |
setDialinInfo(java.lang.String in_dialinInfo) Specifies the dial-in info for this event. |
void |
setDtEnd(java.lang.String in_dtend) Specifies the meeting ending date and time. |
void |
setDtEndValue(java.lang.String in_dtendValue) Sets the data type of the dtend parameter. |
void |
setDtStart(java.lang.String in_dtstart) Specifies the meeting starting date and time. |
void |
setDtStartValue(java.lang.String in_dtstartvalue) Specifies the data type of the dtstart parameter. |
void |
setDuration(java.lang.String in_duration) Specifies the event duration. |
void |
setEventClass(java.lang.String in_class) Specifies the class for the event. |
void |
setLocation(java.lang.String in_location) Specifies the event location. |
void |
setOrganizer(vOrganizer in_organizer) Specifies the event organizer. |
void |
setPriority(java.lang.String in_priority) Specifies the priority. |
void |
setSummary(java.lang.String in_summary) Specifies the event summary (typically the meeting title). |
void |
setUid(java.lang.String in_uid) Specifies a UID to the meeting. |
void |
setWebConferenceEnabled(boolean in_flag) Specifies that this event is (or is not) a web conference. |
void |
setWebConferenceKey(java.lang.String in_webConferenceKey) Specifies the Web conference key for this event. |
void |
setWebConferenceType(java.lang.String in_webConferenceType) Specifies the Web conference type for this event. |
void |
setXEventType(java.lang.String in_type) Specifies the event type. |
void |
setXScore(java.lang.String in_score) Specifies the search relevance score for the meeting. |
java.lang.String |
toString() Constructs a non-XML String representing the vEvent objects and all its children. |
static vEvent |
unmarshall(org.w3c.dom.Element in_element) Constructs a new vEvent instance from the XML elements within the XML DOM. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String k_vEvent
public static final java.lang.String k_class
public static final java.lang.String k_description
public static final java.lang.String k_dtstart
public static final java.lang.String k_dtend
public static final java.lang.String k_duration
public static final java.lang.String k_location
public static final java.lang.String k_organizer
public static final java.lang.String k_priority
public static final java.lang.String k_summary
public static final java.lang.String k_uid
public static final java.lang.String k_attendee
public static final java.lang.String k_alarm
public static final java.lang.String k_eventType
public static final java.lang.String k_score
public static final java.lang.String k_eventGuid
public static final java.lang.String k_instGuid
public static final java.lang.String k_dataGuid
public static final java.lang.String k_loginUser
public static final java.lang.String k_webConferenceIsEnabled
public static final java.lang.String k_dialinInfo
public static final java.lang.String k_webConferenceId
public static final java.lang.String k_webConferenceKey
public static final java.lang.String k_webConferenceSecType
public static final java.lang.String k_webConferenceHostURL
public static final java.lang.String k_webConferenceAttendeeURL
public static final java.lang.String k_webConferenceTypePublic
public static final java.lang.String k_webConferenceTypeRegular
public static final java.lang.String k_webConferenceTypeRestricted
public static final java.lang.String k_value
public static final java.lang.String k_cn
public static final java.lang.String k_eventClassPublic
public static final java.lang.String k_eventClassPrivate
public static final java.lang.String k_eventClassConfidential
public static final java.lang.String k_priorityHighest
public static final java.lang.String k_priorityHigh
public static final java.lang.String k_priorityNormal
public static final java.lang.String k_priorityLow
public static final java.lang.String k_priorityLowest
public static final java.lang.String k_eventTypeAppointment
public static final java.lang.String k_eventTypeDayEvent
public static final java.lang.String k_eventTypeDailyNote
public static final java.lang.String k_eventTypeHoliday
public static final java.lang.String k_valueTypeDate
public static final java.lang.String k_valueTypeDateTime
Constructor Detail |
public vEvent()
Method Detail |
public java.lang.Boolean isWebConferenceEnabled()
public void setWebConferenceEnabled(boolean in_flag)
in_flag
- booleanpublic java.lang.String getDialinInfo()
public void setDialinInfo(java.lang.String in_dialinInfo)
in_dialinInfo
- Stringpublic java.lang.String getWebConferenceId()
public java.lang.String getWebConferenceKey()
public void setWebConferenceKey(java.lang.String in_webConferenceKey)
in_webConferenceKey
- Stringpublic java.lang.String getWebConferenceType()
public void setWebConferenceType(java.lang.String in_webConferenceType)
in_webConferenceType
- Stringpublic java.lang.String getWebConferenceHostURL()
public java.lang.String getWebConferenceAttendeeURL()
public java.lang.String getEventClass()
public void setEventClass(java.lang.String in_class)
in_class
- event classpublic java.lang.String getUid()
public java.lang.String getDataGuid()
public void setDataGuid(java.lang.String in_dataGuid)
in_dataGuid
- meeting data GUIDpublic java.lang.String getEventGuid()
public java.lang.String getInstanceGuid()
public void setUid(java.lang.String in_uid)
Note: This API may be removed for release.
version 2002-12-20 fix008364in_uid
- new UIDpublic java.lang.String getXEventType()
The possible values are
APPOINTMENT
- MeetingsDAY EVENT
- Day EventsDAILY NOTE
- Daily NotesHOLIDAY
- Holidayspublic void setXEventType(java.lang.String in_type)
The possible values are
APPOINTMENT
- MeetingsDAY EVENT
- Day EventsDAILY NOTE
- Daily NotesHOLIDAY
- Holidays (not permitted)in_type
- event typepublic java.lang.String getPriority()
The possible values are
1
- Highest2
- High5
- Normal7
- Low9
- Lowestpublic void setPriority(java.lang.String in_priority)
The possible values are
1
- Highest2
- High5
- Normal7
- Low9
- Lowestin_priority
- priority valuepublic java.lang.String getDescription()
public void setDescription(java.lang.String in_description)
in_description
- event descriptionpublic java.lang.String getDtStart()
yyyymmddThhmmssZ
The value may also be a start date. The date is a UTC string of the form yyyymmdd
. version 2003-01-17 fix008443public java.lang.String getDtStartValue()
For a dtstart with date information only, the value will be "DATE" or k_valueTypeDate.
version 2003-01-17 fix008443public void setDtStart(java.lang.String in_dtstart)
yyyymmddThhmmssZ
The value may also be a start date. The date is a UTC string of the form yyyymmdd
. version 2003-01-17 fix008443in_dtstart
- UTC DATE-TIME or DATE valuepublic void setDtStartValue(java.lang.String in_dtstartvalue)
For a dtstart with date information only, specify the string "DATE" or k_valueTypeDate.
version 2003-01-17 fix008443in_dtstartvalue
- "DATE-TIME" or "DATE"public java.lang.String getDtEnd()
yyyymmddThhmmssZ
. version 2003-01-16 fix008443public java.lang.String getDtEndValue()
For a dtend with date information only, the value will be "DATE" or k_valueTypeDate.
version 2003-01-17 fix008443public void setDtEnd(java.lang.String in_dtend)
yyyymmddThmmss
. version 2003-03-19 fix008832in_dtend
- event ending UTC DATE-TIME valuepublic void setDtEndValue(java.lang.String in_dtendValue)
For a dtend with date information only, the value will be the stirng "DATE" or k_valueTypeDate.
version 2003-03-21 fix008832in_dtendValue
- "DATE-TIME" or "DATE"public java.lang.String getDuration()
PThhHmmM
. version 2002-12-20 fix008364public void setDuration(java.lang.String in_duration)
PThhHmmM
version 2002-12-20 fix008364in_duration
- event duration stringpublic java.lang.String getLocation()
public void setLocation(java.lang.String in_location)
public vOrganizer getOrganizer()
public void setOrganizer(vOrganizer in_organizer)
in_organizer
- event organizerpublic java.lang.String getSummary()
public void setSummary(java.lang.String in_summary)
in_summary
- event summarypublic java.lang.String getXLoginUser()
public java.lang.String getXLoginUserCN()
public java.lang.String getXScore()
public void setXScore(java.lang.String in_score)
in_score
- event's search relevance scorepublic boolean isOwnedByUser()
public java.util.Vector getAttendees()
vAttendee
public void addAttendee(vAttendee in_attendee)
in_attendee
- - new attendeevAttendee
public vAttendee getUserAttendeeObject()
vAttendee
public java.util.Vector getvAlarms()
vAlarm
public void addvAlarm(vAlarm in_alarm)
in_alarm
- new alarmvAlarm
public static vEvent unmarshall(org.w3c.dom.Element in_element)
in_element
-public org.w3c.dom.Element getElement(org.w3c.dom.Document in_document)
getElement
in class vComponent
public java.lang.String toString()
toString
in class vComponent
|
Oracle® Calendar Web Services Java API Reference 10g Release 1 (10.1.1) B14475-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |