Package org.openehr.schemas.v1
Interface DVPROPORTION
-
- All Superinterfaces:
DATAVALUE,DVAMOUNT,DVORDERED,DVQUANTIFIED,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
DVPROPORTIONImpl
public interface DVPROPORTION extends DVAMOUNT
An XML DV_PROPORTION(@http://schemas.openehr.org/v1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDVPROPORTION.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 floatgetDenominator()Gets the "denominator" elementfloatgetNumerator()Gets the "numerator" elementintgetPrecision()Gets the "precision" elementBigIntegergetType()Gets the "type" elementbooleanisSetPrecision()True if has "precision" elementvoidsetDenominator(float denominator)Sets the "denominator" elementvoidsetNumerator(float numerator)Sets the "numerator" elementvoidsetPrecision(int precision)Sets the "precision" elementvoidsetType(BigInteger type)Sets the "type" elementvoidunsetPrecision()Unsets the "precision" elementorg.apache.xmlbeans.XmlFloatxgetDenominator()Gets (as xml) the "denominator" elementorg.apache.xmlbeans.XmlFloatxgetNumerator()Gets (as xml) the "numerator" elementorg.apache.xmlbeans.XmlIntxgetPrecision()Gets (as xml) the "precision" elementPROPORTIONKINDxgetType()Gets (as xml) the "type" elementvoidxsetDenominator(org.apache.xmlbeans.XmlFloat denominator)Sets (as xml) the "denominator" elementvoidxsetNumerator(org.apache.xmlbeans.XmlFloat numerator)Sets (as xml) the "numerator" elementvoidxsetPrecision(org.apache.xmlbeans.XmlInt precision)Sets (as xml) the "precision" elementvoidxsetType(PROPORTIONKIND type)Sets (as xml) the "type" element-
Methods inherited from interface org.openehr.schemas.v1.DVAMOUNT
getAccuracy, getAccuracyIsPercent, isSetAccuracy, isSetAccuracyIsPercent, setAccuracy, setAccuracyIsPercent, unsetAccuracy, unsetAccuracyIsPercent, xgetAccuracy, xgetAccuracyIsPercent, xsetAccuracy, xsetAccuracyIsPercent
-
Methods inherited from interface org.openehr.schemas.v1.DVORDERED
addNewNormalRange, addNewNormalStatus, addNewOtherReferenceRanges, getNormalRange, getNormalStatus, getOtherReferenceRangesArray, getOtherReferenceRangesArray, insertNewOtherReferenceRanges, isSetNormalRange, isSetNormalStatus, removeOtherReferenceRanges, setNormalRange, setNormalStatus, setOtherReferenceRangesArray, setOtherReferenceRangesArray, sizeOfOtherReferenceRangesArray, unsetNormalRange, unsetNormalStatus
-
Methods inherited from interface org.openehr.schemas.v1.DVQUANTIFIED
getMagnitudeStatus, isSetMagnitudeStatus, setMagnitudeStatus, unsetMagnitudeStatus, xgetMagnitudeStatus, xsetMagnitudeStatus
-
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
-
getNumerator
float getNumerator()
Gets the "numerator" element
-
xgetNumerator
org.apache.xmlbeans.XmlFloat xgetNumerator()
Gets (as xml) the "numerator" element
-
setNumerator
void setNumerator(float numerator)
Sets the "numerator" element
-
xsetNumerator
void xsetNumerator(org.apache.xmlbeans.XmlFloat numerator)
Sets (as xml) the "numerator" element
-
getDenominator
float getDenominator()
Gets the "denominator" element
-
xgetDenominator
org.apache.xmlbeans.XmlFloat xgetDenominator()
Gets (as xml) the "denominator" element
-
setDenominator
void setDenominator(float denominator)
Sets the "denominator" element
-
xsetDenominator
void xsetDenominator(org.apache.xmlbeans.XmlFloat denominator)
Sets (as xml) the "denominator" element
-
getType
BigInteger getType()
Gets the "type" element
-
xgetType
PROPORTIONKIND xgetType()
Gets (as xml) the "type" element
-
setType
void setType(BigInteger type)
Sets the "type" element
-
xsetType
void xsetType(PROPORTIONKIND type)
Sets (as xml) the "type" element
-
getPrecision
int getPrecision()
Gets the "precision" element
-
xgetPrecision
org.apache.xmlbeans.XmlInt xgetPrecision()
Gets (as xml) the "precision" element
-
isSetPrecision
boolean isSetPrecision()
True if has "precision" element
-
setPrecision
void setPrecision(int precision)
Sets the "precision" element
-
xsetPrecision
void xsetPrecision(org.apache.xmlbeans.XmlInt precision)
Sets (as xml) the "precision" element
-
unsetPrecision
void unsetPrecision()
Unsets the "precision" element
-
-