| Package | Description |
|---|---|
| org.w3.x2001.xmlSchema | |
| org.w3.x2001.xmlSchema.impl |
| Modifier and Type | Method and Description |
|---|---|
FieldDocument.Field |
FieldDocument.addNewField()
Appends and returns a new empty "field" element
|
FieldDocument.Field |
Keybase.addNewField()
Appends and returns a new empty value (as xml) as the last "field" element
|
FieldDocument.Field |
FieldDocument.getField()
Gets the "field" element
|
FieldDocument.Field[] |
Keybase.getFieldArray()
Gets array of all "field" elements
|
FieldDocument.Field |
Keybase.getFieldArray(int i)
Gets ith "field" element
|
FieldDocument.Field |
Keybase.insertNewField(int i)
Inserts and returns a new empty value (as xml) as the ith "field" element
|
static FieldDocument.Field |
FieldDocument.Field.Factory.newInstance() |
static FieldDocument.Field |
FieldDocument.Field.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
FieldDocument.setField(FieldDocument.Field field)
Sets the "field" element
|
void |
Keybase.setFieldArray(FieldDocument.Field[] fieldArray)
Sets array of all "field" element
|
void |
Keybase.setFieldArray(int i,
FieldDocument.Field field)
Sets ith "field" element
|
| Modifier and Type | Class and Description |
|---|---|
static class |
FieldDocumentImpl.FieldImpl
An XML field(@http://www.w3.org/2001/XMLSchema).
|
| Modifier and Type | Method and Description |
|---|---|
FieldDocument.Field |
FieldDocumentImpl.addNewField()
Appends and returns a new empty "field" element
|
FieldDocument.Field |
KeybaseImpl.addNewField()
Appends and returns a new empty value (as xml) as the last "field" element
|
FieldDocument.Field |
FieldDocumentImpl.getField()
Gets the "field" element
|
FieldDocument.Field[] |
KeybaseImpl.getFieldArray()
Gets array of all "field" elements
|
FieldDocument.Field |
KeybaseImpl.getFieldArray(int i)
Gets ith "field" element
|
FieldDocument.Field |
KeybaseImpl.insertNewField(int i)
Inserts and returns a new empty value (as xml) as the ith "field" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
FieldDocumentImpl.setField(FieldDocument.Field field)
Sets the "field" element
|
void |
KeybaseImpl.setFieldArray(FieldDocument.Field[] fieldArray)
Sets array of all "field" element
|
void |
KeybaseImpl.setFieldArray(int i,
FieldDocument.Field field)
Sets ith "field" element
|
Copyright © 2014–2023 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.