Oracle© Collaboration Suite Workspaces Web Services API Reference
10g Release 1 (10.1.2.2)

Part No. B28209-01


oracle.workspaces.ws.beans
Class CalendarAlarm

java.lang.Object
  extended byoracle.workspaces.ws.beans.CalendarAlarm


public class CalendarAlarm
extends java.lang.Object

This class represents a calendar reminder instance.


Method Summary
 java.lang.String getAction()
          Gets the action value for this CalendarAlarm.
 java.lang.String getDescription()
          Gets the description value for this CalendarAlarm.
 java.lang.String getEmail()
          Gets the email value for this CalendarAlarm.
 int getMinutes()
          Gets the minutes value for this CalendarAlarm.
 java.lang.String getSummary()
          Gets the summary value for this CalendarAlarm.
 void setAction(java.lang.String action)
          Sets the action value for this CalendarAlarm.
 void setDescription(java.lang.String description)
          Sets the description value for this CalendarAlarm.
 void setEmail(java.lang.String email)
          Sets the email value for this CalendarAlarm.
 void setMinutes(int minutes)
          Sets the minutes value for this CalendarAlarm.
 void setSummary(java.lang.String summary)
          Sets the summary value for this CalendarAlarm.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getAction

public java.lang.String getAction()
Gets the action value for this CalendarAlarm. Valid values are EMAIL,DISPLAY,AUDIO
Returns:
action

setAction

public void setAction(java.lang.String action)
Sets the action value for this CalendarAlarm. Valid values are EMAIL,DISPLAY,AUDIO
Parameters:
action -

getDescription

public java.lang.String getDescription()
Gets the description value for this CalendarAlarm.
Returns:
description

setDescription

public void setDescription(java.lang.String description)
Sets the description value for this CalendarAlarm.
Parameters:
description -

getEmail

public java.lang.String getEmail()
Gets the email value for this CalendarAlarm.
Returns:
email

setEmail

public void setEmail(java.lang.String email)
Sets the email value for this CalendarAlarm.
Parameters:
email -

getMinutes

public int getMinutes()
Gets the minutes value for this CalendarAlarm.
Returns:
minutes

setMinutes

public void setMinutes(int minutes)
Sets the minutes value for this CalendarAlarm.
Parameters:
minutes -

getSummary

public java.lang.String getSummary()
Gets the summary value for this CalendarAlarm.
Returns:
summary

setSummary

public void setSummary(java.lang.String summary)
Sets the summary value for this CalendarAlarm.
Parameters:
summary -

Copyright © 2001, 2006, Oracle. All rights reserved.