org.jasig.schedassist.model
Class SchedulingAssistantAppointment

java.lang.Object
  extended by net.fortuna.ical4j.model.Content
      extended by net.fortuna.ical4j.model.Property
          extended by net.fortuna.ical4j.model.property.XProperty
              extended by org.jasig.schedassist.model.SchedulingAssistantAppointment
All Implemented Interfaces:
Serializable, net.fortuna.ical4j.model.Escapable

public class SchedulingAssistantAppointment
extends net.fortuna.ical4j.model.property.XProperty

XProperty to be set on all appointments created via the Scheduling Assistant system.

Version:
$Id: AvailableAppointment.java 2373 2010-08-19 15:13:09Z npblair $
Author:
Nicholas Blair, nblair@doit.wisc.edu
See Also:
Serialized Form

Field Summary
static String AVAILABLE_APPOINTMENT
          Property name: X-UW-AVAILABLE-APPOINTMENT
static SchedulingAssistantAppointment TRUE
          Property that represents this event IS an appointment created via the Scheduling Assistant system.
 
Fields inherited from class net.fortuna.ical4j.model.Property
ACTION, ATTACH, ATTENDEE, BUSYTYPE, CALSCALE, CATEGORIES, CLASS, COMMENT, COMPLETED, CONTACT, COUNTRY, CREATED, DESCRIPTION, DTEND, DTSTAMP, DTSTART, DUE, DURATION, EXDATE, EXPERIMENTAL_PREFIX, EXRULE, EXTENDED_ADDRESS, FREEBUSY, GEO, LAST_MODIFIED, LOCALITY, LOCATION, LOCATION_TYPE, METHOD, NAME, ORGANIZER, PERCENT_COMPLETE, POSTALCODE, PRIORITY, PRODID, RDATE, RECURRENCE_ID, REGION, RELATED_TO, REPEAT, REQUEST_STATUS, RESOURCES, RRULE, SEQUENCE, STATUS, STREET_ADDRESS, SUMMARY, TEL, TRANSP, TRIGGER, TZID, TZNAME, TZOFFSETFROM, TZOFFSETTO, TZURL, UID, URL, VERSION
 
Method Summary
 
Methods inherited from class net.fortuna.ical4j.model.property.XProperty
getValue, setValue, validate
 
Methods inherited from class net.fortuna.ical4j.model.Property
copy, equals, getName, getParameter, getParameters, getParameters, hashCode, isCalendarProperty, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

AVAILABLE_APPOINTMENT

public static final String AVAILABLE_APPOINTMENT
Property name: X-UW-AVAILABLE-APPOINTMENT

See Also:
Constant Field Values

TRUE

public static final SchedulingAssistantAppointment TRUE
Property that represents this event IS an appointment created via the Scheduling Assistant system.



Copyright © 2011 Jasig. All Rights Reserved.