net.fortuna.ical4j.model.property

Class RelatedTo

Implemented Interfaces:
Escapable

public class RelatedTo
extends Property
implements Escapable

$Id: RelatedTo.java,v 1.10 2008/12/16 12:34:51 fortuna Exp $ Created: [Apr 6, 2004] Defines a RELATED-TO iCalendar component property.

Constructor Summary

RelatedTo()
Default constructor.
RelatedTo(ParameterList aList, String aValue)
RelatedTo(String aValue)

Method Summary

String
getValue()
void
setValue(String aValue)
void
validate()

Constructor Details

RelatedTo

public RelatedTo()
Default constructor.

RelatedTo

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

RelatedTo

public RelatedTo(String aValue)
Parameters:
aValue - a value string for this component

Method Details

getValue

public final String getValue()

setValue

public final void setValue(String aValue)

validate

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