|
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.vAlarm
Contains information about an alarm. This alarm, for this Web services implementation, is a a reminder of any meeting instance. A vAlarm is always attached to a vEvent object.
Field Summary | |
static java.lang.String |
k_action |
static java.lang.String |
k_alarmTypeAudio |
static java.lang.String |
k_alarmTypeDisplay |
static java.lang.String |
k_alarmTypeEmail |
static java.lang.String |
k_alarmTypeXOracleDefault |
static java.lang.String |
k_alarmTypeXOracleNone |
static java.lang.String |
k_alarmTypeXOracleSMS |
static java.lang.String |
k_trigger |
static java.lang.String |
k_vAlarm |
Constructor Summary | |
vAlarm() Default constructor version 2004-04-07 fix010267 |
Method Summary | |
java.lang.String |
getAction() Retrieves the type of action to be performed by the alarm. |
org.w3c.dom.Element |
getElement(org.w3c.dom.Document in_document) Returns a new XML DOM structure representing the vAlarm XML tree structure. |
java.lang.String |
getTrigger() Retrieves the trigger value of the alarm, the time and duration of the alarm. |
void |
setAction(java.lang.String in_action) Assigns the type of the action to be performed by the alarm. |
void |
setTrigger(java.lang.String in_trigger) Assigns the value of the trigger value of the alarm, the time and duration of the alarm. |
java.lang.String |
toString() Constructs a non-XML String representing the vAlarm objects and all its children. |
static vAlarm |
unmarshall(org.w3c.dom.Element in_element) Constructs a new vAlarm 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_vAlarm
public static final java.lang.String k_action
public static final java.lang.String k_trigger
public static final java.lang.String k_alarmTypeAudio
public static final java.lang.String k_alarmTypeDisplay
public static final java.lang.String k_alarmTypeEmail
public static final java.lang.String k_alarmTypeXOracleDefault
public static final java.lang.String k_alarmTypeXOracleNone
public static final java.lang.String k_alarmTypeXOracleSMS
Constructor Detail |
public vAlarm()
Method Detail |
public java.lang.String getAction()
public void setAction(java.lang.String in_action)
in_action
- an action typepublic java.lang.String getTrigger()
public void setTrigger(java.lang.String in_trigger)
in_trigger
- - Trigger valuepublic static vAlarm unmarshall(org.w3c.dom.Element in_element)
in_element
- - XML DOM element treepublic org.w3c.dom.Element getElement(org.w3c.dom.Document in_document)
getElement
in class vComponent
in_document
-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 |