Uses of Interface
org.openehr.schemas.v1.ITEMTREE
-
Packages that use ITEMTREE Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of ITEMTREE in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return ITEMTREE Modifier and Type Method Description ITEMTREEGENERICENTRY. addNewData()Appends and returns a new empty "data" elementITEMTREEGENERICENTRY. getData()Gets the "data" elementstatic ITEMTREEITEMTREE.Factory. newInstance()static ITEMTREEITEMTREE.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ITEMTREEITEMTREE.Factory. parse(File file)static ITEMTREEITEMTREE.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ITEMTREEITEMTREE.Factory. parse(InputStream is)static ITEMTREEITEMTREE.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ITEMTREEITEMTREE.Factory. parse(Reader r)static ITEMTREEITEMTREE.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ITEMTREEITEMTREE.Factory. parse(String xmlAsString)static ITEMTREEITEMTREE.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ITEMTREEITEMTREE.Factory. parse(URL u)static ITEMTREEITEMTREE.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ITEMTREEITEMTREE.Factory. parse(XMLStreamReader sr)static ITEMTREEITEMTREE.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ITEMTREEITEMTREE.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ITEMTREEITEMTREE.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ITEMTREEITEMTREE.Factory. parse(Node node)static ITEMTREEITEMTREE.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type ITEMTREE Modifier and Type Method Description voidGENERICENTRY. setData(ITEMTREE data)Sets the "data" element -
Uses of ITEMTREE in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement ITEMTREE Modifier and Type Class Description classITEMTREEImplAn XML ITEM_TREE(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return ITEMTREE Modifier and Type Method Description ITEMTREEGENERICENTRYImpl. addNewData()Appends and returns a new empty "data" elementITEMTREEGENERICENTRYImpl. getData()Gets the "data" elementMethods in org.openehr.schemas.v1.impl with parameters of type ITEMTREE Modifier and Type Method Description voidGENERICENTRYImpl. setData(ITEMTREE data)Sets the "data" element
-