Uses of Interface
org.openehr.schemas.v1.DVORDINAL
Packages that use DVORDINAL
-
Uses of DVORDINAL in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return DVORDINALModifier and TypeMethodDescriptionCDVORDINAL.addNewAssumedValue()Appends and returns a new empty "assumed_value" elementCDVORDINAL.addNewList()Appends and returns a new empty value (as xml) as the last "list" elementCDVORDINAL.getAssumedValue()Gets the "assumed_value" elementCDVORDINAL.getListArray()Gets array of all "list" elementsCDVORDINAL.getListArray(int i) Gets ith "list" elementCDVORDINAL.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 DVORDINALstatic DVORDINALstatic DVORDINALDVORDINAL.Factory.parse(InputStream is) static DVORDINALDVORDINAL.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static DVORDINALstatic DVORDINALstatic DVORDINALstatic DVORDINALstatic DVORDINALstatic DVORDINALstatic 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.static DVORDINALDVORDINAL.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic DVORDINALstatic DVORDINALMethods in org.openehr.schemas.v1 with parameters of type DVORDINALModifier and TypeMethodDescriptionvoidCDVORDINAL.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 DVORDINALModifier and TypeClassDescriptionclassAn XML DV_ORDINAL(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return DVORDINALModifier and TypeMethodDescriptionCDVORDINALImpl.addNewAssumedValue()Appends and returns a new empty "assumed_value" elementCDVORDINALImpl.addNewList()Appends and returns a new empty value (as xml) as the last "list" elementCDVORDINALImpl.getAssumedValue()Gets the "assumed_value" elementCDVORDINALImpl.getListArray()Gets array of all "list" elementsCDVORDINALImpl.getListArray(int i) Gets ith "list" elementCDVORDINALImpl.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 DVORDINALModifier and TypeMethodDescriptionvoidCDVORDINALImpl.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
XMLInputStream