Uses of Interface
org.openehr.schemas.v1.UIDBASEDID
-
Packages that use UIDBASEDID Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of UIDBASEDID in org.openehr.schemas.v1
Subinterfaces of UIDBASEDID in org.openehr.schemas.v1 Modifier and Type Interface Description interfaceHIEROBJECTIDAn XML HIER_OBJECT_ID(@http://schemas.openehr.org/v1).interfaceOBJECTVERSIONIDAn XML OBJECT_VERSION_ID(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1 that return UIDBASEDID Modifier and Type Method Description UIDBASEDIDLOCATABLE. addNewUid()Appends and returns a new empty "uid" elementUIDBASEDIDLOCATABLE. getUid()Gets the "uid" elementstatic UIDBASEDIDUIDBASEDID.Factory. newInstance()Deprecated.No need to be able to create instances of abstract typesstatic UIDBASEDIDUIDBASEDID.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Deprecated.No need to be able to create instances of abstract typesstatic UIDBASEDIDUIDBASEDID.Factory. parse(File file)static UIDBASEDIDUIDBASEDID.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static UIDBASEDIDUIDBASEDID.Factory. parse(InputStream is)static UIDBASEDIDUIDBASEDID.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static UIDBASEDIDUIDBASEDID.Factory. parse(Reader r)static UIDBASEDIDUIDBASEDID.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static UIDBASEDIDUIDBASEDID.Factory. parse(String xmlAsString)static UIDBASEDIDUIDBASEDID.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static UIDBASEDIDUIDBASEDID.Factory. parse(URL u)static UIDBASEDIDUIDBASEDID.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static UIDBASEDIDUIDBASEDID.Factory. parse(XMLStreamReader sr)static UIDBASEDIDUIDBASEDID.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static UIDBASEDIDUIDBASEDID.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic UIDBASEDIDUIDBASEDID.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic UIDBASEDIDUIDBASEDID.Factory. parse(Node node)static UIDBASEDIDUIDBASEDID.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type UIDBASEDID Modifier and Type Method Description voidLOCATABLE. setUid(UIDBASEDID uid)Sets the "uid" element -
Uses of UIDBASEDID in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement UIDBASEDID Modifier and Type Class Description classHIEROBJECTIDImplAn XML HIER_OBJECT_ID(@http://schemas.openehr.org/v1).classOBJECTVERSIONIDImplAn XML OBJECT_VERSION_ID(@http://schemas.openehr.org/v1).classUIDBASEDIDImplAn XML UID_BASED_ID(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return UIDBASEDID Modifier and Type Method Description UIDBASEDIDLOCATABLEImpl. addNewUid()Appends and returns a new empty "uid" elementUIDBASEDIDLOCATABLEImpl. getUid()Gets the "uid" elementMethods in org.openehr.schemas.v1.impl with parameters of type UIDBASEDID Modifier and Type Method Description voidLOCATABLEImpl. setUid(UIDBASEDID uid)Sets the "uid" element
-