org.apache.uima.tools.cfe.config.xmlBeans
Interface RangeFeatureValuesXML

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
RangeFeatureValuesXMLImpl

public interface RangeFeatureValuesXML
extends org.apache.xmlbeans.XmlObject

An XML RangeFeatureValuesXML(@http://www.apache.org/uima/tools/cfe/config/XMLBeans). This is a complex type.


Nested Class Summary
static class RangeFeatureValuesXML.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
 org.apache.xmlbeans.XmlAnySimpleType addNewLowerBoundary()
          Appends and returns a new empty "lowerBoundary" attribute
 org.apache.xmlbeans.XmlAnySimpleType addNewUpperBoundary()
          Appends and returns a new empty "upperBoundary" attribute
 org.apache.xmlbeans.XmlAnySimpleType getLowerBoundary()
          Gets the "lowerBoundary" attribute
 boolean getLowerBoundaryInclusive()
          Gets the "lowerBoundaryInclusive" attribute
 org.apache.xmlbeans.XmlAnySimpleType getUpperBoundary()
          Gets the "upperBoundary" attribute
 boolean getUpperBoundaryInclusive()
          Gets the "upperBoundaryInclusive" attribute
 boolean isSetLowerBoundary()
          True if has "lowerBoundary" attribute
 boolean isSetLowerBoundaryInclusive()
          True if has "lowerBoundaryInclusive" attribute
 boolean isSetUpperBoundary()
          True if has "upperBoundary" attribute
 boolean isSetUpperBoundaryInclusive()
          True if has "upperBoundaryInclusive" attribute
 void setLowerBoundary(org.apache.xmlbeans.XmlAnySimpleType lowerBoundary)
          Sets the "lowerBoundary" attribute
 void setLowerBoundaryInclusive(boolean lowerBoundaryInclusive)
          Sets the "lowerBoundaryInclusive" attribute
 void setUpperBoundary(org.apache.xmlbeans.XmlAnySimpleType upperBoundary)
          Sets the "upperBoundary" attribute
 void setUpperBoundaryInclusive(boolean upperBoundaryInclusive)
          Sets the "upperBoundaryInclusive" attribute
 void unsetLowerBoundary()
          Unsets the "lowerBoundary" attribute
 void unsetLowerBoundaryInclusive()
          Unsets the "lowerBoundaryInclusive" attribute
 void unsetUpperBoundary()
          Unsets the "upperBoundary" attribute
 void unsetUpperBoundaryInclusive()
          Unsets the "upperBoundaryInclusive" attribute
 org.apache.xmlbeans.XmlBoolean xgetLowerBoundaryInclusive()
          Gets (as xml) the "lowerBoundaryInclusive" attribute
 org.apache.xmlbeans.XmlBoolean xgetUpperBoundaryInclusive()
          Gets (as xml) the "upperBoundaryInclusive" attribute
 void xsetLowerBoundaryInclusive(org.apache.xmlbeans.XmlBoolean lowerBoundaryInclusive)
          Sets (as xml) the "lowerBoundaryInclusive" attribute
 void xsetUpperBoundaryInclusive(org.apache.xmlbeans.XmlBoolean upperBoundaryInclusive)
          Sets (as xml) the "upperBoundaryInclusive" 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

getLowerBoundaryInclusive

boolean getLowerBoundaryInclusive()
Gets the "lowerBoundaryInclusive" attribute


xgetLowerBoundaryInclusive

org.apache.xmlbeans.XmlBoolean xgetLowerBoundaryInclusive()
Gets (as xml) the "lowerBoundaryInclusive" attribute


isSetLowerBoundaryInclusive

boolean isSetLowerBoundaryInclusive()
True if has "lowerBoundaryInclusive" attribute


setLowerBoundaryInclusive

void setLowerBoundaryInclusive(boolean lowerBoundaryInclusive)
Sets the "lowerBoundaryInclusive" attribute


xsetLowerBoundaryInclusive

void xsetLowerBoundaryInclusive(org.apache.xmlbeans.XmlBoolean lowerBoundaryInclusive)
Sets (as xml) the "lowerBoundaryInclusive" attribute


unsetLowerBoundaryInclusive

void unsetLowerBoundaryInclusive()
Unsets the "lowerBoundaryInclusive" attribute


getUpperBoundaryInclusive

boolean getUpperBoundaryInclusive()
Gets the "upperBoundaryInclusive" attribute


xgetUpperBoundaryInclusive

org.apache.xmlbeans.XmlBoolean xgetUpperBoundaryInclusive()
Gets (as xml) the "upperBoundaryInclusive" attribute


isSetUpperBoundaryInclusive

boolean isSetUpperBoundaryInclusive()
True if has "upperBoundaryInclusive" attribute


setUpperBoundaryInclusive

void setUpperBoundaryInclusive(boolean upperBoundaryInclusive)
Sets the "upperBoundaryInclusive" attribute


xsetUpperBoundaryInclusive

void xsetUpperBoundaryInclusive(org.apache.xmlbeans.XmlBoolean upperBoundaryInclusive)
Sets (as xml) the "upperBoundaryInclusive" attribute


unsetUpperBoundaryInclusive

void unsetUpperBoundaryInclusive()
Unsets the "upperBoundaryInclusive" attribute


getLowerBoundary

org.apache.xmlbeans.XmlAnySimpleType getLowerBoundary()
Gets the "lowerBoundary" attribute


isSetLowerBoundary

boolean isSetLowerBoundary()
True if has "lowerBoundary" attribute


setLowerBoundary

void setLowerBoundary(org.apache.xmlbeans.XmlAnySimpleType lowerBoundary)
Sets the "lowerBoundary" attribute


addNewLowerBoundary

org.apache.xmlbeans.XmlAnySimpleType addNewLowerBoundary()
Appends and returns a new empty "lowerBoundary" attribute


unsetLowerBoundary

void unsetLowerBoundary()
Unsets the "lowerBoundary" attribute


getUpperBoundary

org.apache.xmlbeans.XmlAnySimpleType getUpperBoundary()
Gets the "upperBoundary" attribute


isSetUpperBoundary

boolean isSetUpperBoundary()
True if has "upperBoundary" attribute


setUpperBoundary

void setUpperBoundary(org.apache.xmlbeans.XmlAnySimpleType upperBoundary)
Sets the "upperBoundary" attribute


addNewUpperBoundary

org.apache.xmlbeans.XmlAnySimpleType addNewUpperBoundary()
Appends and returns a new empty "upperBoundary" attribute


unsetUpperBoundary

void unsetUpperBoundary()
Unsets the "upperBoundary" attribute



Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.