Uses of Interface
org.openehr.schemas.v1.EXTRACTFOLDER
Packages that use EXTRACTFOLDER
-
Uses of EXTRACTFOLDER in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return EXTRACTFOLDERModifier and TypeMethodDescriptionEXTRACTCHAPTER.addNewDirectory()Appends and returns a new empty "directory" elementEXTRACTFOLDER.addNewFolders()Appends and returns a new empty value (as xml) as the last "folders" elementEXTRACTCHAPTER.getDirectory()Gets the "directory" elementEXTRACTFOLDER.getFoldersArray()Gets array of all "folders" elementsEXTRACTFOLDER.getFoldersArray(int i) Gets ith "folders" elementEXTRACTFOLDER.insertNewFolders(int i) Inserts and returns a new empty value (as xml) as the ith "folders" elementstatic EXTRACTFOLDEREXTRACTFOLDER.Factory.newInstance()static EXTRACTFOLDEREXTRACTFOLDER.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) static EXTRACTFOLDERstatic EXTRACTFOLDERstatic EXTRACTFOLDEREXTRACTFOLDER.Factory.parse(InputStream is) static EXTRACTFOLDEREXTRACTFOLDER.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static EXTRACTFOLDERstatic EXTRACTFOLDERstatic EXTRACTFOLDERstatic EXTRACTFOLDERstatic EXTRACTFOLDERstatic EXTRACTFOLDERstatic EXTRACTFOLDEREXTRACTFOLDER.Factory.parse(XMLStreamReader sr) static EXTRACTFOLDEREXTRACTFOLDER.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) static EXTRACTFOLDEREXTRACTFOLDER.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) Deprecated.static EXTRACTFOLDEREXTRACTFOLDER.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic EXTRACTFOLDERstatic EXTRACTFOLDERMethods in org.openehr.schemas.v1 with parameters of type EXTRACTFOLDERModifier and TypeMethodDescriptionvoidEXTRACTCHAPTER.setDirectory(EXTRACTFOLDER directory) Sets the "directory" elementvoidEXTRACTFOLDER.setFoldersArray(int i, EXTRACTFOLDER folders) Sets ith "folders" elementvoidEXTRACTFOLDER.setFoldersArray(EXTRACTFOLDER[] foldersArray) Sets array of all "folders" element -
Uses of EXTRACTFOLDER in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement EXTRACTFOLDERModifier and TypeClassDescriptionclassAn XML EXTRACT_FOLDER(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return EXTRACTFOLDERModifier and TypeMethodDescriptionEXTRACTCHAPTERImpl.addNewDirectory()Appends and returns a new empty "directory" elementEXTRACTFOLDERImpl.addNewFolders()Appends and returns a new empty value (as xml) as the last "folders" elementEXTRACTCHAPTERImpl.getDirectory()Gets the "directory" elementEXTRACTFOLDERImpl.getFoldersArray()Gets array of all "folders" elementsEXTRACTFOLDERImpl.getFoldersArray(int i) Gets ith "folders" elementEXTRACTFOLDERImpl.insertNewFolders(int i) Inserts and returns a new empty value (as xml) as the ith "folders" elementMethods in org.openehr.schemas.v1.impl with parameters of type EXTRACTFOLDERModifier and TypeMethodDescriptionvoidEXTRACTCHAPTERImpl.setDirectory(EXTRACTFOLDER directory) Sets the "directory" elementvoidEXTRACTFOLDERImpl.setFoldersArray(int i, EXTRACTFOLDER folders) Sets ith "folders" elementvoidEXTRACTFOLDERImpl.setFoldersArray(EXTRACTFOLDER[] foldersArray) Sets array of all "folders" element
XMLInputStream