net.fortuna.ical4j.model.property
Class RequestStatus
java.lang.Object
net.fortuna.ical4j.model.Content
net.fortuna.ical4j.model.Property
net.fortuna.ical4j.model.property.RequestStatus
- All Implemented Interfaces:
- java.io.Serializable
public class RequestStatus
- extends Property
Defines a REQUEST-STATUS iCalendar component property.
- Author:
- benf
- See Also:
- Serialized Form
Fields inherited from class net.fortuna.ical4j.model.Property |
ACTION, ATTACH, ATTENDEE, 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 |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
PRELIM_SUCCESS
public static final java.lang.String PRELIM_SUCCESS
- See Also:
- Constant Field Values
SUCCESS
public static final java.lang.String SUCCESS
- See Also:
- Constant Field Values
CLIENT_ERROR
public static final java.lang.String CLIENT_ERROR
- See Also:
- Constant Field Values
SCHEDULING_ERROR
public static final java.lang.String SCHEDULING_ERROR
- See Also:
- Constant Field Values
RequestStatus
public RequestStatus()
- Default constructor.
RequestStatus
public RequestStatus(ParameterList aList,
java.lang.String aValue)
- Parameters:
aList
- a list of parameters for this componentaValue
- a value string for this component
RequestStatus
public RequestStatus(java.lang.String aStatusCode,
java.lang.String aDescription,
java.lang.String data)
- Parameters:
aStatusCode
- a string representation of a status codeaDescription
- a descriptiondata
- a string representation of extension data
RequestStatus
public RequestStatus(ParameterList aList,
java.lang.String aStatusCode,
java.lang.String aDescription,
java.lang.String data)
- Parameters:
aList
- a list of parameters for this componentaStatusCode
- a string representation of a status codeaDescription
- a descriptiondata
- a string representation of extension data
validate
public final void validate()
throws ValidationException
- Description copied from class:
Property
- Perform validation on a property.
- Specified by:
validate
in class Property
- Throws:
ValidationException
- where the property is not in a valid state- See Also:
Property.validate()
getDescription
public final java.lang.String getDescription()
- Returns:
- Returns the description.
getExData
public final java.lang.String getExData()
- Returns:
- Returns the exData.
getStatusCode
public final java.lang.String getStatusCode()
- Returns:
- Returns the statusCode.
setValue
public final void setValue(java.lang.String aValue)
- Description copied from class:
Property
- Sets the current value of the property.
- Specified by:
setValue
in class Property
- Parameters:
aValue
- a string representation of the property value
getValue
public final java.lang.String getValue()
- Specified by:
getValue
in class Property
- Returns:
- Returns the value.
setDescription
public final void setDescription(java.lang.String description)
- Parameters:
description
- The description to set.
setExData
public final void setExData(java.lang.String exData)
- Parameters:
exData
- The exData to set.
setStatusCode
public final void setStatusCode(java.lang.String statusCode)
- Parameters:
statusCode
- The statusCode to set.
Copyright © 2004-2007 Modularity. All Rights Reserved.