Uses of Interface
org.openehr.schemas.v1.FOLDER
-
Packages that use FOLDER Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of FOLDER in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return FOLDER Modifier and Type Method Description FOLDERFOLDER. addNewFolders()Appends and returns a new empty value (as xml) as the last "folders" elementFOLDER[]FOLDER. getFoldersArray()Gets array of all "folders" elementsFOLDERFOLDER. getFoldersArray(int i)Gets ith "folders" elementFOLDERFOLDER. 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 FOLDERFOLDER.Factory. parse(File file)static FOLDERFOLDER.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static FOLDERFOLDER.Factory. parse(InputStream is)static FOLDERFOLDER.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static FOLDERFOLDER.Factory. parse(Reader r)static FOLDERFOLDER.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static FOLDERFOLDER.Factory. parse(String xmlAsString)static FOLDERFOLDER.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static FOLDERFOLDER.Factory. parse(URL u)static FOLDERFOLDER.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static 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.XMLInputStreamstatic FOLDERFOLDER.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic FOLDERFOLDER.Factory. parse(Node node)static FOLDERFOLDER.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type FOLDER Modifier and Type Method Description voidFOLDER. 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 FOLDER Modifier and Type Class Description classFOLDERImplAn XML FOLDER(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return FOLDER Modifier and Type Method Description FOLDERFOLDERImpl. addNewFolders()Appends and returns a new empty value (as xml) as the last "folders" elementFOLDER[]FOLDERImpl. getFoldersArray()Gets array of all "folders" elementsFOLDERFOLDERImpl. getFoldersArray(int i)Gets ith "folders" elementFOLDERFOLDERImpl. 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 FOLDER Modifier and Type Method Description voidFOLDERImpl. setFoldersArray(int i, FOLDER folders)Sets ith "folders" elementvoidFOLDERImpl. setFoldersArray(FOLDER[] foldersArray)Sets array of all "folders" element
-