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
An XML DV_PROPORTION(@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 TypeMethodDescriptionfloatGets the "denominator" elementfloatGets the "numerator" elementintGets the "precision" elementgetType()Gets the "type" elementbooleanTrue 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" elementvoidUnsets the "precision" elementorg.apache.xmlbeans.XmlFloatGets (as xml) the "denominator" elementorg.apache.xmlbeans.XmlFloatGets (as xml) the "numerator" elementorg.apache.xmlbeans.XmlIntGets (as xml) the "precision" elementxgetType()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" elementMethods inherited from interface org.openehr.schemas.v1.DVAMOUNT
getAccuracy, getAccuracyIsPercent, isSetAccuracy, isSetAccuracyIsPercent, setAccuracy, setAccuracyIsPercent, unsetAccuracy, unsetAccuracyIsPercent, xgetAccuracy, xgetAccuracyIsPercent, xsetAccuracy, xsetAccuracyIsPercentMethods 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, unsetNormalStatusMethods inherited from interface org.openehr.schemas.v1.DVQUANTIFIED
getMagnitudeStatus, isSetMagnitudeStatus, setMagnitudeStatus, unsetMagnitudeStatus, xgetMagnitudeStatus, xsetMagnitudeStatusMethods 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
-
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
Sets the "type" element -
xsetType
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
-