public static interface KeyDocument.Key extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
KeyDocument.Key.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 |
|---|---|
ArrayDocument.Array |
addNewArray()
Appends and returns a new empty value (as xml) as the last "array" element
|
BeanDocument.Bean |
addNewBean()
Appends and returns a new empty value (as xml) as the last "bean" element
|
DescriptionDocument.Description |
addNewDescription()
Appends and returns a new empty "description" element
|
IdrefDocument.Idref |
addNewIdref()
Appends and returns a new empty value (as xml) as the last "idref" element
|
ListDocument.List |
addNewList()
Appends and returns a new empty value (as xml) as the last "list" element
|
MapDocument.Map |
addNewMap()
Appends and returns a new empty value (as xml) as the last "map" element
|
NullDocument.Null |
addNewNull()
Appends and returns a new empty value (as xml) as the last "null" element
|
PropsDocument.Props |
addNewProps()
Appends and returns a new empty value (as xml) as the last "props" element
|
RefDocument.Ref |
addNewRef()
Appends and returns a new empty value (as xml) as the last "ref" element
|
SetDocument.Set |
addNewSet()
Appends and returns a new empty value (as xml) as the last "set" element
|
ValueDocument.Value |
addNewValue()
Appends and returns a new empty value (as xml) as the last "value" element
|
ArrayDocument.Array[] |
getArrayArray()
Gets array of all "array" elements
|
ArrayDocument.Array |
getArrayArray(int i)
Gets ith "array" element
|
BeanDocument.Bean[] |
getBeanArray()
Gets array of all "bean" elements
|
BeanDocument.Bean |
getBeanArray(int i)
Gets ith "bean" element
|
DescriptionDocument.Description |
getDescription()
Gets the "description" element
|
IdrefDocument.Idref[] |
getIdrefArray()
Gets array of all "idref" elements
|
IdrefDocument.Idref |
getIdrefArray(int i)
Gets ith "idref" element
|
ListDocument.List[] |
getListArray()
Gets array of all "list" elements
|
ListDocument.List |
getListArray(int i)
Gets ith "list" element
|
MapDocument.Map[] |
getMapArray()
Gets array of all "map" elements
|
MapDocument.Map |
getMapArray(int i)
Gets ith "map" element
|
NullDocument.Null[] |
getNullArray()
Gets array of all "null" elements
|
NullDocument.Null |
getNullArray(int i)
Gets ith "null" element
|
PropsDocument.Props[] |
getPropsArray()
Gets array of all "props" elements
|
PropsDocument.Props |
getPropsArray(int i)
Gets ith "props" element
|
RefDocument.Ref[] |
getRefArray()
Gets array of all "ref" elements
|
RefDocument.Ref |
getRefArray(int i)
Gets ith "ref" element
|
SetDocument.Set[] |
getSetArray()
Gets array of all "set" elements
|
SetDocument.Set |
getSetArray(int i)
Gets ith "set" element
|
ValueDocument.Value[] |
getValueArray()
Gets array of all "value" elements
|
ValueDocument.Value |
getValueArray(int i)
Gets ith "value" element
|
ArrayDocument.Array |
insertNewArray(int i)
Inserts and returns a new empty value (as xml) as the ith "array" element
|
BeanDocument.Bean |
insertNewBean(int i)
Inserts and returns a new empty value (as xml) as the ith "bean" element
|
IdrefDocument.Idref |
insertNewIdref(int i)
Inserts and returns a new empty value (as xml) as the ith "idref" element
|
ListDocument.List |
insertNewList(int i)
Inserts and returns a new empty value (as xml) as the ith "list" element
|
MapDocument.Map |
insertNewMap(int i)
Inserts and returns a new empty value (as xml) as the ith "map" element
|
NullDocument.Null |
insertNewNull(int i)
Inserts and returns a new empty value (as xml) as the ith "null" element
|
PropsDocument.Props |
insertNewProps(int i)
Inserts and returns a new empty value (as xml) as the ith "props" element
|
RefDocument.Ref |
insertNewRef(int i)
Inserts and returns a new empty value (as xml) as the ith "ref" element
|
SetDocument.Set |
insertNewSet(int i)
Inserts and returns a new empty value (as xml) as the ith "set" element
|
ValueDocument.Value |
insertNewValue(int i)
Inserts and returns a new empty value (as xml) as the ith "value" element
|
boolean |
isSetDescription()
True if has "description" element
|
void |
removeArray(int i)
Removes the ith "array" element
|
void |
removeBean(int i)
Removes the ith "bean" element
|
void |
removeIdref(int i)
Removes the ith "idref" element
|
void |
removeList(int i)
Removes the ith "list" element
|
void |
removeMap(int i)
Removes the ith "map" element
|
void |
removeNull(int i)
Removes the ith "null" element
|
void |
removeProps(int i)
Removes the ith "props" element
|
void |
removeRef(int i)
Removes the ith "ref" element
|
void |
removeSet(int i)
Removes the ith "set" element
|
void |
removeValue(int i)
Removes the ith "value" element
|
void |
setArrayArray(ArrayDocument.Array[] arrayArray)
Sets array of all "array" element
|
void |
setArrayArray(int i,
ArrayDocument.Array array)
Sets ith "array" element
|
void |
setBeanArray(BeanDocument.Bean[] beanArray)
Sets array of all "bean" element
|
void |
setBeanArray(int i,
BeanDocument.Bean bean)
Sets ith "bean" element
|
void |
setDescription(DescriptionDocument.Description description)
Sets the "description" element
|
void |
setIdrefArray(IdrefDocument.Idref[] idrefArray)
Sets array of all "idref" element
|
void |
setIdrefArray(int i,
IdrefDocument.Idref idref)
Sets ith "idref" element
|
void |
setListArray(int i,
ListDocument.List list)
Sets ith "list" element
|
void |
setListArray(ListDocument.List[] listArray)
Sets array of all "list" element
|
void |
setMapArray(int i,
MapDocument.Map map)
Sets ith "map" element
|
void |
setMapArray(MapDocument.Map[] mapArray)
Sets array of all "map" element
|
void |
setNullArray(int i,
NullDocument.Null xnull)
Sets ith "null" element
|
void |
setNullArray(NullDocument.Null[] xnullArray)
Sets array of all "null" element
|
void |
setPropsArray(int i,
PropsDocument.Props props)
Sets ith "props" element
|
void |
setPropsArray(PropsDocument.Props[] propsArray)
Sets array of all "props" element
|
void |
setRefArray(int i,
RefDocument.Ref ref)
Sets ith "ref" element
|
void |
setRefArray(RefDocument.Ref[] refArray)
Sets array of all "ref" element
|
void |
setSetArray(int i,
SetDocument.Set set)
Sets ith "set" element
|
void |
setSetArray(SetDocument.Set[] setArray)
Sets array of all "set" element
|
void |
setValueArray(int i,
ValueDocument.Value value)
Sets ith "value" element
|
void |
setValueArray(ValueDocument.Value[] valueArray)
Sets array of all "value" element
|
int |
sizeOfArrayArray()
Returns number of "array" element
|
int |
sizeOfBeanArray()
Returns number of "bean" element
|
int |
sizeOfIdrefArray()
Returns number of "idref" element
|
int |
sizeOfListArray()
Returns number of "list" element
|
int |
sizeOfMapArray()
Returns number of "map" element
|
int |
sizeOfNullArray()
Returns number of "null" element
|
int |
sizeOfPropsArray()
Returns number of "props" element
|
int |
sizeOfRefArray()
Returns number of "ref" element
|
int |
sizeOfSetArray()
Returns number of "set" element
|
int |
sizeOfValueArray()
Returns number of "value" element
|
void |
unsetDescription()
Unsets the "description" 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, xmlTextstatic final org.apache.xmlbeans.SchemaType type
DescriptionDocument.Description getDescription()
boolean isSetDescription()
void setDescription(DescriptionDocument.Description description)
DescriptionDocument.Description addNewDescription()
void unsetDescription()
BeanDocument.Bean[] getBeanArray()
BeanDocument.Bean getBeanArray(int i)
int sizeOfBeanArray()
void setBeanArray(BeanDocument.Bean[] beanArray)
void setBeanArray(int i, BeanDocument.Bean bean)
BeanDocument.Bean insertNewBean(int i)
BeanDocument.Bean addNewBean()
void removeBean(int i)
RefDocument.Ref[] getRefArray()
RefDocument.Ref getRefArray(int i)
int sizeOfRefArray()
void setRefArray(RefDocument.Ref[] refArray)
void setRefArray(int i, RefDocument.Ref ref)
RefDocument.Ref insertNewRef(int i)
RefDocument.Ref addNewRef()
void removeRef(int i)
IdrefDocument.Idref[] getIdrefArray()
IdrefDocument.Idref getIdrefArray(int i)
int sizeOfIdrefArray()
void setIdrefArray(IdrefDocument.Idref[] idrefArray)
void setIdrefArray(int i, IdrefDocument.Idref idref)
IdrefDocument.Idref insertNewIdref(int i)
IdrefDocument.Idref addNewIdref()
void removeIdref(int i)
ValueDocument.Value[] getValueArray()
ValueDocument.Value getValueArray(int i)
int sizeOfValueArray()
void setValueArray(ValueDocument.Value[] valueArray)
void setValueArray(int i, ValueDocument.Value value)
ValueDocument.Value insertNewValue(int i)
ValueDocument.Value addNewValue()
void removeValue(int i)
NullDocument.Null[] getNullArray()
NullDocument.Null getNullArray(int i)
int sizeOfNullArray()
void setNullArray(NullDocument.Null[] xnullArray)
void setNullArray(int i, NullDocument.Null xnull)
NullDocument.Null insertNewNull(int i)
NullDocument.Null addNewNull()
void removeNull(int i)
ArrayDocument.Array[] getArrayArray()
ArrayDocument.Array getArrayArray(int i)
int sizeOfArrayArray()
void setArrayArray(ArrayDocument.Array[] arrayArray)
void setArrayArray(int i, ArrayDocument.Array array)
ArrayDocument.Array insertNewArray(int i)
ArrayDocument.Array addNewArray()
void removeArray(int i)
ListDocument.List[] getListArray()
ListDocument.List getListArray(int i)
int sizeOfListArray()
void setListArray(ListDocument.List[] listArray)
void setListArray(int i, ListDocument.List list)
ListDocument.List insertNewList(int i)
ListDocument.List addNewList()
void removeList(int i)
SetDocument.Set[] getSetArray()
SetDocument.Set getSetArray(int i)
int sizeOfSetArray()
void setSetArray(SetDocument.Set[] setArray)
void setSetArray(int i, SetDocument.Set set)
SetDocument.Set insertNewSet(int i)
SetDocument.Set addNewSet()
void removeSet(int i)
MapDocument.Map[] getMapArray()
MapDocument.Map getMapArray(int i)
int sizeOfMapArray()
void setMapArray(MapDocument.Map[] mapArray)
void setMapArray(int i, MapDocument.Map map)
MapDocument.Map insertNewMap(int i)
MapDocument.Map addNewMap()
void removeMap(int i)
PropsDocument.Props[] getPropsArray()
PropsDocument.Props getPropsArray(int i)
int sizeOfPropsArray()
void setPropsArray(PropsDocument.Props[] propsArray)
void setPropsArray(int i, PropsDocument.Props props)
PropsDocument.Props insertNewProps(int i)
PropsDocument.Props addNewProps()
void removeProps(int i)
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann