public static interface ConstraintDocument.Constraint.IsBetween
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
ConstraintDocument.Constraint.IsBetween.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 |
|---|---|
double |
getLowerBoundary()
Gets the "LowerBoundary" element
|
double |
getUpperBoundary()
Gets the "UpperBoundary" element
|
void |
setLowerBoundary(double lowerBoundary)
Sets the "LowerBoundary" element
|
void |
setUpperBoundary(double upperBoundary)
Sets the "UpperBoundary" element
|
org.apache.xmlbeans.XmlDouble |
xgetLowerBoundary()
Gets (as xml) the "LowerBoundary" element
|
org.apache.xmlbeans.XmlDouble |
xgetUpperBoundary()
Gets (as xml) the "UpperBoundary" element
|
void |
xsetLowerBoundary(org.apache.xmlbeans.XmlDouble lowerBoundary)
Sets (as xml) the "LowerBoundary" element
|
void |
xsetUpperBoundary(org.apache.xmlbeans.XmlDouble upperBoundary)
Sets (as xml) the "UpperBoundary" element
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextdouble getLowerBoundary()
org.apache.xmlbeans.XmlDouble xgetLowerBoundary()
void setLowerBoundary(double lowerBoundary)
void xsetLowerBoundary(org.apache.xmlbeans.XmlDouble lowerBoundary)
double getUpperBoundary()
org.apache.xmlbeans.XmlDouble xgetUpperBoundary()
void setUpperBoundary(double upperBoundary)
void xsetUpperBoundary(org.apache.xmlbeans.XmlDouble upperBoundary)
Copyright © 2017 52north.org. All rights reserved.