Uses of Interface
org.openehr.schemas.v1.CONTENTITEM
-
Packages that use CONTENTITEM Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of CONTENTITEM in org.openehr.schemas.v1
Subinterfaces of CONTENTITEM in org.openehr.schemas.v1 Modifier and Type Interface Description interfaceACTIONAn XML ACTION(@http://schemas.openehr.org/v1).interfaceADMINENTRYAn XML ADMIN_ENTRY(@http://schemas.openehr.org/v1).interfaceCAREENTRYAn XML CARE_ENTRY(@http://schemas.openehr.org/v1).interfaceENTRYAn XML ENTRY(@http://schemas.openehr.org/v1).interfaceEVALUATIONAn XML EVALUATION(@http://schemas.openehr.org/v1).interfaceGENERICENTRYAn XML GENERIC_ENTRY(@http://schemas.openehr.org/v1).interfaceINSTRUCTIONAn XML INSTRUCTION(@http://schemas.openehr.org/v1).interfaceOBSERVATIONAn XML OBSERVATION(@http://schemas.openehr.org/v1).interfaceSECTIONAn XML SECTION(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1 that return CONTENTITEM Modifier and Type Method Description CONTENTITEMCOMPOSITION. addNewContent()Appends and returns a new empty value (as xml) as the last "content" elementCONTENTITEMSECTION. addNewItems()Appends and returns a new empty value (as xml) as the last "items" elementCONTENTITEM[]COMPOSITION. getContentArray()Gets array of all "content" elementsCONTENTITEMCOMPOSITION. getContentArray(int i)Gets ith "content" elementCONTENTITEM[]SECTION. getItemsArray()Gets array of all "items" elementsCONTENTITEMSECTION. getItemsArray(int i)Gets ith "items" elementCONTENTITEMCOMPOSITION. insertNewContent(int i)Inserts and returns a new empty value (as xml) as the ith "content" elementCONTENTITEMSECTION. insertNewItems(int i)Inserts and returns a new empty value (as xml) as the ith "items" elementstatic CONTENTITEMCONTENTITEM.Factory. newInstance()Deprecated.No need to be able to create instances of abstract typesstatic CONTENTITEMCONTENTITEM.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Deprecated.No need to be able to create instances of abstract typesstatic CONTENTITEMCONTENTITEM.Factory. parse(File file)static CONTENTITEMCONTENTITEM.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static CONTENTITEMCONTENTITEM.Factory. parse(InputStream is)static CONTENTITEMCONTENTITEM.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static CONTENTITEMCONTENTITEM.Factory. parse(Reader r)static CONTENTITEMCONTENTITEM.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static CONTENTITEMCONTENTITEM.Factory. parse(String xmlAsString)static CONTENTITEMCONTENTITEM.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static CONTENTITEMCONTENTITEM.Factory. parse(URL u)static CONTENTITEMCONTENTITEM.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static CONTENTITEMCONTENTITEM.Factory. parse(XMLStreamReader sr)static CONTENTITEMCONTENTITEM.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static CONTENTITEMCONTENTITEM.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic CONTENTITEMCONTENTITEM.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic CONTENTITEMCONTENTITEM.Factory. parse(Node node)static CONTENTITEMCONTENTITEM.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type CONTENTITEM Modifier and Type Method Description voidCOMPOSITION. setContentArray(int i, CONTENTITEM content)Sets ith "content" elementvoidCOMPOSITION. setContentArray(CONTENTITEM[] contentArray)Sets array of all "content" elementvoidSECTION. setItemsArray(int i, CONTENTITEM items)Sets ith "items" elementvoidSECTION. setItemsArray(CONTENTITEM[] itemsArray)Sets array of all "items" element -
Uses of CONTENTITEM in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement CONTENTITEM Modifier and Type Class Description classACTIONImplAn XML ACTION(@http://schemas.openehr.org/v1).classADMINENTRYImplAn XML ADMIN_ENTRY(@http://schemas.openehr.org/v1).classCAREENTRYImplAn XML CARE_ENTRY(@http://schemas.openehr.org/v1).classCONTENTITEMImplAn XML CONTENT_ITEM(@http://schemas.openehr.org/v1).classENTRYImplAn XML ENTRY(@http://schemas.openehr.org/v1).classEVALUATIONImplAn XML EVALUATION(@http://schemas.openehr.org/v1).classGENERICENTRYImplAn XML GENERIC_ENTRY(@http://schemas.openehr.org/v1).classINSTRUCTIONImplAn XML INSTRUCTION(@http://schemas.openehr.org/v1).classOBSERVATIONImplAn XML OBSERVATION(@http://schemas.openehr.org/v1).classSECTIONImplAn XML SECTION(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return CONTENTITEM Modifier and Type Method Description CONTENTITEMCOMPOSITIONImpl. addNewContent()Appends and returns a new empty value (as xml) as the last "content" elementCONTENTITEMSECTIONImpl. addNewItems()Appends and returns a new empty value (as xml) as the last "items" elementCONTENTITEM[]COMPOSITIONImpl. getContentArray()Gets array of all "content" elementsCONTENTITEMCOMPOSITIONImpl. getContentArray(int i)Gets ith "content" elementCONTENTITEM[]SECTIONImpl. getItemsArray()Gets array of all "items" elementsCONTENTITEMSECTIONImpl. getItemsArray(int i)Gets ith "items" elementCONTENTITEMCOMPOSITIONImpl. insertNewContent(int i)Inserts and returns a new empty value (as xml) as the ith "content" elementCONTENTITEMSECTIONImpl. insertNewItems(int i)Inserts and returns a new empty value (as xml) as the ith "items" elementMethods in org.openehr.schemas.v1.impl with parameters of type CONTENTITEM Modifier and Type Method Description voidCOMPOSITIONImpl. setContentArray(int i, CONTENTITEM content)Sets ith "content" elementvoidCOMPOSITIONImpl. setContentArray(CONTENTITEM[] contentArray)Sets array of all "content" elementvoidSECTIONImpl. setItemsArray(int i, CONTENTITEM items)Sets ith "items" elementvoidSECTIONImpl. setItemsArray(CONTENTITEM[] itemsArray)Sets array of all "items" element
-