Uses of Class
ietf.params.xml.ns.icalendar_2.ArrayOfEventTodoContainedComponents
-
Packages that use ArrayOfEventTodoContainedComponents Package Description ietf.params.xml.ns.icalendar_2 -
-
Uses of ArrayOfEventTodoContainedComponents in ietf.params.xml.ns.icalendar_2
Fields in ietf.params.xml.ns.icalendar_2 declared as ArrayOfEventTodoContainedComponents Modifier and Type Field Description protected ArrayOfEventTodoContainedComponentsVeventType. componentsprotected ArrayOfEventTodoContainedComponentsVtodoType. componentsMethods in ietf.params.xml.ns.icalendar_2 that return ArrayOfEventTodoContainedComponents Modifier and Type Method Description ArrayOfEventTodoContainedComponentsObjectFactory. createArrayOfEventTodoContainedComponents()Create an instance ofArrayOfEventTodoContainedComponentsArrayOfEventTodoContainedComponentsVeventType. getComponents()Gets the value of the components property.ArrayOfEventTodoContainedComponentsVtodoType. getComponents()Gets the value of the components property.Methods in ietf.params.xml.ns.icalendar_2 with parameters of type ArrayOfEventTodoContainedComponents Modifier and Type Method Description voidVeventType. setComponents(ArrayOfEventTodoContainedComponents value)Sets the value of the components property.voidVtodoType. setComponents(ArrayOfEventTodoContainedComponents value)Sets the value of the components property.
-