Package org.openehr.schemas.v1
Interface IntervalOfDateTime
-
- All Superinterfaces:
Interval,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
IntervalOfDateTimeImpl
public interface IntervalOfDateTime extends Interval
An XML IntervalOfDateTime(@http://schemas.openehr.org/v1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIntervalOfDateTime.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetLower()Gets the "lower" elementStringgetUpper()Gets the "upper" elementbooleanisSetLower()True if has "lower" elementbooleanisSetUpper()True if has "upper" elementvoidsetLower(String lower)Sets the "lower" elementvoidsetUpper(String upper)Sets the "upper" elementvoidunsetLower()Unsets the "lower" elementvoidunsetUpper()Unsets the "upper" elementIso8601DateTimexgetLower()Gets (as xml) the "lower" elementIso8601DateTimexgetUpper()Gets (as xml) the "upper" elementvoidxsetLower(Iso8601DateTime lower)Sets (as xml) the "lower" elementvoidxsetUpper(Iso8601DateTime upper)Sets (as xml) the "upper" element-
Methods 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, xsetUpperUnbounded
-
Methods 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, 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
-
-
-
-
Method Detail
-
getLower
String getLower()
Gets the "lower" element
-
xgetLower
Iso8601DateTime xgetLower()
Gets (as xml) the "lower" element
-
isSetLower
boolean isSetLower()
True if has "lower" element
-
setLower
void setLower(String lower)
Sets the "lower" element
-
xsetLower
void xsetLower(Iso8601DateTime lower)
Sets (as xml) the "lower" element
-
unsetLower
void unsetLower()
Unsets the "lower" element
-
getUpper
String getUpper()
Gets the "upper" element
-
xgetUpper
Iso8601DateTime xgetUpper()
Gets (as xml) the "upper" element
-
isSetUpper
boolean isSetUpper()
True if has "upper" element
-
setUpper
void setUpper(String upper)
Sets the "upper" element
-
xsetUpper
void xsetUpper(Iso8601DateTime upper)
Sets (as xml) the "upper" element
-
unsetUpper
void unsetUpper()
Unsets the "upper" element
-
-