Uses of Interface
org.openehr.schemas.v1.CARCHETYPEROOT
-
Packages that use CARCHETYPEROOT Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of CARCHETYPEROOT in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return CARCHETYPEROOT Modifier and Type Method Description CARCHETYPEROOTOPERATIONALTEMPLATE. addNewDefinition()Appends and returns a new empty "definition" elementCARCHETYPEROOTOPERATIONALTEMPLATE. getDefinition()Gets the "definition" elementstatic CARCHETYPEROOTCARCHETYPEROOT.Factory. newInstance()static CARCHETYPEROOTCARCHETYPEROOT.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static CARCHETYPEROOTCARCHETYPEROOT.Factory. parse(File file)static CARCHETYPEROOTCARCHETYPEROOT.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static CARCHETYPEROOTCARCHETYPEROOT.Factory. parse(InputStream is)static CARCHETYPEROOTCARCHETYPEROOT.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static CARCHETYPEROOTCARCHETYPEROOT.Factory. parse(Reader r)static CARCHETYPEROOTCARCHETYPEROOT.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static CARCHETYPEROOTCARCHETYPEROOT.Factory. parse(String xmlAsString)static CARCHETYPEROOTCARCHETYPEROOT.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static CARCHETYPEROOTCARCHETYPEROOT.Factory. parse(URL u)static CARCHETYPEROOTCARCHETYPEROOT.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static CARCHETYPEROOTCARCHETYPEROOT.Factory. parse(XMLStreamReader sr)static CARCHETYPEROOTCARCHETYPEROOT.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static CARCHETYPEROOTCARCHETYPEROOT.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic CARCHETYPEROOTCARCHETYPEROOT.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic CARCHETYPEROOTCARCHETYPEROOT.Factory. parse(Node node)static CARCHETYPEROOTCARCHETYPEROOT.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type CARCHETYPEROOT Modifier and Type Method Description voidOPERATIONALTEMPLATE. setDefinition(CARCHETYPEROOT definition)Sets the "definition" element -
Uses of CARCHETYPEROOT in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement CARCHETYPEROOT Modifier and Type Class Description classCARCHETYPEROOTImplAn XML C_ARCHETYPE_ROOT(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return CARCHETYPEROOT Modifier and Type Method Description CARCHETYPEROOTOPERATIONALTEMPLATEImpl. addNewDefinition()Appends and returns a new empty "definition" elementCARCHETYPEROOTOPERATIONALTEMPLATEImpl. getDefinition()Gets the "definition" elementMethods in org.openehr.schemas.v1.impl with parameters of type CARCHETYPEROOT Modifier and Type Method Description voidOPERATIONALTEMPLATEImpl. setDefinition(CARCHETYPEROOT definition)Sets the "definition" element
-