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.XmlObject
An XML C_QUANTITY_ITEM(@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 TypeMethodDescriptionAppends and returns a new empty "magnitude" elementAppends and returns a new empty "precision" elementGets the "magnitude" elementGets the "precision" elementgetUnits()Gets the "units" elementbooleanTrue if has "magnitude" elementbooleanTrue if has "precision" elementvoidsetMagnitude(IntervalOfReal magnitude) Sets the "magnitude" elementvoidsetPrecision(IntervalOfInteger precision) Sets the "precision" elementvoidSets the "units" elementvoidUnsets the "magnitude" elementvoidUnsets the "precision" elementorg.apache.xmlbeans.XmlStringGets (as xml) the "units" elementvoidxsetUnits(org.apache.xmlbeans.XmlString units) Sets (as xml) the "units" elementMethods 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
-
getMagnitude
IntervalOfReal getMagnitude()Gets the "magnitude" element -
isSetMagnitude
boolean isSetMagnitude()True if has "magnitude" element -
setMagnitude
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
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
Sets the "units" element -
xsetUnits
void xsetUnits(org.apache.xmlbeans.XmlString units) Sets (as xml) the "units" element
-