Uses of Interface
org.openehr.schemas.v1.AUTHOREDRESOURCE
-
Packages that use AUTHOREDRESOURCE Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of AUTHOREDRESOURCE in org.openehr.schemas.v1
Subinterfaces of AUTHOREDRESOURCE in org.openehr.schemas.v1 Modifier and Type Interface Description interfaceARCHETYPEAn XML ARCHETYPE(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1 that return AUTHOREDRESOURCE Modifier and Type Method Description AUTHOREDRESOURCERESOURCEDESCRIPTION. addNewParentResource()Appends and returns a new empty "parent_resource" elementAUTHOREDRESOURCERESOURCEDESCRIPTION. getParentResource()Gets the "parent_resource" elementstatic AUTHOREDRESOURCEAUTHOREDRESOURCE.Factory. newInstance()Deprecated.No need to be able to create instances of abstract typesstatic AUTHOREDRESOURCEAUTHOREDRESOURCE.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Deprecated.No need to be able to create instances of abstract typesstatic AUTHOREDRESOURCEAUTHOREDRESOURCE.Factory. parse(File file)static AUTHOREDRESOURCEAUTHOREDRESOURCE.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AUTHOREDRESOURCEAUTHOREDRESOURCE.Factory. parse(InputStream is)static AUTHOREDRESOURCEAUTHOREDRESOURCE.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AUTHOREDRESOURCEAUTHOREDRESOURCE.Factory. parse(Reader r)static AUTHOREDRESOURCEAUTHOREDRESOURCE.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AUTHOREDRESOURCEAUTHOREDRESOURCE.Factory. parse(String xmlAsString)static AUTHOREDRESOURCEAUTHOREDRESOURCE.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AUTHOREDRESOURCEAUTHOREDRESOURCE.Factory. parse(URL u)static AUTHOREDRESOURCEAUTHOREDRESOURCE.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AUTHOREDRESOURCEAUTHOREDRESOURCE.Factory. parse(XMLStreamReader sr)static AUTHOREDRESOURCEAUTHOREDRESOURCE.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AUTHOREDRESOURCEAUTHOREDRESOURCE.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AUTHOREDRESOURCEAUTHOREDRESOURCE.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AUTHOREDRESOURCEAUTHOREDRESOURCE.Factory. parse(Node node)static AUTHOREDRESOURCEAUTHOREDRESOURCE.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type AUTHOREDRESOURCE Modifier and Type Method Description voidRESOURCEDESCRIPTION. setParentResource(AUTHOREDRESOURCE parentResource)Sets the "parent_resource" element -
Uses of AUTHOREDRESOURCE in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement AUTHOREDRESOURCE Modifier and Type Class Description classARCHETYPEImplAn XML ARCHETYPE(@http://schemas.openehr.org/v1).classAUTHOREDRESOURCEImplAn XML AUTHORED_RESOURCE(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return AUTHOREDRESOURCE Modifier and Type Method Description AUTHOREDRESOURCERESOURCEDESCRIPTIONImpl. addNewParentResource()Appends and returns a new empty "parent_resource" elementAUTHOREDRESOURCERESOURCEDESCRIPTIONImpl. getParentResource()Gets the "parent_resource" elementMethods in org.openehr.schemas.v1.impl with parameters of type AUTHOREDRESOURCE Modifier and Type Method Description voidRESOURCEDESCRIPTIONImpl. setParentResource(AUTHOREDRESOURCE parentResource)Sets the "parent_resource" element
-