net.fortuna.ical4j.model.property
Class Resources
Property
net.fortuna.ical4j.model.property.Resources
public class Resources
extends Property
$Id: Resources.java,v 1.10 2008/12/16 12:34:51 fortuna Exp $
Created: [Apr 6, 2004]
Defines a RESOURCES iCalendar component property.
Resources
public Resources()
Default constructor.
Resources
public Resources(ParameterList aList,
ResourceList rList)
aList
- a list of parameters for this componentrList
- a list of resources
Resources
public Resources(ParameterList aList,
String aValue)
aList
- a list of parameters for this componentaValue
- a value string for this component
Resources
public Resources(ResourceList rList)
rList
- a list of resources
getResources
public final ResourceList getResources()
getValue
public final String getValue()
setValue
public final void setValue(String aValue)
validate
public final void validate()
throws ValidationException
net.fortuna.ical4j.model.Property.validate()