Package ietf.params.xml.ns.icalendar_2
Class BaseComponentType
- java.lang.Object
-
- ietf.params.xml.ns.icalendar_2.BaseComponentType
-
- Direct Known Subclasses:
AvailableType,DaylightType,StandardType,ValarmType,VavailabilityType,VcalendarType,VeventType,VfreebusyType,VjournalType,VtimezoneType,VtodoType,WsCalendarGluonType,WsCalendarIntervalType
public abstract class BaseComponentType extends Object
This type is the basis for all components and provides a base class for applications. Essentially it states that a component is a set of properties.Java class for BaseComponentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BaseComponentType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> </sequence> </restriction> </complexContent> </complexType>