Uses of Interface
org.openehr.schemas.v1.FOLDER
Packages that use FOLDER
-
Uses of FOLDER in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return FOLDERModifier and TypeMethodDescriptionFOLDER.addNewFolders()Appends and returns a new empty value (as xml) as the last "folders" elementFOLDER[]FOLDER.getFoldersArray()Gets array of all "folders" elementsFOLDER.getFoldersArray(int i) Gets ith "folders" elementFOLDER.insertNewFolders(int i) Inserts and returns a new empty value (as xml) as the ith "folders" elementstatic FOLDERFOLDER.Factory.newInstance()static FOLDERFOLDER.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) static FOLDERstatic FOLDERstatic FOLDERFOLDER.Factory.parse(InputStream is) static FOLDERFOLDER.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static FOLDERstatic FOLDERstatic FOLDERstatic FOLDERstatic FOLDERstatic FOLDERstatic FOLDERFOLDER.Factory.parse(XMLStreamReader sr) static FOLDERFOLDER.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) static FOLDERFOLDER.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) Deprecated.static FOLDERFOLDER.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic FOLDERstatic FOLDERMethods in org.openehr.schemas.v1 with parameters of type FOLDERModifier and TypeMethodDescriptionvoidFOLDER.setFoldersArray(int i, FOLDER folders) Sets ith "folders" elementvoidFOLDER.setFoldersArray(FOLDER[] foldersArray) Sets array of all "folders" element -
Uses of FOLDER in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement FOLDERMethods in org.openehr.schemas.v1.impl that return FOLDERModifier and TypeMethodDescriptionFOLDERImpl.addNewFolders()Appends and returns a new empty value (as xml) as the last "folders" elementFOLDER[]FOLDERImpl.getFoldersArray()Gets array of all "folders" elementsFOLDERImpl.getFoldersArray(int i) Gets ith "folders" elementFOLDERImpl.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 FOLDERModifier and TypeMethodDescriptionvoidFOLDERImpl.setFoldersArray(int i, FOLDER folders) Sets ith "folders" elementvoidFOLDERImpl.setFoldersArray(FOLDER[] foldersArray) Sets array of all "folders" element
XMLInputStream