|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.fortuna.ical4j.model.Content
net.fortuna.ical4j.model.Property
net.fortuna.ical4j.model.property.RequestStatus
public class RequestStatus
$Id$ Created: [Apr 6, 2004] Defines a REQUEST-STATUS iCalendar component property.
Field Summary | |
---|---|
static String |
CLIENT_ERROR
Client error status. |
static String |
PRELIM_SUCCESS
Preliminary success status. |
static String |
SCHEDULING_ERROR
Scheduling error status. |
static String |
SUCCESS
Success status. |
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 |
Constructor Summary | |
---|---|
RequestStatus()
Default constructor. |
|
RequestStatus(ParameterList aList,
String aValue)
|
|
RequestStatus(ParameterList aList,
String aStatusCode,
String aDescription,
String data)
|
|
RequestStatus(String aStatusCode,
String aDescription,
String data)
|
Method Summary | |
---|---|
String |
getDescription()
|
String |
getExData()
|
String |
getStatusCode()
|
String |
getValue()
|
void |
setDescription(String description)
|
void |
setExData(String exData)
|
void |
setStatusCode(String statusCode)
|
void |
setValue(String aValue)
Sets the current value of the property. |
void |
validate()
Perform validation on a property. |
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 |
---|
public static final String PRELIM_SUCCESS
public static final String SUCCESS
public static final String CLIENT_ERROR
public static final String SCHEDULING_ERROR
Constructor Detail |
---|
public RequestStatus()
public RequestStatus(ParameterList aList, String aValue)
aList
- a list of parameters for this componentaValue
- a value string for this componentpublic RequestStatus(String aStatusCode, String aDescription, String data)
aStatusCode
- a string representation of a status codeaDescription
- a descriptiondata
- a string representation of extension datapublic RequestStatus(ParameterList aList, String aStatusCode, String aDescription, String data)
aList
- a list of parameters for this componentaStatusCode
- a string representation of a status codeaDescription
- a descriptiondata
- a string representation of extension dataMethod Detail |
---|
public final void validate() throws ValidationException
validate
in class Property
ValidationException
- where the property is not in a valid statepublic final String getDescription()
public final String getExData()
public final String getStatusCode()
public final void setValue(String aValue)
setValue
in class Property
aValue
- a string representation of the property valuepublic final String getValue()
getValue
in class Content
public final void setDescription(String description)
description
- The description to set.public final void setExData(String exData)
exData
- The exData to set.public final void setStatusCode(String statusCode)
statusCode
- The statusCode to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |