Uses of Class
ietf.params.xml.ns.icalendar_2.IcalendarType
-
Packages that use IcalendarType Package Description ietf.params.xml.ns.icalendar_2 org.oasis_open.docs.ws_calendar.ns.soap -
-
Uses of IcalendarType in ietf.params.xml.ns.icalendar_2
Methods in ietf.params.xml.ns.icalendar_2 that return IcalendarType Modifier and Type Method Description IcalendarTypeObjectFactory. createIcalendarType()Create an instance ofIcalendarTypeMethods in ietf.params.xml.ns.icalendar_2 that return types with arguments of type IcalendarType Modifier and Type Method Description javax.xml.bind.JAXBElement<IcalendarType>ObjectFactory. createIcalendar(IcalendarType value)Methods in ietf.params.xml.ns.icalendar_2 with parameters of type IcalendarType Modifier and Type Method Description javax.xml.bind.JAXBElement<IcalendarType>ObjectFactory. createIcalendar(IcalendarType value) -
Uses of IcalendarType in org.oasis_open.docs.ws_calendar.ns.soap
Fields in org.oasis_open.docs.ws_calendar.ns.soap declared as IcalendarType Modifier and Type Field Description protected IcalendarTypeAddItemType. icalendarprotected IcalendarTypeCalendarDataResponseType. icalendarprotected IcalendarTypeCalendarQueryOrMultigetBaseType. icalendarprotected IcalendarTypeFetchItemResponseType. icalendarprotected IcalendarTypeFreebusyReportResponseType. icalendarMethods in org.oasis_open.docs.ws_calendar.ns.soap that return IcalendarType Modifier and Type Method Description IcalendarTypeAddItemType. getIcalendar()Gets the value of the icalendar property.IcalendarTypeCalendarDataResponseType. getIcalendar()Gets the value of the icalendar property.IcalendarTypeCalendarQueryOrMultigetBaseType. getIcalendar()Gets the value of the icalendar property.IcalendarTypeFetchItemResponseType. getIcalendar()Gets the value of the icalendar property.IcalendarTypeFreebusyReportResponseType. getIcalendar()Gets the value of the icalendar property.Methods in org.oasis_open.docs.ws_calendar.ns.soap with parameters of type IcalendarType Modifier and Type Method Description voidAddItemType. setIcalendar(IcalendarType value)Sets the value of the icalendar property.voidCalendarDataResponseType. setIcalendar(IcalendarType value)Sets the value of the icalendar property.voidCalendarQueryOrMultigetBaseType. setIcalendar(IcalendarType value)Sets the value of the icalendar property.voidFetchItemResponseType. setIcalendar(IcalendarType value)Sets the value of the icalendar property.voidFreebusyReportResponseType. setIcalendar(IcalendarType value)Sets the value of the icalendar property.
-