Uses of Interface
openEHR.v1.template.DvIdentifier
-
Packages that use DvIdentifier Package Description openEHR.v1.template openEHR.v1.template.impl -
-
Uses of DvIdentifier in openEHR.v1.template
Methods in openEHR.v1.template that return DvIdentifier Modifier and Type Method Description DvIdentifierPARTY. addNewPartyIdentifier()Appends and returns a new empty value (as xml) as the last "partyIdentifier" elementDvIdentifier[]PARTY. getPartyIdentifierArray()Gets array of all "partyIdentifier" elementsDvIdentifierPARTY. getPartyIdentifierArray(int i)Gets ith "partyIdentifier" elementDvIdentifierPARTY. insertNewPartyIdentifier(int i)Inserts and returns a new empty value (as xml) as the ith "partyIdentifier" elementstatic DvIdentifierDvIdentifier.Factory. newInstance()static DvIdentifierDvIdentifier.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DvIdentifierDvIdentifier.Factory. parse(File file)static DvIdentifierDvIdentifier.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DvIdentifierDvIdentifier.Factory. parse(InputStream is)static DvIdentifierDvIdentifier.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DvIdentifierDvIdentifier.Factory. parse(Reader r)static DvIdentifierDvIdentifier.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DvIdentifierDvIdentifier.Factory. parse(String xmlAsString)static DvIdentifierDvIdentifier.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DvIdentifierDvIdentifier.Factory. parse(URL u)static DvIdentifierDvIdentifier.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DvIdentifierDvIdentifier.Factory. parse(XMLStreamReader sr)static DvIdentifierDvIdentifier.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DvIdentifierDvIdentifier.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DvIdentifierDvIdentifier.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DvIdentifierDvIdentifier.Factory. parse(Node node)static DvIdentifierDvIdentifier.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in openEHR.v1.template with parameters of type DvIdentifier Modifier and Type Method Description voidPARTY. setPartyIdentifierArray(int i, DvIdentifier partyIdentifier)Sets ith "partyIdentifier" elementvoidPARTY. setPartyIdentifierArray(DvIdentifier[] partyIdentifierArray)Sets array of all "partyIdentifier" element -
Uses of DvIdentifier in openEHR.v1.template.impl
Classes in openEHR.v1.template.impl that implement DvIdentifier Modifier and Type Class Description classDvIdentifierImplAn XML dvIdentifier(@openEHR/v1/Template).Methods in openEHR.v1.template.impl that return DvIdentifier Modifier and Type Method Description DvIdentifierPARTYImpl. addNewPartyIdentifier()Appends and returns a new empty value (as xml) as the last "partyIdentifier" elementDvIdentifier[]PARTYImpl. getPartyIdentifierArray()Gets array of all "partyIdentifier" elementsDvIdentifierPARTYImpl. getPartyIdentifierArray(int i)Gets ith "partyIdentifier" elementDvIdentifierPARTYImpl. insertNewPartyIdentifier(int i)Inserts and returns a new empty value (as xml) as the ith "partyIdentifier" elementMethods in openEHR.v1.template.impl with parameters of type DvIdentifier Modifier and Type Method Description voidPARTYImpl. setPartyIdentifierArray(int i, DvIdentifier partyIdentifier)Sets ith "partyIdentifier" elementvoidPARTYImpl. setPartyIdentifierArray(DvIdentifier[] partyIdentifierArray)Sets array of all "partyIdentifier" element
-