org.apache.incubator.uima.regex
Interface SetFeatureDocument.SetFeature

All Superinterfaces:
org.apache.xmlbeans.XmlAnySimpleType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlString, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
SetFeatureDocumentImpl.SetFeatureImpl
Enclosing interface:
SetFeatureDocument

public static interface SetFeatureDocument.SetFeature
extends org.apache.xmlbeans.XmlString

An XML setFeature(@http://incubator.apache.org/uima/regex). This is an atomic type that is a restriction of org.apache.incubator.uima.regex.SetFeatureDocument$SetFeature.


Nested Class Summary
static class SetFeatureDocument.SetFeature.Factory
          A factory class with static methods for creating instances of this type.
static interface SetFeatureDocument.SetFeature.Normalization
          An XML normalization(@).
static interface SetFeatureDocument.SetFeature.Type
          An XML 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
 java.lang.String getClass1()
          Gets the "class" attribute
 java.lang.String getName()
          Gets the "name" attribute
 SetFeatureDocument.SetFeature.Normalization.Enum getNormalization()
          Gets the "normalization" attribute
 SetFeatureDocument.SetFeature.Type.Enum getType()
          Gets the "type" attribute
 boolean isSetClass1()
          True if has "class" attribute
 boolean isSetNormalization()
          True if has "normalization" attribute
 void setClass1(java.lang.String class1)
          Sets the "class" attribute
 void setName(java.lang.String name)
          Sets the "name" attribute
 void setNormalization(SetFeatureDocument.SetFeature.Normalization.Enum normalization)
          Sets the "normalization" attribute
 void setType(SetFeatureDocument.SetFeature.Type.Enum type)
          Sets the "type" attribute
 void unsetClass1()
          Unsets the "class" attribute
 void unsetNormalization()
          Unsets the "normalization" attribute
 org.apache.xmlbeans.XmlString xgetClass1()
          Gets (as xml) the "class" attribute
 org.apache.xmlbeans.XmlString xgetName()
          Gets (as xml) the "name" attribute
 SetFeatureDocument.SetFeature.Normalization xgetNormalization()
          Gets (as xml) the "normalization" attribute
 SetFeatureDocument.SetFeature.Type xgetType()
          Gets (as xml) the "type" attribute
 void xsetClass1(org.apache.xmlbeans.XmlString class1)
          Sets (as xml) the "class" attribute
 void xsetName(org.apache.xmlbeans.XmlString name)
          Sets (as xml) the "name" attribute
 void xsetNormalization(SetFeatureDocument.SetFeature.Normalization normalization)
          Sets (as xml) the "normalization" attribute
 void xsetType(SetFeatureDocument.SetFeature.Type type)
          Sets (as xml) the "type" attribute
 
Methods inherited from interface org.apache.xmlbeans.XmlAnySimpleType
getStringValue, set, setStringValue, stringValue
 
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

getName

java.lang.String getName()
Gets the "name" attribute


xgetName

org.apache.xmlbeans.XmlString xgetName()
Gets (as xml) the "name" attribute


setName

void setName(java.lang.String name)
Sets the "name" attribute


xsetName

void xsetName(org.apache.xmlbeans.XmlString name)
Sets (as xml) the "name" attribute


getType

SetFeatureDocument.SetFeature.Type.Enum getType()
Gets the "type" attribute


xgetType

SetFeatureDocument.SetFeature.Type xgetType()
Gets (as xml) the "type" attribute


setType

void setType(SetFeatureDocument.SetFeature.Type.Enum type)
Sets the "type" attribute


xsetType

void xsetType(SetFeatureDocument.SetFeature.Type type)
Sets (as xml) the "type" attribute


getNormalization

SetFeatureDocument.SetFeature.Normalization.Enum getNormalization()
Gets the "normalization" attribute


xgetNormalization

SetFeatureDocument.SetFeature.Normalization xgetNormalization()
Gets (as xml) the "normalization" attribute


isSetNormalization

boolean isSetNormalization()
True if has "normalization" attribute


setNormalization

void setNormalization(SetFeatureDocument.SetFeature.Normalization.Enum normalization)
Sets the "normalization" attribute


xsetNormalization

void xsetNormalization(SetFeatureDocument.SetFeature.Normalization normalization)
Sets (as xml) the "normalization" attribute


unsetNormalization

void unsetNormalization()
Unsets the "normalization" attribute


getClass1

java.lang.String getClass1()
Gets the "class" attribute


xgetClass1

org.apache.xmlbeans.XmlString xgetClass1()
Gets (as xml) the "class" attribute


isSetClass1

boolean isSetClass1()
True if has "class" attribute


setClass1

void setClass1(java.lang.String class1)
Sets the "class" attribute


xsetClass1

void xsetClass1(org.apache.xmlbeans.XmlString class1)
Sets (as xml) the "class" attribute


unsetClass1

void unsetClass1()
Unsets the "class" attribute



Copyright © 2011. All Rights Reserved.