Uses of Interface
org.openehr.schemas.v1.EXTRACTCHAPTER
Packages that use EXTRACTCHAPTER
-
Uses of EXTRACTCHAPTER in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return EXTRACTCHAPTERModifier and TypeMethodDescriptionEXTRACT.addNewChapters()Appends and returns a new empty value (as xml) as the last "chapters" elementEXTRACT.getChaptersArray()Gets array of all "chapters" elementsEXTRACT.getChaptersArray(int i) Gets ith "chapters" elementEXTRACT.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 EXTRACTCHAPTERstatic EXTRACTCHAPTERstatic EXTRACTCHAPTEREXTRACTCHAPTER.Factory.parse(InputStream is) static EXTRACTCHAPTEREXTRACTCHAPTER.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static EXTRACTCHAPTERstatic EXTRACTCHAPTERstatic EXTRACTCHAPTERstatic EXTRACTCHAPTERstatic EXTRACTCHAPTERstatic EXTRACTCHAPTERstatic 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.static EXTRACTCHAPTEREXTRACTCHAPTER.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic EXTRACTCHAPTERstatic EXTRACTCHAPTERMethods in org.openehr.schemas.v1 with parameters of type EXTRACTCHAPTERModifier and TypeMethodDescriptionvoidEXTRACT.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 EXTRACTCHAPTERModifier and TypeClassDescriptionclassAn XML EXTRACT_CHAPTER(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return EXTRACTCHAPTERModifier and TypeMethodDescriptionEXTRACTImpl.addNewChapters()Appends and returns a new empty value (as xml) as the last "chapters" elementEXTRACTImpl.getChaptersArray()Gets array of all "chapters" elementsEXTRACTImpl.getChaptersArray(int i) Gets ith "chapters" elementEXTRACTImpl.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 EXTRACTCHAPTERModifier and TypeMethodDescriptionvoidEXTRACTImpl.setChaptersArray(int i, EXTRACTCHAPTER chapters) Sets ith "chapters" elementvoidEXTRACTImpl.setChaptersArray(EXTRACTCHAPTER[] chaptersArray) Sets array of all "chapters" element
XMLInputStream