Uses of Interface
org.openehr.schemas.v1.ATTESTATION
-
Packages that use ATTESTATION Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of ATTESTATION in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return ATTESTATION Modifier and Type Method Description ATTESTATIONORIGINALVERSION. addNewAttestations()Appends and returns a new empty value (as xml) as the last "attestations" elementATTESTATION[]ORIGINALVERSION. getAttestationsArray()Gets array of all "attestations" elementsATTESTATIONORIGINALVERSION. getAttestationsArray(int i)Gets ith "attestations" elementATTESTATIONORIGINALVERSION. insertNewAttestations(int i)Inserts and returns a new empty value (as xml) as the ith "attestations" elementstatic ATTESTATIONATTESTATION.Factory. newInstance()static ATTESTATIONATTESTATION.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ATTESTATIONATTESTATION.Factory. parse(File file)static ATTESTATIONATTESTATION.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ATTESTATIONATTESTATION.Factory. parse(InputStream is)static ATTESTATIONATTESTATION.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ATTESTATIONATTESTATION.Factory. parse(Reader r)static ATTESTATIONATTESTATION.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ATTESTATIONATTESTATION.Factory. parse(String xmlAsString)static ATTESTATIONATTESTATION.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ATTESTATIONATTESTATION.Factory. parse(URL u)static ATTESTATIONATTESTATION.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ATTESTATIONATTESTATION.Factory. parse(XMLStreamReader sr)static ATTESTATIONATTESTATION.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ATTESTATIONATTESTATION.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ATTESTATIONATTESTATION.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ATTESTATIONATTESTATION.Factory. parse(Node node)static ATTESTATIONATTESTATION.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type ATTESTATION Modifier and Type Method Description voidORIGINALVERSION. setAttestationsArray(int i, ATTESTATION attestations)Sets ith "attestations" elementvoidORIGINALVERSION. setAttestationsArray(ATTESTATION[] attestationsArray)Sets array of all "attestations" element -
Uses of ATTESTATION in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement ATTESTATION Modifier and Type Class Description classATTESTATIONImplAn XML ATTESTATION(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return ATTESTATION Modifier and Type Method Description ATTESTATIONORIGINALVERSIONImpl. addNewAttestations()Appends and returns a new empty value (as xml) as the last "attestations" elementATTESTATION[]ORIGINALVERSIONImpl. getAttestationsArray()Gets array of all "attestations" elementsATTESTATIONORIGINALVERSIONImpl. getAttestationsArray(int i)Gets ith "attestations" elementATTESTATIONORIGINALVERSIONImpl. insertNewAttestations(int i)Inserts and returns a new empty value (as xml) as the ith "attestations" elementMethods in org.openehr.schemas.v1.impl with parameters of type ATTESTATION Modifier and Type Method Description voidORIGINALVERSIONImpl. setAttestationsArray(int i, ATTESTATION attestations)Sets ith "attestations" elementvoidORIGINALVERSIONImpl. setAttestationsArray(ATTESTATION[] attestationsArray)Sets array of all "attestations" element
-