org.apache.incubator.uima
Interface DictionaryMetaDataDocument.DictionaryMetaData

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
DictionaryMetaDataDocumentImpl.DictionaryMetaDataImpl
Enclosing interface:
DictionaryMetaDataDocument

public static interface DictionaryMetaDataDocument.DictionaryMetaData
extends org.apache.xmlbeans.XmlObject

An XML dictionaryMetaData(@http://incubator.apache.org/uima). This is a complex type.


Nested Class Summary
static class DictionaryMetaDataDocument.DictionaryMetaData.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 boolean getCaseNormalization()
          Gets the "caseNormalization" attribute
 boolean getMultiWordEntries()
          Gets the "multiWordEntries" attribute
 java.lang.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(java.lang.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
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
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
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getCaseNormalization

boolean getCaseNormalization()
Gets the "caseNormalization" attribute


xgetCaseNormalization

org.apache.xmlbeans.XmlBoolean xgetCaseNormalization()
Gets (as xml) the "caseNormalization" attribute


isSetCaseNormalization

boolean isSetCaseNormalization()
True if has "caseNormalization" attribute


setCaseNormalization

void setCaseNormalization(boolean caseNormalization)
Sets the "caseNormalization" attribute


xsetCaseNormalization

void xsetCaseNormalization(org.apache.xmlbeans.XmlBoolean caseNormalization)
Sets (as xml) the "caseNormalization" attribute


unsetCaseNormalization

void unsetCaseNormalization()
Unsets the "caseNormalization" attribute


getMultiWordEntries

boolean getMultiWordEntries()
Gets the "multiWordEntries" attribute


xgetMultiWordEntries

org.apache.xmlbeans.XmlBoolean xgetMultiWordEntries()
Gets (as xml) the "multiWordEntries" attribute


isSetMultiWordEntries

boolean isSetMultiWordEntries()
True if has "multiWordEntries" attribute


setMultiWordEntries

void setMultiWordEntries(boolean multiWordEntries)
Sets the "multiWordEntries" attribute


xsetMultiWordEntries

void xsetMultiWordEntries(org.apache.xmlbeans.XmlBoolean multiWordEntries)
Sets (as xml) the "multiWordEntries" attribute


unsetMultiWordEntries

void unsetMultiWordEntries()
Unsets the "multiWordEntries" attribute


getMultiWordSeparator

java.lang.String getMultiWordSeparator()
Gets the "multiWordSeparator" attribute


xgetMultiWordSeparator

org.apache.xmlbeans.XmlString xgetMultiWordSeparator()
Gets (as xml) the "multiWordSeparator" attribute


isSetMultiWordSeparator

boolean isSetMultiWordSeparator()
True if has "multiWordSeparator" attribute


setMultiWordSeparator

void setMultiWordSeparator(java.lang.String multiWordSeparator)
Sets the "multiWordSeparator" attribute


xsetMultiWordSeparator

void xsetMultiWordSeparator(org.apache.xmlbeans.XmlString multiWordSeparator)
Sets (as xml) the "multiWordSeparator" attribute


unsetMultiWordSeparator

void unsetMultiWordSeparator()
Unsets the "multiWordSeparator" attribute



Copyright © 2011. All Rights Reserved.