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
public interface DVORDERED extends DATAVALUE
An XML DV_ORDERED(@http://schemas.openehr.org/v1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDVORDERED.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 DVINTERVALaddNewNormalRange()Appends and returns a new empty "normal_range" elementCODEPHRASEaddNewNormalStatus()Appends and returns a new empty "normal_status" elementREFERENCERANGEaddNewOtherReferenceRanges()Appends and returns a new empty value (as xml) as the last "other_reference_ranges" elementDVINTERVALgetNormalRange()Gets the "normal_range" elementCODEPHRASEgetNormalStatus()Gets the "normal_status" elementREFERENCERANGE[]getOtherReferenceRangesArray()Gets array of all "other_reference_ranges" elementsREFERENCERANGEgetOtherReferenceRangesArray(int i)Gets ith "other_reference_ranges" elementREFERENCERANGEinsertNewOtherReferenceRanges(int i)Inserts and returns a new empty value (as xml) as the ith "other_reference_ranges" elementbooleanisSetNormalRange()True if has "normal_range" elementbooleanisSetNormalStatus()True 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" elementintsizeOfOtherReferenceRangesArray()Returns number of "other_reference_ranges" elementvoidunsetNormalRange()Unsets the "normal_range" elementvoidunsetNormalStatus()Unsets the "normal_status" 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
-
getNormalRange
DVINTERVAL getNormalRange()
Gets the "normal_range" element
-
isSetNormalRange
boolean isSetNormalRange()
True if has "normal_range" element
-
setNormalRange
void setNormalRange(DVINTERVAL normalRange)
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
REFERENCERANGE getOtherReferenceRangesArray(int i)
Gets ith "other_reference_ranges" element
-
sizeOfOtherReferenceRangesArray
int sizeOfOtherReferenceRangesArray()
Returns number of "other_reference_ranges" element
-
setOtherReferenceRangesArray
void setOtherReferenceRangesArray(REFERENCERANGE[] otherReferenceRangesArray)
Sets array of all "other_reference_ranges" element
-
setOtherReferenceRangesArray
void setOtherReferenceRangesArray(int i, REFERENCERANGE otherReferenceRanges)Sets ith "other_reference_ranges" element
-
insertNewOtherReferenceRanges
REFERENCERANGE insertNewOtherReferenceRanges(int i)
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
void setNormalStatus(CODEPHRASE normalStatus)
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
-
-