|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RangeFeatureValuesXML
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 |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
boolean getLowerBoundaryInclusive()
org.apache.xmlbeans.XmlBoolean xgetLowerBoundaryInclusive()
boolean isSetLowerBoundaryInclusive()
void setLowerBoundaryInclusive(boolean lowerBoundaryInclusive)
void xsetLowerBoundaryInclusive(org.apache.xmlbeans.XmlBoolean lowerBoundaryInclusive)
void unsetLowerBoundaryInclusive()
boolean getUpperBoundaryInclusive()
org.apache.xmlbeans.XmlBoolean xgetUpperBoundaryInclusive()
boolean isSetUpperBoundaryInclusive()
void setUpperBoundaryInclusive(boolean upperBoundaryInclusive)
void xsetUpperBoundaryInclusive(org.apache.xmlbeans.XmlBoolean upperBoundaryInclusive)
void unsetUpperBoundaryInclusive()
org.apache.xmlbeans.XmlAnySimpleType getLowerBoundary()
boolean isSetLowerBoundary()
void setLowerBoundary(org.apache.xmlbeans.XmlAnySimpleType lowerBoundary)
org.apache.xmlbeans.XmlAnySimpleType addNewLowerBoundary()
void unsetLowerBoundary()
org.apache.xmlbeans.XmlAnySimpleType getUpperBoundary()
boolean isSetUpperBoundary()
void setUpperBoundary(org.apache.xmlbeans.XmlAnySimpleType upperBoundary)
org.apache.xmlbeans.XmlAnySimpleType addNewUpperBoundary()
void unsetUpperBoundary()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |