Interface Keybase
- All Superinterfaces:
Annotated,OpenAttrs,XmlObject,XmlTokenSource
- All Known Subinterfaces:
KeyrefDocument.Keyref
- All Known Implementing Classes:
KeybaseImpl,KeyrefDocumentImpl.KeyrefImpl
An XML keybase(@http://www.w3.org/2001/XMLSchema).
This is a complex type.
-
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty value (as xml) as the last "field" elementAppends and returns a new empty "selector" elementGets array of all "field" elementsgetFieldArray(int i) Gets ith "field" elementGets a List of "field" elementsgetName()Gets the "name" attributeGets the "selector" elementinsertNewField(int i) Inserts and returns a new empty value (as xml) as the ith "field" elementvoidremoveField(int i) Removes the ith "field" elementvoidsetFieldArray(int i, FieldDocument.Field field) Sets ith "field" elementvoidsetFieldArray(FieldDocument.Field[] fieldArray) Sets array of all "field" elementvoidSets the "name" attributevoidsetSelector(SelectorDocument.Selector selector) Sets the "selector" elementintReturns number of "field" elementxgetName()Gets (as xml) the "name" attributevoidSets (as xml) the "name" attributeMethods inherited from interface org.apache.xmlbeans.impl.xb.xsdschema.Annotated
addNewAnnotation, getAnnotation, getId, isSetAnnotation, isSetId, setAnnotation, setId, unsetAnnotation, unsetId, xgetId, xsetIdMethods inherited from interface org.apache.xmlbeans.XmlObject
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, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
Factory
-
type
-
-
Method Details
-
getSelector
SelectorDocument.Selector getSelector()Gets the "selector" element -
setSelector
Sets the "selector" element -
addNewSelector
SelectorDocument.Selector addNewSelector()Appends and returns a new empty "selector" element -
getFieldList
List<FieldDocument.Field> getFieldList()Gets a List of "field" elements -
getFieldArray
FieldDocument.Field[] getFieldArray()Gets array of all "field" elements -
getFieldArray
Gets ith "field" element -
sizeOfFieldArray
int sizeOfFieldArray()Returns number of "field" element -
setFieldArray
Sets array of all "field" element -
setFieldArray
Sets ith "field" element -
insertNewField
Inserts and returns a new empty value (as xml) as the ith "field" element -
addNewField
FieldDocument.Field addNewField()Appends and returns a new empty value (as xml) as the last "field" element -
removeField
void removeField(int i) Removes the ith "field" element -
getName
String getName()Gets the "name" attribute -
xgetName
XmlNCName xgetName()Gets (as xml) the "name" attribute -
setName
Sets the "name" attribute -
xsetName
Sets (as xml) the "name" attribute
-