Uses of Interface
org.openehr.schemas.v1.CCOMPLEXOBJECT
-
Packages that use CCOMPLEXOBJECT Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of CCOMPLEXOBJECT in org.openehr.schemas.v1
Subinterfaces of CCOMPLEXOBJECT in org.openehr.schemas.v1 Modifier and Type Interface Description interfaceCARCHETYPEROOTAn XML C_ARCHETYPE_ROOT(@http://schemas.openehr.org/v1).interfaceTCOMPLEXOBJECTAn XML T_COMPLEX_OBJECT(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1 that return CCOMPLEXOBJECT Modifier and Type Method Description CCOMPLEXOBJECTARCHETYPE. addNewDefinition()Appends and returns a new empty "definition" elementCCOMPLEXOBJECTARCHETYPE. getDefinition()Gets the "definition" elementstatic CCOMPLEXOBJECTCCOMPLEXOBJECT.Factory. newInstance()static CCOMPLEXOBJECTCCOMPLEXOBJECT.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static CCOMPLEXOBJECTCCOMPLEXOBJECT.Factory. parse(File file)static CCOMPLEXOBJECTCCOMPLEXOBJECT.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static CCOMPLEXOBJECTCCOMPLEXOBJECT.Factory. parse(InputStream is)static CCOMPLEXOBJECTCCOMPLEXOBJECT.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static CCOMPLEXOBJECTCCOMPLEXOBJECT.Factory. parse(Reader r)static CCOMPLEXOBJECTCCOMPLEXOBJECT.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static CCOMPLEXOBJECTCCOMPLEXOBJECT.Factory. parse(String xmlAsString)static CCOMPLEXOBJECTCCOMPLEXOBJECT.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static CCOMPLEXOBJECTCCOMPLEXOBJECT.Factory. parse(URL u)static CCOMPLEXOBJECTCCOMPLEXOBJECT.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static CCOMPLEXOBJECTCCOMPLEXOBJECT.Factory. parse(XMLStreamReader sr)static CCOMPLEXOBJECTCCOMPLEXOBJECT.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static CCOMPLEXOBJECTCCOMPLEXOBJECT.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic CCOMPLEXOBJECTCCOMPLEXOBJECT.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic CCOMPLEXOBJECTCCOMPLEXOBJECT.Factory. parse(Node node)static CCOMPLEXOBJECTCCOMPLEXOBJECT.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type CCOMPLEXOBJECT Modifier and Type Method Description voidARCHETYPE. setDefinition(CCOMPLEXOBJECT definition)Sets the "definition" element -
Uses of CCOMPLEXOBJECT in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement CCOMPLEXOBJECT Modifier and Type Class Description classCARCHETYPEROOTImplAn XML C_ARCHETYPE_ROOT(@http://schemas.openehr.org/v1).classCCOMPLEXOBJECTImplAn XML C_COMPLEX_OBJECT(@http://schemas.openehr.org/v1).classTCOMPLEXOBJECTImplAn XML T_COMPLEX_OBJECT(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return CCOMPLEXOBJECT Modifier and Type Method Description CCOMPLEXOBJECTARCHETYPEImpl. addNewDefinition()Appends and returns a new empty "definition" elementCCOMPLEXOBJECTARCHETYPEImpl. getDefinition()Gets the "definition" elementMethods in org.openehr.schemas.v1.impl with parameters of type CCOMPLEXOBJECT Modifier and Type Method Description voidARCHETYPEImpl. setDefinition(CCOMPLEXOBJECT definition)Sets the "definition" element
-