public interface MapType extends CollectionType
| Modifier and Type | Interface and Description |
|---|---|
static class |
MapType.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 |
|---|---|
DescriptionDocument.Description |
addNewDescription()
Appends and returns a new empty "description" element
|
EntryType |
addNewEntry()
Appends and returns a new empty value (as xml) as the last "entry" element
|
DescriptionDocument.Description |
getDescription()
Gets the "description" element
|
EntryType[] |
getEntryArray()
Gets array of all "entry" elements
|
EntryType |
getEntryArray(int i)
Gets ith "entry" element
|
String |
getKeyType()
Gets the "key-type" attribute
|
EntryType |
insertNewEntry(int i)
Inserts and returns a new empty value (as xml) as the ith "entry" element
|
boolean |
isSetDescription()
True if has "description" element
|
boolean |
isSetKeyType()
True if has "key-type" attribute
|
void |
removeEntry(int i)
Removes the ith "entry" element
|
void |
setDescription(DescriptionDocument.Description description)
Sets the "description" element
|
void |
setEntryArray(EntryType[] entryArray)
Sets array of all "entry" element
|
void |
setEntryArray(int i,
EntryType entry)
Sets ith "entry" element
|
void |
setKeyType(String keyType)
Sets the "key-type" attribute
|
int |
sizeOfEntryArray()
Returns number of "entry" element
|
void |
unsetDescription()
Unsets the "description" element
|
void |
unsetKeyType()
Unsets the "key-type" attribute
|
org.apache.xmlbeans.XmlString |
xgetKeyType()
Gets (as xml) the "key-type" attribute
|
void |
xsetKeyType(org.apache.xmlbeans.XmlString keyType)
Sets (as xml) the "key-type" attribute
|
getValueType, isSetValueType, setValueType, unsetValueType, xgetValueType, xsetValueTypechangeType, 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()
EntryType[] getEntryArray()
EntryType getEntryArray(int i)
int sizeOfEntryArray()
void setEntryArray(EntryType[] entryArray)
void setEntryArray(int i, EntryType entry)
EntryType insertNewEntry(int i)
EntryType addNewEntry()
void removeEntry(int i)
String getKeyType()
org.apache.xmlbeans.XmlString xgetKeyType()
boolean isSetKeyType()
void setKeyType(String keyType)
void xsetKeyType(org.apache.xmlbeans.XmlString keyType)
void unsetKeyType()
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann