public static interface AxisSubsetDocument.AxisSubset
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
AxisSubsetDocument.AxisSubset.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 |
|---|---|
void |
addKey(String key)
Appends the value as the last "Key" element
|
IdentifierType |
addNewKey()
Appends and returns a new empty value (as xml) as the last "Key" element
|
String |
getIdentifier()
Gets the "Identifier" element
|
String[] |
getKeyArray()
Gets array of all "Key" elements
|
String |
getKeyArray(int i)
Gets ith "Key" element
|
void |
insertKey(int i,
String key)
Inserts the value as the ith "Key" element
|
IdentifierType |
insertNewKey(int i)
Inserts and returns a new empty value (as xml) as the ith "Key" element
|
void |
removeKey(int i)
Removes the ith "Key" element
|
void |
setIdentifier(String identifier)
Sets the "Identifier" element
|
void |
setKeyArray(int i,
String key)
Sets ith "Key" element
|
void |
setKeyArray(String[] keyArray)
Sets array of all "Key" element
|
int |
sizeOfKeyArray()
Returns number of "Key" element
|
IdentifierType |
xgetIdentifier()
Gets (as xml) the "Identifier" element
|
IdentifierType[] |
xgetKeyArray()
Gets (as xml) array of all "Key" elements
|
IdentifierType |
xgetKeyArray(int i)
Gets (as xml) ith "Key" element
|
void |
xsetIdentifier(IdentifierType identifier)
Sets (as xml) the "Identifier" element
|
void |
xsetKeyArray(IdentifierType[] keyArray)
Sets (as xml) array of all "Key" element
|
void |
xsetKeyArray(int i,
IdentifierType key)
Sets (as xml) ith "Key" 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, xmlTextString getIdentifier()
IdentifierType xgetIdentifier()
void setIdentifier(String identifier)
void xsetIdentifier(IdentifierType identifier)
String[] getKeyArray()
String getKeyArray(int i)
IdentifierType[] xgetKeyArray()
IdentifierType xgetKeyArray(int i)
int sizeOfKeyArray()
void setKeyArray(String[] keyArray)
void setKeyArray(int i,
String key)
void xsetKeyArray(IdentifierType[] keyArray)
void xsetKeyArray(int i,
IdentifierType key)
void insertKey(int i,
String key)
void addKey(String key)
IdentifierType insertNewKey(int i)
IdentifierType addNewKey()
void removeKey(int i)
Copyright © 2017 52north.org. All rights reserved.