| org.apache.xmlbeans.samples.validation.todolist.TodolistDocument
All known Subclasses: org.apache.xmlbeans.samples.validation.todolist.impl.TodolistDocumentImpl,
TodolistDocument | public interface TodolistDocument extends org.apache.xmlbeans.XmlObject(Code) | | A document containing one todolist(@http://xmlbeans.apache.org/samples/validation/todolist) element.
This is a complex type.
|
Inner Class :public interface Todolist extends org.apache.xmlbeans.XmlObject | |
Inner Class :final public static class Factory | |
Field Summary | |
final public static org.apache.xmlbeans.SchemaType | type |
Method Summary | |
org.apache.xmlbeans.samples.validation.todolist.TodolistDocument.Todolist | addNewTodolist() | org.apache.xmlbeans.samples.validation.todolist.TodolistDocument.Todolist | getTodolist() | void | setTodolist(org.apache.xmlbeans.samples.validation.todolist.TodolistDocument.Todolist todolist) |
type | final public static org.apache.xmlbeans.SchemaType type(Code) | | |
addNewTodolist | org.apache.xmlbeans.samples.validation.todolist.TodolistDocument.Todolist addNewTodolist()(Code) | | Appends and returns a new empty "todolist" element
|
getTodolist | org.apache.xmlbeans.samples.validation.todolist.TodolistDocument.Todolist getTodolist()(Code) | | Gets the "todolist" element
|
setTodolist | void setTodolist(org.apache.xmlbeans.samples.validation.todolist.TodolistDocument.Todolist todolist)(Code) | | Sets the "todolist" element
|
|
|