net.fortuna.ical4j.model.property
Class Attendee
Property
net.fortuna.ical4j.model.property.Attendee
public class Attendee
extends Property
$Id: Attendee.java,v 1.13 2008/12/16 12:34:51 fortuna Exp $
Created: [Apr 6, 2004]
Defines an ATTENDEE iCalendar component property.
Attendee
public Attendee()
Default constructor.
Attendee
public Attendee(ParameterList aList,
String aValue)
throws URISyntaxException
aList
- a list of parameters for this componentaValue
- a value string for this component
Attendee
public Attendee(ParameterList aList,
URI aUri)
aList
- a list of parameters for this componentaUri
- a URI
Attendee
public Attendee(String aValue)
throws URISyntaxException
aValue
- a value string for this component
Attendee
public Attendee(URI aUri)
getCalAddress
public final URI getCalAddress()
getValue
public final String getValue()
setCalAddress
public final void setCalAddress(URI calAddress)
calAddress
- The calAddress to set.
setValue
public void setValue(String aValue)
throws URISyntaxException
validate
public final void validate()
throws ValidationException
net.fortuna.ical4j.model.Property.validate()