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 TypeClassDescriptionclass
Java class for AvailableType complex type.class
Daylight components contain no other componentsclass
Standard components contain no other componentsclass
Java class for ValarmType complex type.class
Java class for VavailabilityType complex type.class
This type is the basis for all components and provides a base class for applications.class
Java class for VeventType complex type.class
Freebusy components contain no other componentsclass
Journal components contain no other componentsclass
A vpoll allows voting on the sub-components.class
Timezones only contain daylight and standardclass
Java class for VtodoType complex type.class
A gluon takes vavailability.class
An 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.baseComponent
Methods 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.baseComponent
protected javax.xml.bind.JAXBElement<? extends BaseComponentType>
ComponentReferenceType.baseComponent
protected javax.xml.bind.JAXBElement<? extends BaseComponentType>
ComponentSelectionType.baseComponent
protected List<javax.xml.bind.JAXBElement<? extends BaseComponentType>>
SupportedCalendarComponentSetType.baseComponent
Methods 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 TypeMethodDescriptionvoid
CompFilterType.setBaseComponent
(javax.xml.bind.JAXBElement<? extends BaseComponentType> value) Sets the value of the baseComponent property.void
ComponentReferenceType.setBaseComponent
(javax.xml.bind.JAXBElement<? extends BaseComponentType> value) Sets the value of the baseComponent property.void
ComponentSelectionType.setBaseComponent
(javax.xml.bind.JAXBElement<? extends BaseComponentType> value) Sets the value of the baseComponent property.