Package org.openehr.schemas.v1
Interface IntervalOfReal
- All Superinterfaces:
Interval,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
IntervalOfRealImpl
An XML IntervalOfReal(@http://schemas.openehr.org/v1).
This is a complex type.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA factory class with static methods for creating instances of this type. -
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionfloatgetLower()Gets the "lower" elementfloatgetUpper()Gets the "upper" elementbooleanTrue if has "lower" elementbooleanTrue if has "upper" elementvoidsetLower(float lower) Sets the "lower" elementvoidsetUpper(float upper) Sets the "upper" elementvoidUnsets the "lower" elementvoidUnsets the "upper" elementorg.apache.xmlbeans.XmlFloatGets (as xml) the "lower" elementorg.apache.xmlbeans.XmlFloatGets (as xml) the "upper" elementvoidxsetLower(org.apache.xmlbeans.XmlFloat lower) Sets (as xml) the "lower" elementvoidxsetUpper(org.apache.xmlbeans.XmlFloat upper) Sets (as xml) the "upper" elementMethods inherited from interface org.openehr.schemas.v1.Interval
getLowerIncluded, getLowerUnbounded, getUpperIncluded, getUpperUnbounded, isSetLowerIncluded, isSetUpperIncluded, setLowerIncluded, setLowerUnbounded, setUpperIncluded, setUpperUnbounded, unsetLowerIncluded, unsetUpperIncluded, xgetLowerIncluded, xgetLowerUnbounded, xgetUpperIncluded, xgetUpperUnbounded, xsetLowerIncluded, xsetLowerUnbounded, xsetUpperIncluded, xsetUpperUnboundedMethods inherited from interface org.apache.xmlbeans.XmlObject
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, valueHashCodeMethods 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 Details
-
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
getLower
float getLower()Gets the "lower" element -
xgetLower
org.apache.xmlbeans.XmlFloat xgetLower()Gets (as xml) the "lower" element -
isSetLower
boolean isSetLower()True if has "lower" element -
setLower
void setLower(float lower) Sets the "lower" element -
xsetLower
void xsetLower(org.apache.xmlbeans.XmlFloat lower) Sets (as xml) the "lower" element -
unsetLower
void unsetLower()Unsets the "lower" element -
getUpper
float getUpper()Gets the "upper" element -
xgetUpper
org.apache.xmlbeans.XmlFloat xgetUpper()Gets (as xml) the "upper" element -
isSetUpper
boolean isSetUpper()True if has "upper" element -
setUpper
void setUpper(float upper) Sets the "upper" element -
xsetUpper
void xsetUpper(org.apache.xmlbeans.XmlFloat upper) Sets (as xml) the "upper" element -
unsetUpper
void unsetUpper()Unsets the "upper" element
-