public interface DependenciesType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
DependenciesType.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 |
|---|---|
DependencyType |
addNewDependency()
Appends and returns a new empty value (as xml) as the last "dependency" element
|
DependencyType[] |
getDependencyArray()
Gets array of all "dependency" elements
|
DependencyType |
getDependencyArray(int i)
Gets ith "dependency" element
|
DependencyType |
insertNewDependency(int i)
Inserts and returns a new empty value (as xml) as the ith "dependency" element
|
void |
removeDependency(int i)
Removes the ith "dependency" element
|
void |
setDependencyArray(DependencyType[] dependencyArray)
Sets array of all "dependency" element
|
void |
setDependencyArray(int i,
DependencyType dependency)
Sets ith "dependency" element
|
int |
sizeOfDependencyArray()
Returns number of "dependency" element
|
changeType, compareTo, compareValue, 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, xmlTextDependencyType[] getDependencyArray()
DependencyType getDependencyArray(int i)
int sizeOfDependencyArray()
void setDependencyArray(DependencyType[] dependencyArray)
void setDependencyArray(int i,
DependencyType dependency)
DependencyType insertNewDependency(int i)
DependencyType addNewDependency()
void removeDependency(int i)
Copyright © 2009-2013 DuraSpace. All Rights Reserved.