Uses of Interface
org.openehr.schemas.v1.TERMMAPPING
-
Packages that use TERMMAPPING Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of TERMMAPPING in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return TERMMAPPING Modifier and Type Method Description TERMMAPPINGDVTEXT. addNewMappings()Appends and returns a new empty value (as xml) as the last "mappings" elementTERMMAPPING[]DVTEXT. getMappingsArray()Gets array of all "mappings" elementsTERMMAPPINGDVTEXT. getMappingsArray(int i)Gets ith "mappings" elementTERMMAPPINGDVTEXT. insertNewMappings(int i)Inserts and returns a new empty value (as xml) as the ith "mappings" elementstatic TERMMAPPINGTERMMAPPING.Factory. newInstance()static TERMMAPPINGTERMMAPPING.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TERMMAPPINGTERMMAPPING.Factory. parse(File file)static TERMMAPPINGTERMMAPPING.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TERMMAPPINGTERMMAPPING.Factory. parse(InputStream is)static TERMMAPPINGTERMMAPPING.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TERMMAPPINGTERMMAPPING.Factory. parse(Reader r)static TERMMAPPINGTERMMAPPING.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TERMMAPPINGTERMMAPPING.Factory. parse(String xmlAsString)static TERMMAPPINGTERMMAPPING.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TERMMAPPINGTERMMAPPING.Factory. parse(URL u)static TERMMAPPINGTERMMAPPING.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TERMMAPPINGTERMMAPPING.Factory. parse(XMLStreamReader sr)static TERMMAPPINGTERMMAPPING.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TERMMAPPINGTERMMAPPING.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TERMMAPPINGTERMMAPPING.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TERMMAPPINGTERMMAPPING.Factory. parse(Node node)static TERMMAPPINGTERMMAPPING.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type TERMMAPPING Modifier and Type Method Description voidDVTEXT. setMappingsArray(int i, TERMMAPPING mappings)Sets ith "mappings" elementvoidDVTEXT. setMappingsArray(TERMMAPPING[] mappingsArray)Sets array of all "mappings" element -
Uses of TERMMAPPING in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement TERMMAPPING Modifier and Type Class Description classTERMMAPPINGImplAn XML TERM_MAPPING(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return TERMMAPPING Modifier and Type Method Description TERMMAPPINGDVTEXTImpl. addNewMappings()Appends and returns a new empty value (as xml) as the last "mappings" elementTERMMAPPING[]DVTEXTImpl. getMappingsArray()Gets array of all "mappings" elementsTERMMAPPINGDVTEXTImpl. getMappingsArray(int i)Gets ith "mappings" elementTERMMAPPINGDVTEXTImpl. insertNewMappings(int i)Inserts and returns a new empty value (as xml) as the ith "mappings" elementMethods in org.openehr.schemas.v1.impl with parameters of type TERMMAPPING Modifier and Type Method Description voidDVTEXTImpl. setMappingsArray(int i, TERMMAPPING mappings)Sets ith "mappings" elementvoidDVTEXTImpl. setMappingsArray(TERMMAPPING[] mappingsArray)Sets array of all "mappings" element
-