Uses of Class
org.bedework.schemas.category_1.ArrayOfCategories
-
Packages that use ArrayOfCategories Package Description org.bedework.schemas.catdav_1 org.bedework.schemas.category_1 -
-
Uses of ArrayOfCategories in org.bedework.schemas.catdav_1
Fields in org.bedework.schemas.catdav_1 declared as ArrayOfCategories Modifier and Type Field Description protected ArrayOfCategoriesCategoryDataType. categoriesMethods in org.bedework.schemas.catdav_1 that return ArrayOfCategories Modifier and Type Method Description ArrayOfCategoriesCategoryDataType. getCategories()Gets the value of the categories property.Methods in org.bedework.schemas.catdav_1 with parameters of type ArrayOfCategories Modifier and Type Method Description voidCategoryDataType. setCategories(ArrayOfCategories value)Sets the value of the categories property. -
Uses of ArrayOfCategories in org.bedework.schemas.category_1
Fields in org.bedework.schemas.category_1 declared as ArrayOfCategories Modifier and Type Field Description protected ArrayOfCategoriesCategoryType. categoriesMethods in org.bedework.schemas.category_1 that return ArrayOfCategories Modifier and Type Method Description ArrayOfCategoriesObjectFactory. createArrayOfCategories()Create an instance ofArrayOfCategoriesArrayOfCategoriesCategoryType. getCategories()Gets the value of the categories property.Methods in org.bedework.schemas.category_1 that return types with arguments of type ArrayOfCategories Modifier and Type Method Description javax.xml.bind.JAXBElement<ArrayOfCategories>ObjectFactory. createCategories(ArrayOfCategories value)Methods in org.bedework.schemas.category_1 with parameters of type ArrayOfCategories Modifier and Type Method Description javax.xml.bind.JAXBElement<ArrayOfCategories>ObjectFactory. createCategories(ArrayOfCategories value)voidCategoryType. setCategories(ArrayOfCategories value)Sets the value of the categories property.
-