Class BaseComponentType

java.lang.Object
ietf.params.xml.ns.icalendar_2.BaseComponentType
Direct Known Subclasses:
AvailableType, DaylightType, StandardType, ValarmType, VavailabilityType, VcalendarType, VeventType, VfreebusyType, VjournalType, VpollType, 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 and components.

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>
         <element ref="{urn:ietf:params:xml:ns:icalendar-2.0}properties" minOccurs="0"/>
         <element ref="{urn:ietf:params:xml:ns:icalendar-2.0}components" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>