Uses of Interface
org.openehr.schemas.v1.DVEHRURI
-
Packages that use DVEHRURI Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of DVEHRURI in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return DVEHRURI Modifier and Type Method Description DVEHRURIATTESTATION. addNewItems()Appends and returns a new empty value (as xml) as the last "items" elementDVEHRURILINK. addNewTarget()Appends and returns a new empty "target" elementDVEHRURI[]ATTESTATION. getItemsArray()Gets array of all "items" elementsDVEHRURIATTESTATION. getItemsArray(int i)Gets ith "items" elementDVEHRURILINK. getTarget()Gets the "target" elementDVEHRURIATTESTATION. insertNewItems(int i)Inserts and returns a new empty value (as xml) as the ith "items" elementstatic DVEHRURIDVEHRURI.Factory. newInstance()static DVEHRURIDVEHRURI.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static DVEHRURIDVEHRURI.Factory. parse(File file)static DVEHRURIDVEHRURI.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DVEHRURIDVEHRURI.Factory. parse(InputStream is)static DVEHRURIDVEHRURI.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DVEHRURIDVEHRURI.Factory. parse(Reader r)static DVEHRURIDVEHRURI.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DVEHRURIDVEHRURI.Factory. parse(String xmlAsString)static DVEHRURIDVEHRURI.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DVEHRURIDVEHRURI.Factory. parse(URL u)static DVEHRURIDVEHRURI.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DVEHRURIDVEHRURI.Factory. parse(XMLStreamReader sr)static DVEHRURIDVEHRURI.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DVEHRURIDVEHRURI.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DVEHRURIDVEHRURI.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DVEHRURIDVEHRURI.Factory. parse(Node node)static DVEHRURIDVEHRURI.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type DVEHRURI Modifier and Type Method Description voidATTESTATION. setItemsArray(int i, DVEHRURI items)Sets ith "items" elementvoidATTESTATION. setItemsArray(DVEHRURI[] itemsArray)Sets array of all "items" elementvoidLINK. setTarget(DVEHRURI target)Sets the "target" element -
Uses of DVEHRURI in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement DVEHRURI Modifier and Type Class Description classDVEHRURIImplAn XML DV_EHR_URI(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return DVEHRURI Modifier and Type Method Description DVEHRURIATTESTATIONImpl. addNewItems()Appends and returns a new empty value (as xml) as the last "items" elementDVEHRURILINKImpl. addNewTarget()Appends and returns a new empty "target" elementDVEHRURI[]ATTESTATIONImpl. getItemsArray()Gets array of all "items" elementsDVEHRURIATTESTATIONImpl. getItemsArray(int i)Gets ith "items" elementDVEHRURILINKImpl. getTarget()Gets the "target" elementDVEHRURIATTESTATIONImpl. 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 DVEHRURI Modifier and Type Method Description voidATTESTATIONImpl. setItemsArray(int i, DVEHRURI items)Sets ith "items" elementvoidATTESTATIONImpl. setItemsArray(DVEHRURI[] itemsArray)Sets array of all "items" elementvoidLINKImpl. setTarget(DVEHRURI targetValue)Sets the "target" element
-