Uses of Interface
org.openehr.schemas.v1.ARCHETYPETERM
-
Packages that use ARCHETYPETERM Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of ARCHETYPETERM in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return ARCHETYPETERM Modifier and Type Method Description ARCHETYPETERMCodeDefinitionSet. addNewItems()Appends and returns a new empty value (as xml) as the last "items" elementARCHETYPETERMCARCHETYPEROOT. addNewTermDefinitions()Appends and returns a new empty value (as xml) as the last "term_definitions" elementARCHETYPETERM[]CodeDefinitionSet. getItemsArray()Gets array of all "items" elementsARCHETYPETERMCodeDefinitionSet. getItemsArray(int i)Gets ith "items" elementARCHETYPETERM[]CARCHETYPEROOT. getTermDefinitionsArray()Gets array of all "term_definitions" elementsARCHETYPETERMCARCHETYPEROOT. getTermDefinitionsArray(int i)Gets ith "term_definitions" elementARCHETYPETERMCodeDefinitionSet. insertNewItems(int i)Inserts and returns a new empty value (as xml) as the ith "items" elementARCHETYPETERMCARCHETYPEROOT. insertNewTermDefinitions(int i)Inserts and returns a new empty value (as xml) as the ith "term_definitions" elementstatic ARCHETYPETERMARCHETYPETERM.Factory. newInstance()static ARCHETYPETERMARCHETYPETERM.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ARCHETYPETERMARCHETYPETERM.Factory. parse(File file)static ARCHETYPETERMARCHETYPETERM.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ARCHETYPETERMARCHETYPETERM.Factory. parse(InputStream is)static ARCHETYPETERMARCHETYPETERM.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ARCHETYPETERMARCHETYPETERM.Factory. parse(Reader r)static ARCHETYPETERMARCHETYPETERM.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ARCHETYPETERMARCHETYPETERM.Factory. parse(String xmlAsString)static ARCHETYPETERMARCHETYPETERM.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ARCHETYPETERMARCHETYPETERM.Factory. parse(URL u)static ARCHETYPETERMARCHETYPETERM.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ARCHETYPETERMARCHETYPETERM.Factory. parse(XMLStreamReader sr)static ARCHETYPETERMARCHETYPETERM.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ARCHETYPETERMARCHETYPETERM.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ARCHETYPETERMARCHETYPETERM.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ARCHETYPETERMARCHETYPETERM.Factory. parse(Node node)static ARCHETYPETERMARCHETYPETERM.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type ARCHETYPETERM Modifier and Type Method Description voidCodeDefinitionSet. setItemsArray(int i, ARCHETYPETERM items)Sets ith "items" elementvoidCodeDefinitionSet. setItemsArray(ARCHETYPETERM[] itemsArray)Sets array of all "items" elementvoidCARCHETYPEROOT. setTermDefinitionsArray(int i, ARCHETYPETERM termDefinitions)Sets ith "term_definitions" elementvoidCARCHETYPEROOT. setTermDefinitionsArray(ARCHETYPETERM[] termDefinitionsArray)Sets array of all "term_definitions" element -
Uses of ARCHETYPETERM in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement ARCHETYPETERM Modifier and Type Class Description classARCHETYPETERMImplAn XML ARCHETYPE_TERM(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return ARCHETYPETERM Modifier and Type Method Description ARCHETYPETERMCodeDefinitionSetImpl. addNewItems()Appends and returns a new empty value (as xml) as the last "items" elementARCHETYPETERMCARCHETYPEROOTImpl. addNewTermDefinitions()Appends and returns a new empty value (as xml) as the last "term_definitions" elementARCHETYPETERM[]CodeDefinitionSetImpl. getItemsArray()Gets array of all "items" elementsARCHETYPETERMCodeDefinitionSetImpl. getItemsArray(int i)Gets ith "items" elementARCHETYPETERM[]CARCHETYPEROOTImpl. getTermDefinitionsArray()Gets array of all "term_definitions" elementsARCHETYPETERMCARCHETYPEROOTImpl. getTermDefinitionsArray(int i)Gets ith "term_definitions" elementARCHETYPETERMCodeDefinitionSetImpl. insertNewItems(int i)Inserts and returns a new empty value (as xml) as the ith "items" elementARCHETYPETERMCARCHETYPEROOTImpl. insertNewTermDefinitions(int i)Inserts and returns a new empty value (as xml) as the ith "term_definitions" elementMethods in org.openehr.schemas.v1.impl with parameters of type ARCHETYPETERM Modifier and Type Method Description voidCodeDefinitionSetImpl. setItemsArray(int i, ARCHETYPETERM items)Sets ith "items" elementvoidCodeDefinitionSetImpl. setItemsArray(ARCHETYPETERM[] itemsArray)Sets array of all "items" elementvoidCARCHETYPEROOTImpl. setTermDefinitionsArray(int i, ARCHETYPETERM termDefinitions)Sets ith "term_definitions" elementvoidCARCHETYPEROOTImpl. setTermDefinitionsArray(ARCHETYPETERM[] termDefinitionsArray)Sets array of all "term_definitions" element
-