Uses of Interface
org.openehr.schemas.v1.DVORDINAL
-
Packages that use DVORDINAL Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of DVORDINAL in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return DVORDINAL Modifier and Type Method Description DVORDINALCDVORDINAL. addNewAssumedValue()Appends and returns a new empty "assumed_value" elementDVORDINALCDVORDINAL. addNewList()Appends and returns a new empty value (as xml) as the last "list" elementDVORDINALCDVORDINAL. getAssumedValue()Gets the "assumed_value" elementDVORDINAL[]CDVORDINAL. getListArray()Gets array of all "list" elementsDVORDINALCDVORDINAL. getListArray(int i)Gets ith "list" elementDVORDINALCDVORDINAL. insertNewList(int i)Inserts and returns a new empty value (as xml) as the ith "list" elementstatic DVORDINALDVORDINAL.Factory. newInstance()static DVORDINALDVORDINAL.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DVORDINALDVORDINAL.Factory. parse(File file)static DVORDINALDVORDINAL.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DVORDINALDVORDINAL.Factory. parse(InputStream is)static DVORDINALDVORDINAL.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DVORDINALDVORDINAL.Factory. parse(Reader r)static DVORDINALDVORDINAL.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DVORDINALDVORDINAL.Factory. parse(String xmlAsString)static DVORDINALDVORDINAL.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DVORDINALDVORDINAL.Factory. parse(URL u)static DVORDINALDVORDINAL.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DVORDINALDVORDINAL.Factory. parse(XMLStreamReader sr)static DVORDINALDVORDINAL.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DVORDINALDVORDINAL.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DVORDINALDVORDINAL.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DVORDINALDVORDINAL.Factory. parse(Node node)static DVORDINALDVORDINAL.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type DVORDINAL Modifier and Type Method Description voidCDVORDINAL. setAssumedValue(DVORDINAL assumedValue)Sets the "assumed_value" elementvoidCDVORDINAL. setListArray(int i, DVORDINAL list)Sets ith "list" elementvoidCDVORDINAL. setListArray(DVORDINAL[] listArray)Sets array of all "list" element -
Uses of DVORDINAL in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement DVORDINAL Modifier and Type Class Description classDVORDINALImplAn XML DV_ORDINAL(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return DVORDINAL Modifier and Type Method Description DVORDINALCDVORDINALImpl. addNewAssumedValue()Appends and returns a new empty "assumed_value" elementDVORDINALCDVORDINALImpl. addNewList()Appends and returns a new empty value (as xml) as the last "list" elementDVORDINALCDVORDINALImpl. getAssumedValue()Gets the "assumed_value" elementDVORDINAL[]CDVORDINALImpl. getListArray()Gets array of all "list" elementsDVORDINALCDVORDINALImpl. getListArray(int i)Gets ith "list" elementDVORDINALCDVORDINALImpl. insertNewList(int i)Inserts and returns a new empty value (as xml) as the ith "list" elementMethods in org.openehr.schemas.v1.impl with parameters of type DVORDINAL Modifier and Type Method Description voidCDVORDINALImpl. setAssumedValue(DVORDINAL assumedValue)Sets the "assumed_value" elementvoidCDVORDINALImpl. setListArray(int i, DVORDINAL list)Sets ith "list" elementvoidCDVORDINALImpl. setListArray(DVORDINAL[] listArray)Sets array of all "list" element
-