Uses of Interface
org.openehr.schemas.v1.LINK
Packages that use LINK
-
Uses of LINK in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return LINKModifier and TypeMethodDescriptionLOCATABLE.addNewLinks()Appends and returns a new empty value (as xml) as the last "links" elementLINK[]LOCATABLE.getLinksArray()Gets array of all "links" elementsLOCATABLE.getLinksArray(int i) Gets ith "links" elementLOCATABLE.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 LINKstatic LINKstatic LINKLINK.Factory.parse(InputStream is) static LINKLINK.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static LINKstatic LINKstatic LINKstatic LINKstatic LINKstatic LINKstatic 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.static LINKLINK.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic LINKstatic LINKMethods in org.openehr.schemas.v1 with parameters of type LINKModifier and TypeMethodDescriptionvoidLOCATABLE.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 LINKMethods in org.openehr.schemas.v1.impl that return LINKModifier and TypeMethodDescriptionLOCATABLEImpl.addNewLinks()Appends and returns a new empty value (as xml) as the last "links" elementLINK[]LOCATABLEImpl.getLinksArray()Gets array of all "links" elementsLOCATABLEImpl.getLinksArray(int i) Gets ith "links" elementLOCATABLEImpl.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 LINKModifier and TypeMethodDescriptionvoidLOCATABLEImpl.setLinksArray(int i, LINK links) Sets ith "links" elementvoidLOCATABLEImpl.setLinksArray(LINK[] linksArray) Sets array of all "links" element
XMLInputStream