Package org.openehr.schemas.v1
Interface DVINTERVAL
-
- All Superinterfaces:
DATAVALUE,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
DVINTERVALImpl
public interface DVINTERVAL extends DATAVALUE
An XML DV_INTERVAL(@http://schemas.openehr.org/v1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDVINTERVAL.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 DVORDEREDaddNewLower()Appends and returns a new empty "lower" elementDVORDEREDaddNewUpper()Appends and returns a new empty "upper" elementDVORDEREDgetLower()Gets the "lower" elementbooleangetLowerIncluded()Gets the "lower_included" elementbooleangetLowerUnbounded()Gets the "lower_unbounded" elementDVORDEREDgetUpper()Gets the "upper" elementbooleangetUpperIncluded()Gets the "upper_included" elementbooleangetUpperUnbounded()Gets the "upper_unbounded" elementbooleanisSetLower()True if has "lower" elementbooleanisSetLowerIncluded()True if has "lower_included" elementbooleanisSetUpper()True if has "upper" elementbooleanisSetUpperIncluded()True if has "upper_included" elementvoidsetLower(DVORDERED lower)Sets the "lower" elementvoidsetLowerIncluded(boolean lowerIncluded)Sets the "lower_included" elementvoidsetLowerUnbounded(boolean lowerUnbounded)Sets the "lower_unbounded" elementvoidsetUpper(DVORDERED upper)Sets the "upper" elementvoidsetUpperIncluded(boolean upperIncluded)Sets the "upper_included" elementvoidsetUpperUnbounded(boolean upperUnbounded)Sets the "upper_unbounded" elementvoidunsetLower()Unsets the "lower" elementvoidunsetLowerIncluded()Unsets the "lower_included" elementvoidunsetUpper()Unsets the "upper" elementvoidunsetUpperIncluded()Unsets the "upper_included" elementorg.apache.xmlbeans.XmlBooleanxgetLowerIncluded()Gets (as xml) the "lower_included" elementorg.apache.xmlbeans.XmlBooleanxgetLowerUnbounded()Gets (as xml) the "lower_unbounded" elementorg.apache.xmlbeans.XmlBooleanxgetUpperIncluded()Gets (as xml) the "upper_included" elementorg.apache.xmlbeans.XmlBooleanxgetUpperUnbounded()Gets (as xml) the "upper_unbounded" elementvoidxsetLowerIncluded(org.apache.xmlbeans.XmlBoolean lowerIncluded)Sets (as xml) the "lower_included" elementvoidxsetLowerUnbounded(org.apache.xmlbeans.XmlBoolean lowerUnbounded)Sets (as xml) the "lower_unbounded" elementvoidxsetUpperIncluded(org.apache.xmlbeans.XmlBoolean upperIncluded)Sets (as xml) the "upper_included" elementvoidxsetUpperUnbounded(org.apache.xmlbeans.XmlBoolean upperUnbounded)Sets (as xml) the "upper_unbounded" element-
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
DVORDERED getLower()
Gets the "lower" element
-
isSetLower
boolean isSetLower()
True if has "lower" element
-
setLower
void setLower(DVORDERED lower)
Sets the "lower" element
-
addNewLower
DVORDERED addNewLower()
Appends and returns a new empty "lower" element
-
unsetLower
void unsetLower()
Unsets the "lower" element
-
getUpper
DVORDERED getUpper()
Gets the "upper" element
-
isSetUpper
boolean isSetUpper()
True if has "upper" element
-
setUpper
void setUpper(DVORDERED upper)
Sets the "upper" element
-
addNewUpper
DVORDERED addNewUpper()
Appends and returns a new empty "upper" element
-
unsetUpper
void unsetUpper()
Unsets the "upper" element
-
getLowerIncluded
boolean getLowerIncluded()
Gets the "lower_included" element
-
xgetLowerIncluded
org.apache.xmlbeans.XmlBoolean xgetLowerIncluded()
Gets (as xml) the "lower_included" element
-
isSetLowerIncluded
boolean isSetLowerIncluded()
True if has "lower_included" element
-
setLowerIncluded
void setLowerIncluded(boolean lowerIncluded)
Sets the "lower_included" element
-
xsetLowerIncluded
void xsetLowerIncluded(org.apache.xmlbeans.XmlBoolean lowerIncluded)
Sets (as xml) the "lower_included" element
-
unsetLowerIncluded
void unsetLowerIncluded()
Unsets the "lower_included" element
-
getUpperIncluded
boolean getUpperIncluded()
Gets the "upper_included" element
-
xgetUpperIncluded
org.apache.xmlbeans.XmlBoolean xgetUpperIncluded()
Gets (as xml) the "upper_included" element
-
isSetUpperIncluded
boolean isSetUpperIncluded()
True if has "upper_included" element
-
setUpperIncluded
void setUpperIncluded(boolean upperIncluded)
Sets the "upper_included" element
-
xsetUpperIncluded
void xsetUpperIncluded(org.apache.xmlbeans.XmlBoolean upperIncluded)
Sets (as xml) the "upper_included" element
-
unsetUpperIncluded
void unsetUpperIncluded()
Unsets the "upper_included" element
-
getLowerUnbounded
boolean getLowerUnbounded()
Gets the "lower_unbounded" element
-
xgetLowerUnbounded
org.apache.xmlbeans.XmlBoolean xgetLowerUnbounded()
Gets (as xml) the "lower_unbounded" element
-
setLowerUnbounded
void setLowerUnbounded(boolean lowerUnbounded)
Sets the "lower_unbounded" element
-
xsetLowerUnbounded
void xsetLowerUnbounded(org.apache.xmlbeans.XmlBoolean lowerUnbounded)
Sets (as xml) the "lower_unbounded" element
-
getUpperUnbounded
boolean getUpperUnbounded()
Gets the "upper_unbounded" element
-
xgetUpperUnbounded
org.apache.xmlbeans.XmlBoolean xgetUpperUnbounded()
Gets (as xml) the "upper_unbounded" element
-
setUpperUnbounded
void setUpperUnbounded(boolean upperUnbounded)
Sets the "upper_unbounded" element
-
xsetUpperUnbounded
void xsetUpperUnbounded(org.apache.xmlbeans.XmlBoolean upperUnbounded)
Sets (as xml) the "upper_unbounded" element
-
-