net.fortuna.ical4j.model.property

Class ExtendedAddress

Implemented Interfaces:
Escapable

public class ExtendedAddress
extends Property
implements Escapable

$Id$ Created: [Apr 6, 2004] Defines a EXTENDED_ADDRESS iCalendar component property.

Constructor Summary

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

Method Summary

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

Constructor Details

ExtendedAddress

public ExtendedAddress()
Default constructor.

ExtendedAddress

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

ExtendedAddress

public ExtendedAddress(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()