Package org.openehr.schemas.v1
Interface CQUANTITYITEM
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
CQUANTITYITEMImpl
public interface CQUANTITYITEM extends org.apache.xmlbeans.XmlObjectAn XML C_QUANTITY_ITEM(@http://schemas.openehr.org/v1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCQUANTITYITEM.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 IntervalOfRealaddNewMagnitude()Appends and returns a new empty "magnitude" elementIntervalOfIntegeraddNewPrecision()Appends and returns a new empty "precision" elementIntervalOfRealgetMagnitude()Gets the "magnitude" elementIntervalOfIntegergetPrecision()Gets the "precision" elementStringgetUnits()Gets the "units" elementbooleanisSetMagnitude()True if has "magnitude" elementbooleanisSetPrecision()True if has "precision" elementvoidsetMagnitude(IntervalOfReal magnitude)Sets the "magnitude" elementvoidsetPrecision(IntervalOfInteger precision)Sets the "precision" elementvoidsetUnits(String units)Sets the "units" elementvoidunsetMagnitude()Unsets the "magnitude" elementvoidunsetPrecision()Unsets the "precision" elementorg.apache.xmlbeans.XmlStringxgetUnits()Gets (as xml) the "units" elementvoidxsetUnits(org.apache.xmlbeans.XmlString units)Sets (as xml) the "units" 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
-
getMagnitude
IntervalOfReal getMagnitude()
Gets the "magnitude" element
-
isSetMagnitude
boolean isSetMagnitude()
True if has "magnitude" element
-
setMagnitude
void setMagnitude(IntervalOfReal magnitude)
Sets the "magnitude" element
-
addNewMagnitude
IntervalOfReal addNewMagnitude()
Appends and returns a new empty "magnitude" element
-
unsetMagnitude
void unsetMagnitude()
Unsets the "magnitude" element
-
getPrecision
IntervalOfInteger getPrecision()
Gets the "precision" element
-
isSetPrecision
boolean isSetPrecision()
True if has "precision" element
-
setPrecision
void setPrecision(IntervalOfInteger precision)
Sets the "precision" element
-
addNewPrecision
IntervalOfInteger addNewPrecision()
Appends and returns a new empty "precision" element
-
unsetPrecision
void unsetPrecision()
Unsets the "precision" element
-
getUnits
String getUnits()
Gets the "units" element
-
xgetUnits
org.apache.xmlbeans.XmlString xgetUnits()
Gets (as xml) the "units" element
-
setUnits
void setUnits(String units)
Sets the "units" element
-
xsetUnits
void xsetUnits(org.apache.xmlbeans.XmlString units)
Sets (as xml) the "units" element
-
-