|
|||||||||
| Home >> All >> org >> apache >> xmlbeans >> samples >> [ any overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.xmlbeans.samples.any
Interface RootDocument.Root

- All Superinterfaces:
- org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
- Enclosing interface:
- RootDocument
- public static interface RootDocument.Root
- extends org.apache.xmlbeans.XmlObject
An XML root(@http://xmlbeans.apache.org/samples/any). This is a complex type.
| Nested Class Summary | |
static interface |
RootDocument.Root.Arrayofany
An XML arrayofany(@http://xmlbeans.apache.org/samples/any). |
static class |
RootDocument.Root.Factory
A factory class with static methods for creating instances of this type. |
| Field Summary | |
static org.apache.xmlbeans.SchemaType |
type
|
| Fields inherited from interface org.apache.xmlbeans.XmlObject |
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
| Method Summary | |
RootDocument.Root.Arrayofany |
addNewArrayofany()
Appends and returns a new empty "arrayofany" element |
RootDocument.Root.Arrayofany |
getArrayofany()
Gets the "arrayofany" element |
java.lang.String |
getStringelement()
Gets the "stringelement" element |
void |
setArrayofany(RootDocument.Root.Arrayofany arrayofany)
Sets the "arrayofany" element |
void |
setStringelement(java.lang.String stringelement)
Sets the "stringelement" element |
org.apache.xmlbeans.XmlString |
xgetStringelement()
Gets (as xml) the "stringelement" element |
void |
xsetStringelement(org.apache.xmlbeans.XmlString stringelement)
Sets (as xml) the "stringelement" element |
| Methods inherited from interface org.apache.xmlbeans.XmlObject |
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode |
| Methods inherited from interface org.apache.xmlbeans.XmlTokenSource |
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText |
| Field Detail |
type
public static final org.apache.xmlbeans.SchemaType type
| Method Detail |
getStringelement
public java.lang.String getStringelement()
- Gets the "stringelement" element
xgetStringelement
public org.apache.xmlbeans.XmlString xgetStringelement()
- Gets (as xml) the "stringelement" element
setStringelement
public void setStringelement(java.lang.String stringelement)
- Sets the "stringelement" element
xsetStringelement
public void xsetStringelement(org.apache.xmlbeans.XmlString stringelement)
- Sets (as xml) the "stringelement" element
getArrayofany
public RootDocument.Root.Arrayofany getArrayofany()
- Gets the "arrayofany" element
setArrayofany
public void setArrayofany(RootDocument.Root.Arrayofany arrayofany)
- Sets the "arrayofany" element
addNewArrayofany
public RootDocument.Root.Arrayofany addNewArrayofany()
- Appends and returns a new empty "arrayofany" element
|
|||||||||
| Home >> All >> org >> apache >> xmlbeans >> samples >> [ any overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC