Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A D G I N O R S T U X

A

ACTION$6 - Static variable in class org.apache.xmlbeans.samples.validation.todolist.impl.ItemTypeImpl
 
ActionTypeImpl - class org.apache.xmlbeans.samples.validation.todolist.impl.ActionTypeImpl.
An XML actionType(@http://xmlbeans.apache.org/samples/validation/todolist).
ActionTypeImpl(SchemaType) - Constructor for class org.apache.xmlbeans.samples.validation.todolist.impl.ActionTypeImpl
 
ActionTypeImpl(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.samples.validation.todolist.impl.ActionTypeImpl
 
addNewItem() - Method in class org.apache.xmlbeans.samples.validation.todolist.impl.TodolistDocumentImpl.TodolistImpl
Appends and returns a new empty value (as xml) as the last "item" element
addNewTodolist() - Method in class org.apache.xmlbeans.samples.validation.todolist.impl.TodolistDocumentImpl
Appends and returns a new empty "todolist" element

D

DESCRIPTION$2 - Static variable in class org.apache.xmlbeans.samples.validation.todolist.impl.ItemTypeImpl
 
DUEBY$4 - Static variable in class org.apache.xmlbeans.samples.validation.todolist.impl.ItemTypeImpl
 

G

getAction() - Method in class org.apache.xmlbeans.samples.validation.todolist.impl.ItemTypeImpl
Gets the "action" element
getDescription() - Method in class org.apache.xmlbeans.samples.validation.todolist.impl.ItemTypeImpl
Gets the "description" element
getDueBy() - Method in class org.apache.xmlbeans.samples.validation.todolist.impl.ItemTypeImpl
Gets the "due_by" element
getId() - Method in class org.apache.xmlbeans.samples.validation.todolist.impl.ItemTypeImpl
Gets the "id" attribute
getItemArray() - Method in class org.apache.xmlbeans.samples.validation.todolist.impl.TodolistDocumentImpl.TodolistImpl
Gets array of all "item" elements
getItemArray(int) - Method in class org.apache.xmlbeans.samples.validation.todolist.impl.TodolistDocumentImpl.TodolistImpl
Gets ith "item" element
getName() - Method in class org.apache.xmlbeans.samples.validation.todolist.impl.ItemTypeImpl
Gets the "name" element
getTodolist() - Method in class org.apache.xmlbeans.samples.validation.todolist.impl.TodolistDocumentImpl
Gets the "todolist" element

I

ID$8 - Static variable in class org.apache.xmlbeans.samples.validation.todolist.impl.ItemTypeImpl
 
ITEM$0 - Static variable in class org.apache.xmlbeans.samples.validation.todolist.impl.TodolistDocumentImpl.TodolistImpl
 
IdTypeImpl - class org.apache.xmlbeans.samples.validation.todolist.impl.IdTypeImpl.
An XML idType(@http://xmlbeans.apache.org/samples/validation/todolist).
IdTypeImpl(SchemaType) - Constructor for class org.apache.xmlbeans.samples.validation.todolist.impl.IdTypeImpl
 
IdTypeImpl(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.samples.validation.todolist.impl.IdTypeImpl
 
ItemTypeImpl - class org.apache.xmlbeans.samples.validation.todolist.impl.ItemTypeImpl.
An XML itemType(@http://xmlbeans.apache.org/samples/validation/todolist).
ItemTypeImpl(SchemaType) - Constructor for class org.apache.xmlbeans.samples.validation.todolist.impl.ItemTypeImpl
 
insertNewItem(int) - Method in class org.apache.xmlbeans.samples.validation.todolist.impl.TodolistDocumentImpl.TodolistImpl
Inserts and returns a new empty value (as xml) as the ith "item" element
isSetDescription() - Method in class org.apache.xmlbeans.samples.validation.todolist.impl.ItemTypeImpl
True if has "description" element
isSetDueBy() - Method in class org.apache.xmlbeans.samples.validation.todolist.impl.ItemTypeImpl
True if has "due_by" element
isSetId() - Method in class org.apache.xmlbeans.samples.validation.todolist.impl.ItemTypeImpl
True if has "id" attribute

N

NAME$0 - Static variable in class org.apache.xmlbeans.samples.validation.todolist.impl.ItemTypeImpl
 
NameTypeImpl - class org.apache.xmlbeans.samples.validation.todolist.impl.NameTypeImpl.
An XML nameType(@http://xmlbeans.apache.org/samples/validation/todolist).
NameTypeImpl(SchemaType) - Constructor for class org.apache.xmlbeans.samples.validation.todolist.impl.NameTypeImpl
 
NameTypeImpl(SchemaType, boolean) - Constructor for class org.apache.xmlbeans.samples.validation.todolist.impl.NameTypeImpl
 

O

org.apache.xmlbeans.samples.validation.todolist.impl - package org.apache.xmlbeans.samples.validation.todolist.impl
 

R

removeItem(int) - Method in class org.apache.xmlbeans.samples.validation.todolist.impl.TodolistDocumentImpl.TodolistImpl
Removes the ith "item" element

S

setAction(ActionType.Enum) - Method in class org.apache.xmlbeans.samples.validation.todolist.impl.ItemTypeImpl
Sets the "action" element
setDescription(String) - Method in class org.apache.xmlbeans.samples.validation.todolist.impl.ItemTypeImpl
Sets the "description" element
setDueBy(Calendar) - Method in class org.apache.xmlbeans.samples.validation.todolist.impl.ItemTypeImpl
Sets the "due_by" element
setId(int) - Method in class org.apache.xmlbeans.samples.validation.todolist.impl.ItemTypeImpl
Sets the "id" attribute
setItemArray(ItemType[]) - Method in class org.apache.xmlbeans.samples.validation.todolist.impl.TodolistDocumentImpl.TodolistImpl
Sets array of all "item" element
setItemArray(int, ItemType) - Method in class org.apache.xmlbeans.samples.validation.todolist.impl.TodolistDocumentImpl.TodolistImpl
Sets ith "item" element
setName(String) - Method in class org.apache.xmlbeans.samples.validation.todolist.impl.ItemTypeImpl
Sets the "name" element
setTodolist(TodolistDocument.Todolist) - Method in class org.apache.xmlbeans.samples.validation.todolist.impl.TodolistDocumentImpl
Sets the "todolist" element
sizeOfItemArray() - Method in class org.apache.xmlbeans.samples.validation.todolist.impl.TodolistDocumentImpl.TodolistImpl
Returns number of "item" element

T

TODOLIST$0 - Static variable in class org.apache.xmlbeans.samples.validation.todolist.impl.TodolistDocumentImpl
 
TodolistDocumentImpl - class org.apache.xmlbeans.samples.validation.todolist.impl.TodolistDocumentImpl.
A document containing one todolist(@http://xmlbeans.apache.org/samples/validation/todolist) element.
TodolistDocumentImpl(SchemaType) - Constructor for class org.apache.xmlbeans.samples.validation.todolist.impl.TodolistDocumentImpl
 
TodolistDocumentImpl.TodolistImpl - class org.apache.xmlbeans.samples.validation.todolist.impl.TodolistDocumentImpl.TodolistImpl.
An XML todolist(@http://xmlbeans.apache.org/samples/validation/todolist).
TodolistDocumentImpl.TodolistImpl(SchemaType) - Constructor for class org.apache.xmlbeans.samples.validation.todolist.impl.TodolistDocumentImpl.TodolistImpl
 

U

unsetDescription() - Method in class org.apache.xmlbeans.samples.validation.todolist.impl.ItemTypeImpl
Unsets the "description" element
unsetDueBy() - Method in class org.apache.xmlbeans.samples.validation.todolist.impl.ItemTypeImpl
Unsets the "due_by" element
unsetId() - Method in class org.apache.xmlbeans.samples.validation.todolist.impl.ItemTypeImpl
Unsets the "id" attribute

X

xgetAction() - Method in class org.apache.xmlbeans.samples.validation.todolist.impl.ItemTypeImpl
Gets (as xml) the "action" element
xgetDescription() - Method in class org.apache.xmlbeans.samples.validation.todolist.impl.ItemTypeImpl
Gets (as xml) the "description" element
xgetDueBy() - Method in class org.apache.xmlbeans.samples.validation.todolist.impl.ItemTypeImpl
Gets (as xml) the "due_by" element
xgetId() - Method in class org.apache.xmlbeans.samples.validation.todolist.impl.ItemTypeImpl
Gets (as xml) the "id" attribute
xgetName() - Method in class org.apache.xmlbeans.samples.validation.todolist.impl.ItemTypeImpl
Gets (as xml) the "name" element
xsetAction(ActionType) - Method in class org.apache.xmlbeans.samples.validation.todolist.impl.ItemTypeImpl
Sets (as xml) the "action" element
xsetDescription(XmlString) - Method in class org.apache.xmlbeans.samples.validation.todolist.impl.ItemTypeImpl
Sets (as xml) the "description" element
xsetDueBy(XmlDateTime) - Method in class org.apache.xmlbeans.samples.validation.todolist.impl.ItemTypeImpl
Sets (as xml) the "due_by" element
xsetId(IdType) - Method in class org.apache.xmlbeans.samples.validation.todolist.impl.ItemTypeImpl
Sets (as xml) the "id" attribute
xsetName(XmlString) - Method in class org.apache.xmlbeans.samples.validation.todolist.impl.ItemTypeImpl
Sets (as xml) the "name" element

A D G I N O R S T U X