Uses of Class
ietf.params.xml.ns.icalendar_2.BaseComponentType
-
-
Uses of BaseComponentType in ietf.params.xml.ns.icalendar_2
Subclasses of BaseComponentType in ietf.params.xml.ns.icalendar_2 Modifier and Type Class Description classAvailableTypeJava class for AvailableType complex type.classDaylightTypeDaylight components contain no other componentsclassStandardTypeStandard components contain no other componentsclassValarmTypeJava class for ValarmType complex type.classVavailabilityTypeJava class for VavailabilityType complex type.classVcalendarTypeThis type is the basis for all components and provides a base class for applications.classVeventTypeJava class for VeventType complex type.classVfreebusyTypeFreebusy components contain no other componentsclassVjournalTypeJournal components contain no other componentsclassVpollTypeA vpoll allows voting on the sub-components.classVtimezoneTypeTimezones only contain daylight and standardclassVtodoTypeJava class for VtodoType complex type.classWsCalendarGluonTypeA gluon takes vavailability.classWsCalendarIntervalTypeAn interval takes no sub-components.Fields in ietf.params.xml.ns.icalendar_2 with type parameters of type BaseComponentType Modifier and Type Field Description protected List<javax.xml.bind.JAXBElement<? extends BaseComponentType>>ArrayOfComponents. baseComponentMethods in ietf.params.xml.ns.icalendar_2 that return types with arguments of type BaseComponentType Modifier and Type Method Description javax.xml.bind.JAXBElement<BaseComponentType>ObjectFactory. createBaseComponent(BaseComponentType value)List<javax.xml.bind.JAXBElement<? extends BaseComponentType>>ArrayOfComponents. getBaseComponent()Gets the value of the baseComponent property.Methods in ietf.params.xml.ns.icalendar_2 with parameters of type BaseComponentType Modifier and Type Method Description javax.xml.bind.JAXBElement<BaseComponentType>ObjectFactory. createBaseComponent(BaseComponentType value)
-