Uses of Interface
org.openehr.schemas.v1.OBJECTID
-
Packages that use OBJECTID Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of OBJECTID in org.openehr.schemas.v1
Subinterfaces of OBJECTID in org.openehr.schemas.v1 Modifier and Type Interface Description interfaceARCHETYPEIDAn XML ARCHETYPE_ID(@http://schemas.openehr.org/v1).interfaceGENERICIDAn XML GENERIC_ID(@http://schemas.openehr.org/v1).interfaceHIEROBJECTIDAn XML HIER_OBJECT_ID(@http://schemas.openehr.org/v1).interfaceOBJECTVERSIONIDAn XML OBJECT_VERSION_ID(@http://schemas.openehr.org/v1).interfaceTEMPLATEIDAn XML TEMPLATE_ID(@http://schemas.openehr.org/v1).interfaceTERMINOLOGYIDAn XML TERMINOLOGY_ID(@http://schemas.openehr.org/v1).interfaceUIDBASEDIDAn XML UID_BASED_ID(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1 that return OBJECTID Modifier and Type Method Description OBJECTIDOBJECTREF. addNewId()Appends and returns a new empty "id" elementOBJECTIDOBJECTREF. getId()Gets the "id" elementstatic OBJECTIDOBJECTID.Factory. newInstance()Deprecated.No need to be able to create instances of abstract typesstatic OBJECTIDOBJECTID.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Deprecated.No need to be able to create instances of abstract typesstatic OBJECTIDOBJECTID.Factory. parse(File file)static OBJECTIDOBJECTID.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static OBJECTIDOBJECTID.Factory. parse(InputStream is)static OBJECTIDOBJECTID.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static OBJECTIDOBJECTID.Factory. parse(Reader r)static OBJECTIDOBJECTID.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static OBJECTIDOBJECTID.Factory. parse(String xmlAsString)static OBJECTIDOBJECTID.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static OBJECTIDOBJECTID.Factory. parse(URL u)static OBJECTIDOBJECTID.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static OBJECTIDOBJECTID.Factory. parse(XMLStreamReader sr)static OBJECTIDOBJECTID.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static OBJECTIDOBJECTID.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic OBJECTIDOBJECTID.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic OBJECTIDOBJECTID.Factory. parse(Node node)static OBJECTIDOBJECTID.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type OBJECTID Modifier and Type Method Description voidOBJECTREF. setId(OBJECTID id)Sets the "id" element -
Uses of OBJECTID in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement OBJECTID Modifier and Type Class Description classARCHETYPEIDImplAn XML ARCHETYPE_ID(@http://schemas.openehr.org/v1).classGENERICIDImplAn XML GENERIC_ID(@http://schemas.openehr.org/v1).classHIEROBJECTIDImplAn XML HIER_OBJECT_ID(@http://schemas.openehr.org/v1).classOBJECTIDImplAn XML OBJECT_ID(@http://schemas.openehr.org/v1).classOBJECTVERSIONIDImplAn XML OBJECT_VERSION_ID(@http://schemas.openehr.org/v1).classTEMPLATEIDImplAn XML TEMPLATE_ID(@http://schemas.openehr.org/v1).classTERMINOLOGYIDImplAn XML TERMINOLOGY_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 OBJECTID Modifier and Type Method Description OBJECTIDOBJECTREFImpl. addNewId()Appends and returns a new empty "id" elementOBJECTIDOBJECTREFImpl. getId()Gets the "id" elementMethods in org.openehr.schemas.v1.impl with parameters of type OBJECTID Modifier and Type Method Description voidOBJECTREFImpl. setId(OBJECTID id)Sets the "id" element
-