Uses of Interface
org.openehr.schemas.v1.ANNOTATION
-
Packages that use ANNOTATION Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of ANNOTATION in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return ANNOTATION Modifier and Type Method Description ANNOTATIONOPERATIONALTEMPLATE. addNewAnnotations()Appends and returns a new empty value (as xml) as the last "annotations" elementANNOTATION[]OPERATIONALTEMPLATE. getAnnotationsArray()Gets array of all "annotations" elementsANNOTATIONOPERATIONALTEMPLATE. getAnnotationsArray(int i)Gets ith "annotations" elementANNOTATIONOPERATIONALTEMPLATE. 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 ANNOTATIONANNOTATION.Factory. parse(File file)static ANNOTATIONANNOTATION.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ANNOTATIONANNOTATION.Factory. parse(InputStream is)static ANNOTATIONANNOTATION.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ANNOTATIONANNOTATION.Factory. parse(Reader r)static ANNOTATIONANNOTATION.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ANNOTATIONANNOTATION.Factory. parse(String xmlAsString)static ANNOTATIONANNOTATION.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ANNOTATIONANNOTATION.Factory. parse(URL u)static ANNOTATIONANNOTATION.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static 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.XMLInputStreamstatic ANNOTATIONANNOTATION.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ANNOTATIONANNOTATION.Factory. parse(Node node)static ANNOTATIONANNOTATION.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type ANNOTATION Modifier and Type Method Description voidOPERATIONALTEMPLATE. 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 ANNOTATION Modifier and Type Class Description classANNOTATIONImplAn XML ANNOTATION(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return ANNOTATION Modifier and Type Method Description ANNOTATIONOPERATIONALTEMPLATEImpl. addNewAnnotations()Appends and returns a new empty value (as xml) as the last "annotations" elementANNOTATION[]OPERATIONALTEMPLATEImpl. getAnnotationsArray()Gets array of all "annotations" elementsANNOTATIONOPERATIONALTEMPLATEImpl. getAnnotationsArray(int i)Gets ith "annotations" elementANNOTATIONOPERATIONALTEMPLATEImpl. 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 ANNOTATION Modifier and Type Method Description voidOPERATIONALTEMPLATEImpl. setAnnotationsArray(int i, ANNOTATION annotations)Sets ith "annotations" elementvoidOPERATIONALTEMPLATEImpl. setAnnotationsArray(ANNOTATION[] annotationsArray)Sets array of all "annotations" element
-