net.fortuna.ical4j.model.property

Class 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.

Constructor Summary

Attendee()
Default constructor.
Attendee(ParameterList aList, String aValue)
Attendee(ParameterList aList, URI aUri)
Attendee(String aValue)
Attendee(URI aUri)

Method Summary

URI
getCalAddress()
String
getValue()
void
setCalAddress(URI calAddress)
void
setValue(String aValue)
void
validate()

Constructor Details

Attendee

public Attendee()
Default constructor.

Attendee

public Attendee(ParameterList aList,
                String aValue)
            throws URISyntaxException
Parameters:
aList - a list of parameters for this component
aValue - a value string for this component

Attendee

public Attendee(ParameterList aList,
                URI aUri)
Parameters:
aList - a list of parameters for this component
aUri - a URI

Attendee

public Attendee(String aValue)
            throws URISyntaxException
Parameters:
aValue - a value string for this component

Attendee

public Attendee(URI aUri)
Parameters:
aUri - a URI

Method Details

getCalAddress

public final URI getCalAddress()
Returns:
Returns the calAddress.

getValue

public final String getValue()

setCalAddress

public final void setCalAddress(URI calAddress)
Parameters:
calAddress - The calAddress to set.

setValue

public void setValue(String aValue)
            throws URISyntaxException

validate

public final void validate()
            throws ValidationException
See Also:
net.fortuna.ical4j.model.Property.validate()