public interface ExtendedDescriptionType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
ExtendedDescriptionType.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
ElementType |
addNewElement()
Appends and returns a new empty value (as xml) as the last "Element" element
|
ElementType[] |
getElementArray()
Gets array of all "Element" elements
|
ElementType |
getElementArray(int i)
Gets ith "Element" element
|
ElementType |
insertNewElement(int i)
Inserts and returns a new empty value (as xml) as the ith "Element" element
|
void |
removeElement(int i)
Removes the ith "Element" element
|
void |
setElementArray(ElementType[] elementArray)
Sets array of all "Element" element
|
void |
setElementArray(int i,
ElementType element)
Sets ith "Element" element
|
int |
sizeOfElementArray()
Returns number of "Element" element
|
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextElementType[] getElementArray()
ElementType getElementArray(int i)
int sizeOfElementArray()
void setElementArray(ElementType[] elementArray)
void setElementArray(int i,
ElementType element)
ElementType insertNewElement(int i)
ElementType addNewElement()
void removeElement(int i)
Copyright © 2016 52north.org. All rights reserved.