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.ws_calendar.ns.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 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) -
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 BaseComponentType Modifier and Type Field Description protected 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 BaseComponentType Modifier and Type Method Description javax.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 BaseComponentType Modifier and Type Method Description voidCompFilterType. 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.
-