Package org.openehr.schemas.v1
Interface IntervalOfTime
- All Superinterfaces:
Interval,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
IntervalOfTimeImpl
An XML IntervalOfTime(@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 TypeMethodDescriptiongetLower()Gets the "lower" elementgetUpper()Gets the "upper" elementbooleanTrue if has "lower" elementbooleanTrue if has "upper" elementvoidSets the "lower" elementvoidSets the "upper" elementvoidUnsets the "lower" elementvoidUnsets the "upper" elementGets (as xml) the "lower" elementGets (as xml) the "upper" elementvoidxsetLower(Iso8601Time lower) Sets (as xml) the "lower" elementvoidxsetUpper(Iso8601Time 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
String getLower()Gets the "lower" element -
xgetLower
Iso8601Time xgetLower()Gets (as xml) the "lower" element -
isSetLower
boolean isSetLower()True if has "lower" element -
setLower
Sets the "lower" element -
xsetLower
Sets (as xml) the "lower" element -
unsetLower
void unsetLower()Unsets the "lower" element -
getUpper
String getUpper()Gets the "upper" element -
xgetUpper
Iso8601Time xgetUpper()Gets (as xml) the "upper" element -
isSetUpper
boolean isSetUpper()True if has "upper" element -
setUpper
Sets the "upper" element -
xsetUpper
Sets (as xml) the "upper" element -
unsetUpper
void unsetUpper()Unsets the "upper" element
-