Uses of Interface
org.openehr.schemas.v1.EXTRACTCHAPTER
-
Packages that use EXTRACTCHAPTER Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of EXTRACTCHAPTER in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return EXTRACTCHAPTER Modifier and Type Method Description EXTRACTCHAPTEREXTRACT. addNewChapters()Appends and returns a new empty value (as xml) as the last "chapters" elementEXTRACTCHAPTER[]EXTRACT. getChaptersArray()Gets array of all "chapters" elementsEXTRACTCHAPTEREXTRACT. getChaptersArray(int i)Gets ith "chapters" elementEXTRACTCHAPTEREXTRACT. insertNewChapters(int i)Inserts and returns a new empty value (as xml) as the ith "chapters" elementstatic EXTRACTCHAPTEREXTRACTCHAPTER.Factory. newInstance()static EXTRACTCHAPTEREXTRACTCHAPTER.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static EXTRACTCHAPTEREXTRACTCHAPTER.Factory. parse(File file)static EXTRACTCHAPTEREXTRACTCHAPTER.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static EXTRACTCHAPTEREXTRACTCHAPTER.Factory. parse(InputStream is)static EXTRACTCHAPTEREXTRACTCHAPTER.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static EXTRACTCHAPTEREXTRACTCHAPTER.Factory. parse(Reader r)static EXTRACTCHAPTEREXTRACTCHAPTER.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static EXTRACTCHAPTEREXTRACTCHAPTER.Factory. parse(String xmlAsString)static EXTRACTCHAPTEREXTRACTCHAPTER.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static EXTRACTCHAPTEREXTRACTCHAPTER.Factory. parse(URL u)static EXTRACTCHAPTEREXTRACTCHAPTER.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static EXTRACTCHAPTEREXTRACTCHAPTER.Factory. parse(XMLStreamReader sr)static EXTRACTCHAPTEREXTRACTCHAPTER.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static EXTRACTCHAPTEREXTRACTCHAPTER.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic EXTRACTCHAPTEREXTRACTCHAPTER.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic EXTRACTCHAPTEREXTRACTCHAPTER.Factory. parse(Node node)static EXTRACTCHAPTEREXTRACTCHAPTER.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type EXTRACTCHAPTER Modifier and Type Method Description voidEXTRACT. setChaptersArray(int i, EXTRACTCHAPTER chapters)Sets ith "chapters" elementvoidEXTRACT. setChaptersArray(EXTRACTCHAPTER[] chaptersArray)Sets array of all "chapters" element -
Uses of EXTRACTCHAPTER in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement EXTRACTCHAPTER Modifier and Type Class Description classEXTRACTCHAPTERImplAn XML EXTRACT_CHAPTER(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return EXTRACTCHAPTER Modifier and Type Method Description EXTRACTCHAPTEREXTRACTImpl. addNewChapters()Appends and returns a new empty value (as xml) as the last "chapters" elementEXTRACTCHAPTER[]EXTRACTImpl. getChaptersArray()Gets array of all "chapters" elementsEXTRACTCHAPTEREXTRACTImpl. getChaptersArray(int i)Gets ith "chapters" elementEXTRACTCHAPTEREXTRACTImpl. insertNewChapters(int i)Inserts and returns a new empty value (as xml) as the ith "chapters" elementMethods in org.openehr.schemas.v1.impl with parameters of type EXTRACTCHAPTER Modifier and Type Method Description voidEXTRACTImpl. setChaptersArray(int i, EXTRACTCHAPTER chapters)Sets ith "chapters" elementvoidEXTRACTImpl. setChaptersArray(EXTRACTCHAPTER[] chaptersArray)Sets array of all "chapters" element
-