Uses of Interface
org.openehr.schemas.v1.CONTENTITEM
Packages that use CONTENTITEM
-
Uses of CONTENTITEM in org.openehr.schemas.v1
Subinterfaces of CONTENTITEM in org.openehr.schemas.v1Modifier and TypeInterfaceDescriptioninterfaceAn XML ACTION(@http://schemas.openehr.org/v1).interfaceAn XML ADMIN_ENTRY(@http://schemas.openehr.org/v1).interfaceAn XML CARE_ENTRY(@http://schemas.openehr.org/v1).interfaceAn XML ENTRY(@http://schemas.openehr.org/v1).interfaceAn XML EVALUATION(@http://schemas.openehr.org/v1).interfaceAn XML GENERIC_ENTRY(@http://schemas.openehr.org/v1).interfaceAn XML INSTRUCTION(@http://schemas.openehr.org/v1).interfaceAn XML OBSERVATION(@http://schemas.openehr.org/v1).interfaceAn XML SECTION(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1 that return CONTENTITEMModifier and TypeMethodDescriptionCOMPOSITION.addNewContent()Appends and returns a new empty value (as xml) as the last "content" elementSECTION.addNewItems()Appends and returns a new empty value (as xml) as the last "items" elementCOMPOSITION.getContentArray()Gets array of all "content" elementsCOMPOSITION.getContentArray(int i) Gets ith "content" elementSECTION.getItemsArray()Gets array of all "items" elementsSECTION.getItemsArray(int i) Gets ith "items" elementCOMPOSITION.insertNewContent(int i) Inserts and returns a new empty value (as xml) as the ith "content" elementSECTION.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 CONTENTITEMstatic CONTENTITEMstatic CONTENTITEMCONTENTITEM.Factory.parse(InputStream is) static CONTENTITEMCONTENTITEM.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static CONTENTITEMstatic CONTENTITEMstatic CONTENTITEMstatic CONTENTITEMstatic CONTENTITEMstatic CONTENTITEMstatic 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 CONTENTITEMstatic CONTENTITEMMethods in org.openehr.schemas.v1 with parameters of type CONTENTITEMModifier and TypeMethodDescriptionvoidCOMPOSITION.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 CONTENTITEMModifier and TypeClassDescriptionclassAn XML ACTION(@http://schemas.openehr.org/v1).classAn XML ADMIN_ENTRY(@http://schemas.openehr.org/v1).classAn XML CARE_ENTRY(@http://schemas.openehr.org/v1).classAn XML CONTENT_ITEM(@http://schemas.openehr.org/v1).classAn XML ENTRY(@http://schemas.openehr.org/v1).classAn XML EVALUATION(@http://schemas.openehr.org/v1).classAn XML GENERIC_ENTRY(@http://schemas.openehr.org/v1).classAn XML INSTRUCTION(@http://schemas.openehr.org/v1).classAn XML OBSERVATION(@http://schemas.openehr.org/v1).classAn XML SECTION(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return CONTENTITEMModifier and TypeMethodDescriptionCOMPOSITIONImpl.addNewContent()Appends and returns a new empty value (as xml) as the last "content" elementSECTIONImpl.addNewItems()Appends and returns a new empty value (as xml) as the last "items" elementCOMPOSITIONImpl.getContentArray()Gets array of all "content" elementsCOMPOSITIONImpl.getContentArray(int i) Gets ith "content" elementSECTIONImpl.getItemsArray()Gets array of all "items" elementsSECTIONImpl.getItemsArray(int i) Gets ith "items" elementCOMPOSITIONImpl.insertNewContent(int i) Inserts and returns a new empty value (as xml) as the ith "content" elementSECTIONImpl.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 CONTENTITEMModifier and TypeMethodDescriptionvoidCOMPOSITIONImpl.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