jgd.schemas.comapi
Class GDCOMCalendar

java.lang.Object
  extended by jgd.schemas.comapi.GDCOMIndexed
      extended by jgd.schemas.comapi.GDCOMCalendar
All Implemented Interfaces:
IJGDResultItem, ResultsType.ResultType, GoogleDesktopCalendar, GoogleDesktopIndexable

public class GDCOMCalendar
extends GDCOMIndexed
implements GoogleDesktopCalendar


Constructor Summary
GDCOMCalendar(com.jacob.com.Variant searchResultEntryVariant, java.lang.String schema)
           
 
Method Summary
 java.lang.String get_attendees()
          Names of appointment attendees.
 java.lang.String get_categories()
          Whatever categories you want to assign to the appointment.
 java.lang.Integer get_duration()
          Appointment duration in minutes.
 java.util.Date get_end_date()
          Appointment end time in UTC.
 java.lang.String get_folder_name()
          Name of the folder containing this appointment.
 java.util.Date get_last_modified_time()
          Time when the appointment was last modified.
 java.lang.String get_location()
          Appointment location.
 java.lang.String get_organizer()
          Name of the appointment's organizer.
 java.lang.Integer get_recurrence_pattern()
          A string describing how this task repeats.
 java.util.Date get_start_date()
          Appointment start time in UTC.
 java.lang.String get_title()
          Appointment title.
 java.lang.String get_uri()
          Unique identifier.
 java.lang.String toString()
          URI
 
Methods inherited from class jgd.schemas.comapi.GDCOMIndexed
get_content, get_cookie_raw, get_cookie, get_extra_binary_data, get_extra_data, get_format, get_native_size, get_other_indexed_data, get_thumbnail_format, get_thumbnail, getCacheUrl, getCategory, getDocId, getEventId, getFlags, getFrom, getIcon, getId, getMessageId, getPropertyVariant, getPropertyVT_ARRAY, getPropertyVT_BOOL, getPropertyVT_BSTR, getPropertyVT_DATE, getPropertyVT_UI2, getPropertyVT_UI4, getPropertyVT_UI8, getSchema, getSnippet, getThumbnail, getTime, getTimestamp, getTitle, getUrl, setCacheUrl, setCategory, setDocId, setEventId, setFlags, setFrom, setIcon, setId, setMessageId, setSnippet, setThumbnail, setTime, setTitle, setUrl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface jgd.schemas.GoogleDesktopIndexable
get_content, get_cookie_raw, get_cookie, get_extra_binary_data, get_extra_data, get_format, get_native_size, get_other_indexed_data, get_thumbnail_format, get_thumbnail
 

Constructor Detail

GDCOMCalendar

public GDCOMCalendar(com.jacob.com.Variant searchResultEntryVariant,
                     java.lang.String schema)
Parameters:
searchResultEntryVariant -
schema -
Method Detail

get_uri

public java.lang.String get_uri()
Description copied from interface: GoogleDesktopCalendar
Unique identifier.
Required: Yes

Specified by:
get_uri in interface GoogleDesktopCalendar
See Also:
jgd.schemas.GoogleDesktopIndexable#get_uri()

get_last_modified_time

public java.util.Date get_last_modified_time()
Description copied from interface: GoogleDesktopCalendar
Time when the appointment was last modified.
Required: Yes

Specified by:
get_last_modified_time in interface GoogleDesktopCalendar
See Also:
jgd.schemas.GoogleDesktopIndexable#get_last_modified_time()

get_attendees

public java.lang.String get_attendees()
Description copied from interface: GoogleDesktopCalendar
Names of appointment attendees.
Required: No

Specified by:
get_attendees in interface GoogleDesktopCalendar
See Also:
jgd.schemas.GoogleDesktopIndexable#get_attendees()

get_categories

public java.lang.String get_categories()
Description copied from interface: GoogleDesktopCalendar
Whatever categories you want to assign to the appointment.
Required: No

Specified by:
get_categories in interface GoogleDesktopCalendar
See Also:
jgd.schemas.GoogleDesktopIndexable#get_categories()

get_folder_name

public java.lang.String get_folder_name()
Description copied from interface: GoogleDesktopCalendar
Name of the folder containing this appointment.
Required: No

Specified by:
get_folder_name in interface GoogleDesktopCalendar
See Also:
jgd.schemas.GoogleDesktopIndexable#get_folder_name()

get_location

public java.lang.String get_location()
Description copied from interface: GoogleDesktopCalendar
Appointment location.
Required: No

Specified by:
get_location in interface GoogleDesktopCalendar
See Also:
jgd.schemas.GoogleDesktopIndexable#get_location()

get_organizer

public java.lang.String get_organizer()
Description copied from interface: GoogleDesktopCalendar
Name of the appointment's organizer.
Required: No

Specified by:
get_organizer in interface GoogleDesktopCalendar
See Also:
jgd.schemas.GoogleDesktopIndexable#get_organizer()

get_start_date

public java.util.Date get_start_date()
Description copied from interface: GoogleDesktopCalendar
Appointment start time in UTC.
Required: No

Specified by:
get_start_date in interface GoogleDesktopCalendar
See Also:
jgd.schemas.GoogleDesktopIndexable#get_start_date()

get_end_date

public java.util.Date get_end_date()
Description copied from interface: GoogleDesktopCalendar
Appointment end time in UTC.
Required: No

Specified by:
get_end_date in interface GoogleDesktopCalendar
See Also:
jgd.schemas.GoogleDesktopIndexable#get_end_date()

get_duration

public java.lang.Integer get_duration()
Description copied from interface: GoogleDesktopCalendar
Appointment duration in minutes.
Required: No

Specified by:
get_duration in interface GoogleDesktopCalendar
See Also:
jgd.schemas.GoogleDesktopIndexable#get_duration()

get_recurrence_pattern

public java.lang.Integer get_recurrence_pattern()
Description copied from interface: GoogleDesktopCalendar
A string describing how this task repeats. The format is a list of ISO 8601 intervals, separated by semicolons (e.g. 06-22-2005 11:00:00 / 06-22-2005 12:00:00; 06-24-2005 13:00:00 / 06-24-2005 15:00:00).
Required: No

Specified by:
get_recurrence_pattern in interface GoogleDesktopCalendar
See Also:
jgd.schemas.GoogleDesktopIndexable#get_recurrence_pattern()

get_title

public java.lang.String get_title()
Description copied from interface: GoogleDesktopCalendar
Appointment title.
Required: No

Specified by:
get_title in interface GoogleDesktopCalendar
See Also:
jgd.schemas.GoogleDesktopIndexable#get_title()

toString

public java.lang.String toString()
URI

Overrides:
toString in class GDCOMIndexed
See Also:
GDCOMIndexed.toString()


Copyright © 2007