net.fortuna.ical4j.model.component
Class XComponent
CalendarComponent
net.fortuna.ical4j.model.component.XComponent
public class XComponent
extends CalendarComponent
$Id: XComponent.java,v 1.9 2009/01/07 10:02:30 fortuna Exp $
Created on 3/11/2005
Implementation of an experimental component as defined in RFC2445.
XComponent(String name) - Creates a new experimental component with the specified name.
|
XComponent(String name, PropertyList properties) - Creates a new experimental component with the specified name and properties.
|
XComponent
public XComponent(String name)
Creates a new experimental component with the specified name.
name
- the name of the experimental component
XComponent
public XComponent(String name,
PropertyList properties)
Creates a new experimental component with the specified name and properties.
name
- the name of the experimental componentproperties
- a list of properties
validate
public final void validate(boolean recurse)
throws ValidationException
validateAdd
public void validateAdd()
throws ValidationException
validateCancel
public void validateCancel()
throws ValidationException
validateCounter
public void validateCounter()
throws ValidationException
validateDeclineCounter
public void validateDeclineCounter()
throws ValidationException
validatePublish
public void validatePublish()
throws ValidationException
validateRefresh
public void validateRefresh()
throws ValidationException
validateReply
public void validateReply()
throws ValidationException
validateRequest
public void validateRequest()
throws ValidationException