public static interface TypeCollectionDocument.TypeCollection
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
TypeCollectionDocument.TypeCollection.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 |
---|---|
DictionaryMetaDataDocument.DictionaryMetaData |
addNewDictionaryMetaData()
Appends and returns a new empty "dictionaryMetaData" element
|
EntriesDocument.Entries |
addNewEntries()
Appends and returns a new empty "entries" element
|
TypeDescriptionDocument.TypeDescription |
addNewTypeDescription()
Appends and returns a new empty "typeDescription" element
|
DictionaryMetaDataDocument.DictionaryMetaData |
getDictionaryMetaData()
Gets the "dictionaryMetaData" element
|
EntriesDocument.Entries |
getEntries()
Gets the "entries" element
|
String |
getLanguageId()
Gets the "languageId" element
|
TypeDescriptionDocument.TypeDescription |
getTypeDescription()
Gets the "typeDescription" element
|
boolean |
isSetDictionaryMetaData()
True if has "dictionaryMetaData" element
|
boolean |
isSetLanguageId()
True if has "languageId" element
|
void |
setDictionaryMetaData(DictionaryMetaDataDocument.DictionaryMetaData dictionaryMetaData)
Sets the "dictionaryMetaData" element
|
void |
setEntries(EntriesDocument.Entries entries)
Sets the "entries" element
|
void |
setLanguageId(String languageId)
Sets the "languageId" element
|
void |
setTypeDescription(TypeDescriptionDocument.TypeDescription typeDescription)
Sets the "typeDescription" element
|
void |
unsetDictionaryMetaData()
Unsets the "dictionaryMetaData" element
|
void |
unsetLanguageId()
Unsets the "languageId" element
|
org.apache.xmlbeans.XmlString |
xgetLanguageId()
Gets (as xml) the "languageId" element
|
void |
xsetLanguageId(org.apache.xmlbeans.XmlString languageId)
Sets (as xml) the "languageId" 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, valueHashCode
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
DictionaryMetaDataDocument.DictionaryMetaData getDictionaryMetaData()
boolean isSetDictionaryMetaData()
void setDictionaryMetaData(DictionaryMetaDataDocument.DictionaryMetaData dictionaryMetaData)
DictionaryMetaDataDocument.DictionaryMetaData addNewDictionaryMetaData()
void unsetDictionaryMetaData()
String getLanguageId()
org.apache.xmlbeans.XmlString xgetLanguageId()
boolean isSetLanguageId()
void setLanguageId(String languageId)
void xsetLanguageId(org.apache.xmlbeans.XmlString languageId)
void unsetLanguageId()
TypeDescriptionDocument.TypeDescription getTypeDescription()
void setTypeDescription(TypeDescriptionDocument.TypeDescription typeDescription)
TypeDescriptionDocument.TypeDescription addNewTypeDescription()
EntriesDocument.Entries getEntries()
void setEntries(EntriesDocument.Entries entries)
EntriesDocument.Entries addNewEntries()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.