Package openEHR.v1.template
Interface QuantityUnitConstraint
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
QuantityUnitConstraintImpl
public interface QuantityUnitConstraint extends org.apache.xmlbeans.XmlObjectAn XML quantityUnitConstraint(@openEHR/v1/Template). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classQuantityUnitConstraint.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 booleangetIncludesMaximum()Gets the "includesMaximum" elementbooleangetIncludesMinimum()Gets the "includesMinimum" elementdoublegetMaxMagnitude()Gets the "maxMagnitude" elementdoublegetMinMagnitude()Gets the "minMagnitude" elementStringgetPrecision()Gets the "precision" elementStringgetUnit()Gets the "unit" elementbooleanisSetMaxMagnitude()True if has "maxMagnitude" elementbooleanisSetMinMagnitude()True if has "minMagnitude" elementbooleanisSetPrecision()True if has "precision" elementvoidsetIncludesMaximum(boolean includesMaximum)Sets the "includesMaximum" elementvoidsetIncludesMinimum(boolean includesMinimum)Sets the "includesMinimum" elementvoidsetMaxMagnitude(double maxMagnitude)Sets the "maxMagnitude" elementvoidsetMinMagnitude(double minMagnitude)Sets the "minMagnitude" elementvoidsetPrecision(String precision)Sets the "precision" elementvoidsetUnit(String unit)Sets the "unit" elementvoidunsetMaxMagnitude()Unsets the "maxMagnitude" elementvoidunsetMinMagnitude()Unsets the "minMagnitude" elementvoidunsetPrecision()Unsets the "precision" elementorg.apache.xmlbeans.XmlBooleanxgetIncludesMaximum()Gets (as xml) the "includesMaximum" elementorg.apache.xmlbeans.XmlBooleanxgetIncludesMinimum()Gets (as xml) the "includesMinimum" elementorg.apache.xmlbeans.XmlDoublexgetMaxMagnitude()Gets (as xml) the "maxMagnitude" elementorg.apache.xmlbeans.XmlDoublexgetMinMagnitude()Gets (as xml) the "minMagnitude" elementorg.apache.xmlbeans.XmlStringxgetPrecision()Gets (as xml) the "precision" elementorg.apache.xmlbeans.XmlStringxgetUnit()Gets (as xml) the "unit" elementvoidxsetIncludesMaximum(org.apache.xmlbeans.XmlBoolean includesMaximum)Sets (as xml) the "includesMaximum" elementvoidxsetIncludesMinimum(org.apache.xmlbeans.XmlBoolean includesMinimum)Sets (as xml) the "includesMinimum" elementvoidxsetMaxMagnitude(org.apache.xmlbeans.XmlDouble maxMagnitude)Sets (as xml) the "maxMagnitude" elementvoidxsetMinMagnitude(org.apache.xmlbeans.XmlDouble minMagnitude)Sets (as xml) the "minMagnitude" elementvoidxsetPrecision(org.apache.xmlbeans.XmlString precision)Sets (as xml) the "precision" elementvoidxsetUnit(org.apache.xmlbeans.XmlString unit)Sets (as xml) the "unit" 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
-
getUnit
String getUnit()
Gets the "unit" element
-
xgetUnit
org.apache.xmlbeans.XmlString xgetUnit()
Gets (as xml) the "unit" element
-
setUnit
void setUnit(String unit)
Sets the "unit" element
-
xsetUnit
void xsetUnit(org.apache.xmlbeans.XmlString unit)
Sets (as xml) the "unit" element
-
getMaxMagnitude
double getMaxMagnitude()
Gets the "maxMagnitude" element
-
xgetMaxMagnitude
org.apache.xmlbeans.XmlDouble xgetMaxMagnitude()
Gets (as xml) the "maxMagnitude" element
-
isSetMaxMagnitude
boolean isSetMaxMagnitude()
True if has "maxMagnitude" element
-
setMaxMagnitude
void setMaxMagnitude(double maxMagnitude)
Sets the "maxMagnitude" element
-
xsetMaxMagnitude
void xsetMaxMagnitude(org.apache.xmlbeans.XmlDouble maxMagnitude)
Sets (as xml) the "maxMagnitude" element
-
unsetMaxMagnitude
void unsetMaxMagnitude()
Unsets the "maxMagnitude" element
-
getMinMagnitude
double getMinMagnitude()
Gets the "minMagnitude" element
-
xgetMinMagnitude
org.apache.xmlbeans.XmlDouble xgetMinMagnitude()
Gets (as xml) the "minMagnitude" element
-
isSetMinMagnitude
boolean isSetMinMagnitude()
True if has "minMagnitude" element
-
setMinMagnitude
void setMinMagnitude(double minMagnitude)
Sets the "minMagnitude" element
-
xsetMinMagnitude
void xsetMinMagnitude(org.apache.xmlbeans.XmlDouble minMagnitude)
Sets (as xml) the "minMagnitude" element
-
unsetMinMagnitude
void unsetMinMagnitude()
Unsets the "minMagnitude" element
-
getPrecision
String getPrecision()
Gets the "precision" element
-
xgetPrecision
org.apache.xmlbeans.XmlString xgetPrecision()
Gets (as xml) the "precision" element
-
isSetPrecision
boolean isSetPrecision()
True if has "precision" element
-
setPrecision
void setPrecision(String precision)
Sets the "precision" element
-
xsetPrecision
void xsetPrecision(org.apache.xmlbeans.XmlString precision)
Sets (as xml) the "precision" element
-
unsetPrecision
void unsetPrecision()
Unsets the "precision" element
-
getIncludesMaximum
boolean getIncludesMaximum()
Gets the "includesMaximum" element
-
xgetIncludesMaximum
org.apache.xmlbeans.XmlBoolean xgetIncludesMaximum()
Gets (as xml) the "includesMaximum" element
-
setIncludesMaximum
void setIncludesMaximum(boolean includesMaximum)
Sets the "includesMaximum" element
-
xsetIncludesMaximum
void xsetIncludesMaximum(org.apache.xmlbeans.XmlBoolean includesMaximum)
Sets (as xml) the "includesMaximum" element
-
getIncludesMinimum
boolean getIncludesMinimum()
Gets the "includesMinimum" element
-
xgetIncludesMinimum
org.apache.xmlbeans.XmlBoolean xgetIncludesMinimum()
Gets (as xml) the "includesMinimum" element
-
setIncludesMinimum
void setIncludesMinimum(boolean includesMinimum)
Sets the "includesMinimum" element
-
xsetIncludesMinimum
void xsetIncludesMinimum(org.apache.xmlbeans.XmlBoolean includesMinimum)
Sets (as xml) the "includesMinimum" element
-
-