public static interface DictionaryMetaDataDocument.DictionaryMetaData
extends org.apache.xmlbeans.XmlObject
Modifier and Type | Interface and Description |
---|---|
static class |
DictionaryMetaDataDocument.DictionaryMetaData.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 |
---|---|
boolean |
getCaseNormalization()
Gets the "caseNormalization" attribute
|
boolean |
getMultiWordEntries()
Gets the "multiWordEntries" attribute
|
String |
getMultiWordSeparator()
Gets the "multiWordSeparator" attribute
|
boolean |
isSetCaseNormalization()
True if has "caseNormalization" attribute
|
boolean |
isSetMultiWordEntries()
True if has "multiWordEntries" attribute
|
boolean |
isSetMultiWordSeparator()
True if has "multiWordSeparator" attribute
|
void |
setCaseNormalization(boolean caseNormalization)
Sets the "caseNormalization" attribute
|
void |
setMultiWordEntries(boolean multiWordEntries)
Sets the "multiWordEntries" attribute
|
void |
setMultiWordSeparator(String multiWordSeparator)
Sets the "multiWordSeparator" attribute
|
void |
unsetCaseNormalization()
Unsets the "caseNormalization" attribute
|
void |
unsetMultiWordEntries()
Unsets the "multiWordEntries" attribute
|
void |
unsetMultiWordSeparator()
Unsets the "multiWordSeparator" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetCaseNormalization()
Gets (as xml) the "caseNormalization" attribute
|
org.apache.xmlbeans.XmlBoolean |
xgetMultiWordEntries()
Gets (as xml) the "multiWordEntries" attribute
|
org.apache.xmlbeans.XmlString |
xgetMultiWordSeparator()
Gets (as xml) the "multiWordSeparator" attribute
|
void |
xsetCaseNormalization(org.apache.xmlbeans.XmlBoolean caseNormalization)
Sets (as xml) the "caseNormalization" attribute
|
void |
xsetMultiWordEntries(org.apache.xmlbeans.XmlBoolean multiWordEntries)
Sets (as xml) the "multiWordEntries" attribute
|
void |
xsetMultiWordSeparator(org.apache.xmlbeans.XmlString multiWordSeparator)
Sets (as xml) the "multiWordSeparator" attribute
|
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
boolean getCaseNormalization()
org.apache.xmlbeans.XmlBoolean xgetCaseNormalization()
boolean isSetCaseNormalization()
void setCaseNormalization(boolean caseNormalization)
void xsetCaseNormalization(org.apache.xmlbeans.XmlBoolean caseNormalization)
void unsetCaseNormalization()
boolean getMultiWordEntries()
org.apache.xmlbeans.XmlBoolean xgetMultiWordEntries()
boolean isSetMultiWordEntries()
void setMultiWordEntries(boolean multiWordEntries)
void xsetMultiWordEntries(org.apache.xmlbeans.XmlBoolean multiWordEntries)
void unsetMultiWordEntries()
String getMultiWordSeparator()
org.apache.xmlbeans.XmlString xgetMultiWordSeparator()
boolean isSetMultiWordSeparator()
void setMultiWordSeparator(String multiWordSeparator)
void xsetMultiWordSeparator(org.apache.xmlbeans.XmlString multiWordSeparator)
void unsetMultiWordSeparator()
Copyright © 2006–2024 The Apache Software Foundation. All rights reserved.