Package org.openehr.schemas.v1
Interface DVORDERED
- All Superinterfaces:
DATAVALUE,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
DVAMOUNT,DVCOUNT,DVDATE,DVDATETIME,DVDURATION,DVORDINAL,DVPROPORTION,DVQUANTIFIED,DVQUANTITY,DVTEMPORAL,DVTIME
- All Known Implementing Classes:
DVAMOUNTImpl,DVCOUNTImpl,DVDATEImpl,DVDATETIMEImpl,DVDURATIONImpl,DVORDEREDImpl,DVORDINALImpl,DVPROPORTIONImpl,DVQUANTIFIEDImpl,DVQUANTITYImpl,DVTEMPORALImpl,DVTIMEImpl
An XML DV_ORDERED(@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 "normal_range" elementAppends and returns a new empty "normal_status" elementAppends and returns a new empty value (as xml) as the last "other_reference_ranges" elementGets the "normal_range" elementGets the "normal_status" elementGets array of all "other_reference_ranges" elementsgetOtherReferenceRangesArray(int i) Gets ith "other_reference_ranges" elementInserts and returns a new empty value (as xml) as the ith "other_reference_ranges" elementbooleanTrue if has "normal_range" elementbooleanTrue if has "normal_status" elementvoidremoveOtherReferenceRanges(int i) Removes the ith "other_reference_ranges" elementvoidsetNormalRange(DVINTERVAL normalRange) Sets the "normal_range" elementvoidsetNormalStatus(CODEPHRASE normalStatus) Sets the "normal_status" elementvoidsetOtherReferenceRangesArray(int i, REFERENCERANGE otherReferenceRanges) Sets ith "other_reference_ranges" elementvoidsetOtherReferenceRangesArray(REFERENCERANGE[] otherReferenceRangesArray) Sets array of all "other_reference_ranges" elementintReturns number of "other_reference_ranges" elementvoidUnsets the "normal_range" elementvoidUnsets the "normal_status" 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
-
getNormalRange
DVINTERVAL getNormalRange()Gets the "normal_range" element -
isSetNormalRange
boolean isSetNormalRange()True if has "normal_range" element -
setNormalRange
Sets the "normal_range" element -
addNewNormalRange
DVINTERVAL addNewNormalRange()Appends and returns a new empty "normal_range" element -
unsetNormalRange
void unsetNormalRange()Unsets the "normal_range" element -
getOtherReferenceRangesArray
REFERENCERANGE[] getOtherReferenceRangesArray()Gets array of all "other_reference_ranges" elements -
getOtherReferenceRangesArray
Gets ith "other_reference_ranges" element -
sizeOfOtherReferenceRangesArray
int sizeOfOtherReferenceRangesArray()Returns number of "other_reference_ranges" element -
setOtherReferenceRangesArray
Sets array of all "other_reference_ranges" element -
setOtherReferenceRangesArray
Sets ith "other_reference_ranges" element -
insertNewOtherReferenceRanges
Inserts and returns a new empty value (as xml) as the ith "other_reference_ranges" element -
addNewOtherReferenceRanges
REFERENCERANGE addNewOtherReferenceRanges()Appends and returns a new empty value (as xml) as the last "other_reference_ranges" element -
removeOtherReferenceRanges
void removeOtherReferenceRanges(int i) Removes the ith "other_reference_ranges" element -
getNormalStatus
CODEPHRASE getNormalStatus()Gets the "normal_status" element -
isSetNormalStatus
boolean isSetNormalStatus()True if has "normal_status" element -
setNormalStatus
Sets the "normal_status" element -
addNewNormalStatus
CODEPHRASE addNewNormalStatus()Appends and returns a new empty "normal_status" element -
unsetNormalStatus
void unsetNormalStatus()Unsets the "normal_status" element
-