| org.apache.xmlbeans.samples.any.RootDocument
All known Subclasses: org.apache.xmlbeans.samples.any.impl.RootDocumentImpl,
RootDocument | public interface RootDocument extends org.apache.xmlbeans.XmlObject(Code) | | A document containing one root(@http://xmlbeans.apache.org/samples/any) element.
This is a complex type.
|
Inner Class :public interface Root 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.any.RootDocument.Root | addNewRoot() | org.apache.xmlbeans.samples.any.RootDocument.Root | getRoot() | void | setRoot(org.apache.xmlbeans.samples.any.RootDocument.Root root) |
type | final public static org.apache.xmlbeans.SchemaType type(Code) | | |
addNewRoot | org.apache.xmlbeans.samples.any.RootDocument.Root addNewRoot()(Code) | | Appends and returns a new empty "root" element
|
getRoot | org.apache.xmlbeans.samples.any.RootDocument.Root getRoot()(Code) | | Gets the "root" element
|
setRoot | void setRoot(org.apache.xmlbeans.samples.any.RootDocument.Root root)(Code) | | Sets the "root" element
|
|
|