Uses of Class
ietf.params.xml.ns.icalendar_2.BaseComponentType
-
Packages that use BaseComponentType Package Description ietf.params.xml.ns.icalendar_2 org.oasis_open.docs.ns.wscal.calws_soap -
-
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 componentsclassVtimezoneTypeTimezones 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<BaseComponentType>ArrayOfTimezoneContainedComponents. standardOrDaylightprotected List<BaseComponentType>ArrayOfVcalendarContainedComponents. veventOrVtodoOrVjournalMethods 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<BaseComponentType>ArrayOfTimezoneContainedComponents. getStandardOrDaylight()Gets the value of the standardOrDaylight property.List<BaseComponentType>ArrayOfVcalendarContainedComponents. getVeventOrVtodoOrVjournal()Gets the value of the veventOrVtodoOrVjournal 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) -
Uses of BaseComponentType in org.oasis_open.docs.ns.wscal.calws_soap
Fields in org.oasis_open.docs.ns.wscal.calws_soap declared as BaseComponentType Modifier and Type Field Description protected BaseComponentTypeComponentReferenceType. baseComponentprotected BaseComponentTypeComponentSelectionType. baseComponentFields in org.oasis_open.docs.ns.wscal.calws_soap with type parameters of type BaseComponentType Modifier and Type Field Description protected List<BaseComponentType>SupportedCalendarComponentSetType. baseComponentMethods in org.oasis_open.docs.ns.wscal.calws_soap that return BaseComponentType Modifier and Type Method Description BaseComponentTypeComponentReferenceType. getBaseComponent()Gets the value of the baseComponent property.BaseComponentTypeComponentSelectionType. getBaseComponent()Gets the value of the baseComponent property.Methods in org.oasis_open.docs.ns.wscal.calws_soap that return types with arguments of type BaseComponentType Modifier and Type Method Description List<BaseComponentType>SupportedCalendarComponentSetType. getBaseComponent()Gets the value of the baseComponent property.Methods in org.oasis_open.docs.ns.wscal.calws_soap with parameters of type BaseComponentType Modifier and Type Method Description voidComponentReferenceType. setBaseComponent(BaseComponentType value)Sets the value of the baseComponent property.voidComponentSelectionType. setBaseComponent(BaseComponentType value)Sets the value of the baseComponent property.
-