Uses of Class
ietf.params.xml.ns.icalendar_2.BaseComponentType
Packages that use BaseComponentType
-
Uses of BaseComponentType in ietf.params.xml.ns.icalendar_2
Subclasses of BaseComponentType in ietf.params.xml.ns.icalendar_2Modifier and TypeClassDescriptionclassJava class for AvailableType complex type.classDaylight components contain no other componentsclassStandard components contain no other componentsclassJava class for ValarmType complex type.classJava class for VavailabilityType complex type.classThis type is the basis for all components and provides a base class for applications.classJava class for VeventType complex type.classFreebusy components contain no other componentsclassJournal components contain no other componentsclassA vpoll allows voting on the sub-components.classTimezones only contain daylight and standardclassJava class for VtodoType complex type.classA gluon takes vavailability.classAn interval takes no sub-components.Fields in ietf.params.xml.ns.icalendar_2 with type parameters of type BaseComponentTypeModifier and TypeFieldDescriptionprotected List<javax.xml.bind.JAXBElement<? extends BaseComponentType>>ArrayOfComponents.baseComponentMethods in ietf.params.xml.ns.icalendar_2 that return types with arguments of type BaseComponentTypeModifier and TypeMethodDescriptionjavax.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 BaseComponentTypeModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<BaseComponentType>ObjectFactory.createBaseComponent(BaseComponentType value) -
Uses of BaseComponentType in org.oasis_open.docs.ws_calendar.ns.soap
Fields in org.oasis_open.docs.ws_calendar.ns.soap with type parameters of type BaseComponentTypeModifier and TypeFieldDescriptionprotected javax.xml.bind.JAXBElement<? extends BaseComponentType>CompFilterType.baseComponentprotected javax.xml.bind.JAXBElement<? extends BaseComponentType>ComponentReferenceType.baseComponentprotected javax.xml.bind.JAXBElement<? extends BaseComponentType>ComponentSelectionType.baseComponentprotected List<javax.xml.bind.JAXBElement<? extends BaseComponentType>>SupportedCalendarComponentSetType.baseComponentMethods in org.oasis_open.docs.ws_calendar.ns.soap that return types with arguments of type BaseComponentTypeModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<? extends BaseComponentType>CompFilterType.getBaseComponent()Gets the value of the baseComponent property.javax.xml.bind.JAXBElement<? extends BaseComponentType>ComponentReferenceType.getBaseComponent()Gets the value of the baseComponent property.javax.xml.bind.JAXBElement<? extends BaseComponentType>ComponentSelectionType.getBaseComponent()Gets the value of the baseComponent property.List<javax.xml.bind.JAXBElement<? extends BaseComponentType>>SupportedCalendarComponentSetType.getBaseComponent()Gets the value of the baseComponent property.Method parameters in org.oasis_open.docs.ws_calendar.ns.soap with type arguments of type BaseComponentTypeModifier and TypeMethodDescriptionvoidCompFilterType.setBaseComponent(javax.xml.bind.JAXBElement<? extends BaseComponentType> value) Sets the value of the baseComponent property.voidComponentReferenceType.setBaseComponent(javax.xml.bind.JAXBElement<? extends BaseComponentType> value) Sets the value of the baseComponent property.voidComponentSelectionType.setBaseComponent(javax.xml.bind.JAXBElement<? extends BaseComponentType> value) Sets the value of the baseComponent property.