Uses of Interface
org.openehr.schemas.v1.ANNOTATION
Packages that use ANNOTATION
-
Uses of ANNOTATION in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return ANNOTATIONModifier and TypeMethodDescriptionOPERATIONALTEMPLATE.addNewAnnotations()Appends and returns a new empty value (as xml) as the last "annotations" elementOPERATIONALTEMPLATE.getAnnotationsArray()Gets array of all "annotations" elementsOPERATIONALTEMPLATE.getAnnotationsArray(int i) Gets ith "annotations" elementOPERATIONALTEMPLATE.insertNewAnnotations(int i) Inserts and returns a new empty value (as xml) as the ith "annotations" elementstatic ANNOTATIONANNOTATION.Factory.newInstance()static ANNOTATIONANNOTATION.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) static ANNOTATIONstatic ANNOTATIONstatic ANNOTATIONANNOTATION.Factory.parse(InputStream is) static ANNOTATIONANNOTATION.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static ANNOTATIONstatic ANNOTATIONstatic ANNOTATIONstatic ANNOTATIONstatic ANNOTATIONstatic ANNOTATIONstatic ANNOTATIONANNOTATION.Factory.parse(XMLStreamReader sr) static ANNOTATIONANNOTATION.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options) static ANNOTATIONANNOTATION.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) Deprecated.static ANNOTATIONANNOTATION.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic ANNOTATIONstatic ANNOTATIONMethods in org.openehr.schemas.v1 with parameters of type ANNOTATIONModifier and TypeMethodDescriptionvoidOPERATIONALTEMPLATE.setAnnotationsArray(int i, ANNOTATION annotations) Sets ith "annotations" elementvoidOPERATIONALTEMPLATE.setAnnotationsArray(ANNOTATION[] annotationsArray) Sets array of all "annotations" element -
Uses of ANNOTATION in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement ANNOTATIONModifier and TypeClassDescriptionclassAn XML ANNOTATION(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return ANNOTATIONModifier and TypeMethodDescriptionOPERATIONALTEMPLATEImpl.addNewAnnotations()Appends and returns a new empty value (as xml) as the last "annotations" elementOPERATIONALTEMPLATEImpl.getAnnotationsArray()Gets array of all "annotations" elementsOPERATIONALTEMPLATEImpl.getAnnotationsArray(int i) Gets ith "annotations" elementOPERATIONALTEMPLATEImpl.insertNewAnnotations(int i) Inserts and returns a new empty value (as xml) as the ith "annotations" elementMethods in org.openehr.schemas.v1.impl with parameters of type ANNOTATIONModifier and TypeMethodDescriptionvoidOPERATIONALTEMPLATEImpl.setAnnotationsArray(int i, ANNOTATION annotations) Sets ith "annotations" elementvoidOPERATIONALTEMPLATEImpl.setAnnotationsArray(ANNOTATION[] annotationsArray) Sets array of all "annotations" element
XMLInputStream