Uses of Interface
org.openehr.schemas.v1.REVISIONHISTORY
-
Packages that use REVISIONHISTORY Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of REVISIONHISTORY in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return REVISIONHISTORY Modifier and Type Method Description REVISIONHISTORYAUTHOREDRESOURCE. addNewRevisionHistory()Appends and returns a new empty "revision_history" elementREVISIONHISTORYOPERATIONALTEMPLATE. addNewRevisionHistory()Appends and returns a new empty "revision_history" elementREVISIONHISTORYXVERSIONEDOBJECT. addNewRevisionHistory()Appends and returns a new empty "revision_history" elementREVISIONHISTORYAUTHOREDRESOURCE. getRevisionHistory()Gets the "revision_history" elementREVISIONHISTORYOPERATIONALTEMPLATE. getRevisionHistory()Gets the "revision_history" elementREVISIONHISTORYXVERSIONEDOBJECT. getRevisionHistory()Gets the "revision_history" elementstatic REVISIONHISTORYREVISIONHISTORY.Factory. newInstance()static REVISIONHISTORYREVISIONHISTORY.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static REVISIONHISTORYREVISIONHISTORY.Factory. parse(File file)static REVISIONHISTORYREVISIONHISTORY.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static REVISIONHISTORYREVISIONHISTORY.Factory. parse(InputStream is)static REVISIONHISTORYREVISIONHISTORY.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static REVISIONHISTORYREVISIONHISTORY.Factory. parse(Reader r)static REVISIONHISTORYREVISIONHISTORY.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static REVISIONHISTORYREVISIONHISTORY.Factory. parse(String xmlAsString)static REVISIONHISTORYREVISIONHISTORY.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static REVISIONHISTORYREVISIONHISTORY.Factory. parse(URL u)static REVISIONHISTORYREVISIONHISTORY.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static REVISIONHISTORYREVISIONHISTORY.Factory. parse(XMLStreamReader sr)static REVISIONHISTORYREVISIONHISTORY.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static REVISIONHISTORYREVISIONHISTORY.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic REVISIONHISTORYREVISIONHISTORY.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic REVISIONHISTORYREVISIONHISTORY.Factory. parse(Node node)static REVISIONHISTORYREVISIONHISTORY.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type REVISIONHISTORY Modifier and Type Method Description voidAUTHOREDRESOURCE. setRevisionHistory(REVISIONHISTORY revisionHistory)Sets the "revision_history" elementvoidOPERATIONALTEMPLATE. setRevisionHistory(REVISIONHISTORY revisionHistory)Sets the "revision_history" elementvoidXVERSIONEDOBJECT. setRevisionHistory(REVISIONHISTORY revisionHistory)Sets the "revision_history" element -
Uses of REVISIONHISTORY in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement REVISIONHISTORY Modifier and Type Class Description classREVISIONHISTORYImplAn XML REVISION_HISTORY(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return REVISIONHISTORY Modifier and Type Method Description REVISIONHISTORYAUTHOREDRESOURCEImpl. addNewRevisionHistory()Appends and returns a new empty "revision_history" elementREVISIONHISTORYOPERATIONALTEMPLATEImpl. addNewRevisionHistory()Appends and returns a new empty "revision_history" elementREVISIONHISTORYXVERSIONEDOBJECTImpl. addNewRevisionHistory()Appends and returns a new empty "revision_history" elementREVISIONHISTORYAUTHOREDRESOURCEImpl. getRevisionHistory()Gets the "revision_history" elementREVISIONHISTORYOPERATIONALTEMPLATEImpl. getRevisionHistory()Gets the "revision_history" elementREVISIONHISTORYXVERSIONEDOBJECTImpl. getRevisionHistory()Gets the "revision_history" elementMethods in org.openehr.schemas.v1.impl with parameters of type REVISIONHISTORY Modifier and Type Method Description voidAUTHOREDRESOURCEImpl. setRevisionHistory(REVISIONHISTORY revisionHistory)Sets the "revision_history" elementvoidOPERATIONALTEMPLATEImpl. setRevisionHistory(REVISIONHISTORY revisionHistory)Sets the "revision_history" elementvoidXVERSIONEDOBJECTImpl. setRevisionHistory(REVISIONHISTORY revisionHistory)Sets the "revision_history" element
-