|
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.vTodo
Contains information about a task. This task, for this Web services implementation, cannot have attendees or be recurring; these features are not supported on the Calendar store.
Field Summary | |
static java.lang.String |
k_completed |
static java.lang.String |
k_created |
static java.lang.String |
k_dataGuid |
static java.lang.String |
k_description |
static java.lang.String |
k_dtstamp |
static java.lang.String |
k_dtstart |
static java.lang.String |
k_due |
static java.lang.String |
k_lastModified |
static java.lang.String |
k_percent |
static java.lang.String |
k_priority |
static java.lang.String |
k_summary |
static java.lang.String |
k_taskClass |
static java.lang.String |
k_taskClassConfidential |
static java.lang.String |
k_taskClassPrivate |
static java.lang.String |
k_taskClassPublic |
static java.lang.String |
k_taskId |
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_vTodo |
Constructor Summary | |
vTodo() Default constructor version 2002-12-16 fix008343 |
Method Summary | |
java.lang.String |
getCompleted() Retrieves the task completed status. |
java.lang.String |
getCreated() Retrieves the task created date amd time in UTC. |
java.lang.String |
getDataGuid() Retrieves the data GUID of the task. |
java.lang.String |
getDescription() Retrieves the task description (typically the details) version 2002-12-16 fix008343 |
java.lang.String |
getDtStamp() Retrieves the task created UTC timestamp. |
java.lang.String |
getDtStart() Retrieves the task start date and time. |
java.lang.String |
getDtStartValue() Retrieves the dtstart date or date-time parameter. |
java.lang.String |
getDue() Retrieves the task due date and time. |
java.lang.String |
getDueStartValue() Gets the data type of the dtstart parameter. |
org.w3c.dom.Element |
getElement(org.w3c.dom.Document in_document) Returns a new XML DOM structure representing the vTodo XML tree structure. |
java.lang.String |
getLastModified() Retrieves the task's last modification UTC timestamp. |
java.lang.String |
getPercent() Retrieves the task percent completed value. |
java.lang.String |
getPriority() Retrieves the task priority. |
java.lang.String |
getSummary() Retrieves the task summary (typically the task title). |
java.lang.String |
getTaskClass() Retrieves the task class of the vTask. |
java.lang.String |
getTaskId() Retrieves the CS task ID of the task. |
java.lang.String |
getUid() Retrieves the UID of the task. |
java.lang.String |
toString() Constructs a non-XML String representing the vTodo objects and all children. |
static vTodo |
unmarshall(org.w3c.dom.Element in_element) Constructs a new vTodo 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_vTodo
public static final java.lang.String k_taskClass
public static final java.lang.String k_completed
public static final java.lang.String k_created
public static final java.lang.String k_description
public static final java.lang.String k_dtstart
public static final java.lang.String k_dtstamp
public static final java.lang.String k_due
public static final java.lang.String k_lastModified
public static final java.lang.String k_percent
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_dataGuid
public static final java.lang.String k_taskId
public static final java.lang.String k_value
public static final java.lang.String k_taskClassPublic
public static final java.lang.String k_taskClassPrivate
public static final java.lang.String k_taskClassConfidential
public static final java.lang.String k_valueTypeDate
public static final java.lang.String k_valueTypeDateTime
Constructor Detail |
public vTodo()
Method Detail |
public java.lang.String getUid()
public java.lang.String getDataGuid()
public java.lang.String getTaskId()
public java.lang.String getTaskClass()
PUBLIC
, PRIVATE
, or CONFIDENTIAL
. version 2002-12-16 fix008343public java.lang.String getCompleted()
public java.lang.String getDescription()
public java.lang.String getDtStart()
yyyymmddThhmmssZ
. The value may also be a date. The date is a UTC string of the form yyyymmdd
. version 2003-01-17 fix008443public java.lang.String getDtStartValue()
public java.lang.String getDtStamp()
public java.lang.String getLastModified()
public java.lang.String getPercent()
public java.lang.String getPriority()
public java.lang.String getSummary()
public java.lang.String getDue()
yyyymmddThhmmssZ
. The value may also be a due date. The date is a UTC string of the form yyyymmdd
. version 2003-01-17 fix008443public java.lang.String getDueStartValue()
DATE-TIME
or k_valueTypeDateTime. This is the default interpretation if none is set. For a dtstart with date information only, the value will be the string DATE
or k_valueTypeDate. version 2003-01-17 fix008443public java.lang.String getCreated()
yyyymmddThhmmssZ
. version 2002-12-20 fix008364public static vTodo 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 |