Uses of Interface
org.openehr.schemas.v1.LINK
-
Packages that use LINK Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of LINK in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return LINK Modifier and Type Method Description LINKLOCATABLE. addNewLinks()Appends and returns a new empty value (as xml) as the last "links" elementLINK[]LOCATABLE. getLinksArray()Gets array of all "links" elementsLINKLOCATABLE. getLinksArray(int i)Gets ith "links" elementLINKLOCATABLE. insertNewLinks(int i)Inserts and returns a new empty value (as xml) as the ith "links" elementstatic LINKLINK.Factory. newInstance()static LINKLINK.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static LINKLINK.Factory. parse(File file)static LINKLINK.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static LINKLINK.Factory. parse(InputStream is)static LINKLINK.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static LINKLINK.Factory. parse(Reader r)static LINKLINK.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static LINKLINK.Factory. parse(String xmlAsString)static LINKLINK.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static LINKLINK.Factory. parse(URL u)static LINKLINK.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static LINKLINK.Factory. parse(XMLStreamReader sr)static LINKLINK.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static LINKLINK.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic LINKLINK.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic LINKLINK.Factory. parse(Node node)static LINKLINK.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type LINK Modifier and Type Method Description voidLOCATABLE. setLinksArray(int i, LINK links)Sets ith "links" elementvoidLOCATABLE. setLinksArray(LINK[] linksArray)Sets array of all "links" element -
Uses of LINK in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement LINK Modifier and Type Class Description classLINKImplAn XML LINK(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return LINK Modifier and Type Method Description LINKLOCATABLEImpl. addNewLinks()Appends and returns a new empty value (as xml) as the last "links" elementLINK[]LOCATABLEImpl. getLinksArray()Gets array of all "links" elementsLINKLOCATABLEImpl. getLinksArray(int i)Gets ith "links" elementLINKLOCATABLEImpl. insertNewLinks(int i)Inserts and returns a new empty value (as xml) as the ith "links" elementMethods in org.openehr.schemas.v1.impl with parameters of type LINK Modifier and Type Method Description voidLOCATABLEImpl. setLinksArray(int i, LINK links)Sets ith "links" elementvoidLOCATABLEImpl. setLinksArray(LINK[] linksArray)Sets array of all "links" element
-