public class Acknowledged extends UtcProperty
| Modifier and Type | Class and Description |
|---|---|
static class |
Acknowledged.Factory |
ACKNOWLEDGED, 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 and Description |
|---|
Acknowledged() |
Acknowledged(DateTime aDate) |
Acknowledged(ParameterList aList,
DateTime aDate) |
Acknowledged(ParameterList aList,
java.lang.String aValue) |
Acknowledged(java.lang.String aValue) |
getDateTime, setDateTime, setTimeZone, validatecopy, getDate, getTimeZone, getValue, hashCode, isUtc, setDate, setUtc, setValueequals, getName, getParameter, getParameters, getParameters, toStringpublic Acknowledged()
public Acknowledged(java.lang.String aValue)
throws java.text.ParseException
aValue - a string representation of a DTSTAMP valuejava.text.ParseException - if the specified value is not a valid representationpublic Acknowledged(ParameterList aList, java.lang.String aValue) throws java.text.ParseException
aList - a list of parameters for this componentaValue - a value string for this componentjava.text.ParseException - where the specified value string is not a valid date-time/date representationpublic Acknowledged(DateTime aDate)
aDate - a date representing a date-timepublic Acknowledged(ParameterList aList, DateTime aDate)
aList - a list of parameters for this componentaDate - a date representing a date-time