Uses of Interface
org.openehr.schemas.v1.EXTRACTFOLDER
-
Packages that use EXTRACTFOLDER Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of EXTRACTFOLDER in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return EXTRACTFOLDER Modifier and Type Method Description EXTRACTFOLDEREXTRACTCHAPTER. addNewDirectory()Appends and returns a new empty "directory" elementEXTRACTFOLDEREXTRACTFOLDER. addNewFolders()Appends and returns a new empty value (as xml) as the last "folders" elementEXTRACTFOLDEREXTRACTCHAPTER. getDirectory()Gets the "directory" elementEXTRACTFOLDER[]EXTRACTFOLDER. getFoldersArray()Gets array of all "folders" elementsEXTRACTFOLDEREXTRACTFOLDER. getFoldersArray(int i)Gets ith "folders" elementEXTRACTFOLDEREXTRACTFOLDER. 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 EXTRACTFOLDEREXTRACTFOLDER.Factory. parse(File file)static EXTRACTFOLDEREXTRACTFOLDER.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static EXTRACTFOLDEREXTRACTFOLDER.Factory. parse(InputStream is)static EXTRACTFOLDEREXTRACTFOLDER.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static EXTRACTFOLDEREXTRACTFOLDER.Factory. parse(Reader r)static EXTRACTFOLDEREXTRACTFOLDER.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static EXTRACTFOLDEREXTRACTFOLDER.Factory. parse(String xmlAsString)static EXTRACTFOLDEREXTRACTFOLDER.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static EXTRACTFOLDEREXTRACTFOLDER.Factory. parse(URL u)static EXTRACTFOLDEREXTRACTFOLDER.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static 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.XMLInputStreamstatic EXTRACTFOLDEREXTRACTFOLDER.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic EXTRACTFOLDEREXTRACTFOLDER.Factory. parse(Node node)static EXTRACTFOLDEREXTRACTFOLDER.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type EXTRACTFOLDER Modifier and Type Method Description voidEXTRACTCHAPTER. 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 EXTRACTFOLDER Modifier and Type Class Description classEXTRACTFOLDERImplAn XML EXTRACT_FOLDER(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return EXTRACTFOLDER Modifier and Type Method Description EXTRACTFOLDEREXTRACTCHAPTERImpl. addNewDirectory()Appends and returns a new empty "directory" elementEXTRACTFOLDEREXTRACTFOLDERImpl. addNewFolders()Appends and returns a new empty value (as xml) as the last "folders" elementEXTRACTFOLDEREXTRACTCHAPTERImpl. getDirectory()Gets the "directory" elementEXTRACTFOLDER[]EXTRACTFOLDERImpl. getFoldersArray()Gets array of all "folders" elementsEXTRACTFOLDEREXTRACTFOLDERImpl. getFoldersArray(int i)Gets ith "folders" elementEXTRACTFOLDEREXTRACTFOLDERImpl. 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 EXTRACTFOLDER Modifier and Type Method Description voidEXTRACTCHAPTERImpl. 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
-