Class Acknowledged
- java.lang.Object
-
- net.fortuna.ical4j.model.Content
-
- net.fortuna.ical4j.model.Property
-
- net.fortuna.ical4j.model.property.DateProperty
-
- net.fortuna.ical4j.model.property.UtcProperty
-
- net.fortuna.ical4j.model.property.Acknowledged
-
- All Implemented Interfaces:
Serializable
public class Acknowledged extends UtcProperty
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Acknowledged.Factory
-
Field Summary
-
Fields inherited from class net.fortuna.ical4j.model.Property
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 Summary
Constructors Constructor Description Acknowledged()
Acknowledged(String aValue)
Acknowledged(DateTime aDate)
Acknowledged(ParameterList aList, String aValue)
Acknowledged(ParameterList aList, DateTime aDate)
-
Method Summary
-
Methods inherited from class net.fortuna.ical4j.model.property.UtcProperty
getDateTime, setDateTime, setTimeZone, validate
-
Methods inherited from class net.fortuna.ical4j.model.property.DateProperty
copy, getDate, getTimeZone, getValue, hashCode, isUtc, setDate, setUtc, setValue
-
Methods inherited from class net.fortuna.ical4j.model.Property
equals, getName, getParameter, getParameters, getParameters, toString
-
-
-
-
Constructor Detail
-
Acknowledged
public Acknowledged()
-
Acknowledged
public Acknowledged(String aValue) throws ParseException
- Parameters:
aValue
- a string representation of a DTSTAMP value- Throws:
ParseException
- if the specified value is not a valid representation
-
Acknowledged
public Acknowledged(ParameterList aList, String aValue) throws ParseException
- Parameters:
aList
- a list of parameters for this componentaValue
- a value string for this component- Throws:
ParseException
- where the specified value string is not a valid date-time/date representation
-
Acknowledged
public Acknowledged(DateTime aDate)
- Parameters:
aDate
- a date representing a date-time
-
Acknowledged
public Acknowledged(ParameterList aList, DateTime aDate)
- Parameters:
aList
- a list of parameters for this componentaDate
- a date representing a date-time
-
-