net.fortuna.ical4j.model.property

Class LocationType


public class LocationType
extends Property

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

Constructor Summary

LocationType()
Default constructor.
LocationType(LocationTypeList cList)
LocationType(ParameterList aList, LocationTypeList cList)
LocationType(ParameterList aList, String aValue)
LocationType(String aValue)

Method Summary

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

Constructor Details

LocationType

public LocationType()
Default constructor.

LocationType

public LocationType(LocationTypeList cList)
Parameters:
cList - a list of locationTypes

LocationType

public LocationType(ParameterList aList,
                    LocationTypeList cList)
Parameters:
aList - a list of parameters for this component
cList - a list of locationTypes

LocationType

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

LocationType

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

Method Details

getLocationTypes

public final LocationTypeList getLocationTypes()
Returns:
Returns the locationTypes.

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