Uses of Class
ietf.params.xml.ns.icalendar_2.VcalendarType
-
Packages that use VcalendarType Package Description ietf.params.xml.ns.icalendar_2 org.oasis_open.docs.ws_calendar.ns.soap -
-
Uses of VcalendarType in ietf.params.xml.ns.icalendar_2
Fields in ietf.params.xml.ns.icalendar_2 with type parameters of type VcalendarType Modifier and Type Field Description protected List<VcalendarType>IcalendarType. vcalendarMethods in ietf.params.xml.ns.icalendar_2 that return VcalendarType Modifier and Type Method Description VcalendarTypeObjectFactory. createVcalendarType()Create an instance ofVcalendarTypeMethods in ietf.params.xml.ns.icalendar_2 that return types with arguments of type VcalendarType Modifier and Type Method Description javax.xml.bind.JAXBElement<VcalendarType>ObjectFactory. createVcalendar(VcalendarType value)List<VcalendarType>IcalendarType. getVcalendar()Gets the value of the vcalendar property.Methods in ietf.params.xml.ns.icalendar_2 with parameters of type VcalendarType Modifier and Type Method Description javax.xml.bind.JAXBElement<VcalendarType>ObjectFactory. createVcalendar(VcalendarType value) -
Uses of VcalendarType in org.oasis_open.docs.ws_calendar.ns.soap
Fields in org.oasis_open.docs.ws_calendar.ns.soap declared as VcalendarType Modifier and Type Field Description protected VcalendarTypeCompFilterType. vcalendarprotected VcalendarTypeComponentSelectionType. vcalendarMethods in org.oasis_open.docs.ws_calendar.ns.soap that return VcalendarType Modifier and Type Method Description VcalendarTypeCompFilterType. getVcalendar()Gets the value of the vcalendar property.VcalendarTypeComponentSelectionType. getVcalendar()Gets the value of the vcalendar property.Methods in org.oasis_open.docs.ws_calendar.ns.soap with parameters of type VcalendarType Modifier and Type Method Description voidCompFilterType. setVcalendar(VcalendarType value)Sets the value of the vcalendar property.voidComponentSelectionType. setVcalendar(VcalendarType value)Sets the value of the vcalendar property.
-