Uses of Interface
org.openehr.schemas.v1.DVENCAPSULATED
-
Packages that use DVENCAPSULATED Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of DVENCAPSULATED in org.openehr.schemas.v1
Subinterfaces of DVENCAPSULATED in org.openehr.schemas.v1 Modifier and Type Interface Description interfaceDVMULTIMEDIAAn XML DV_MULTIMEDIA(@http://schemas.openehr.org/v1).interfaceDVPARSABLEAn XML DV_PARSABLE(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1 that return DVENCAPSULATED Modifier and Type Method Description DVENCAPSULATEDFEEDERAUDIT. addNewOriginalContent()Appends and returns a new empty "original_content" elementDVENCAPSULATEDFEEDERAUDIT. getOriginalContent()Gets the "original_content" elementstatic DVENCAPSULATEDDVENCAPSULATED.Factory. newInstance()Deprecated.No need to be able to create instances of abstract typesstatic DVENCAPSULATEDDVENCAPSULATED.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Deprecated.No need to be able to create instances of abstract typesstatic DVENCAPSULATEDDVENCAPSULATED.Factory. parse(File file)static DVENCAPSULATEDDVENCAPSULATED.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static DVENCAPSULATEDDVENCAPSULATED.Factory. parse(InputStream is)static DVENCAPSULATEDDVENCAPSULATED.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static DVENCAPSULATEDDVENCAPSULATED.Factory. parse(Reader r)static DVENCAPSULATEDDVENCAPSULATED.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static DVENCAPSULATEDDVENCAPSULATED.Factory. parse(String xmlAsString)static DVENCAPSULATEDDVENCAPSULATED.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static DVENCAPSULATEDDVENCAPSULATED.Factory. parse(URL u)static DVENCAPSULATEDDVENCAPSULATED.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static DVENCAPSULATEDDVENCAPSULATED.Factory. parse(XMLStreamReader sr)static DVENCAPSULATEDDVENCAPSULATED.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static DVENCAPSULATEDDVENCAPSULATED.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic DVENCAPSULATEDDVENCAPSULATED.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic DVENCAPSULATEDDVENCAPSULATED.Factory. parse(Node node)static DVENCAPSULATEDDVENCAPSULATED.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type DVENCAPSULATED Modifier and Type Method Description voidFEEDERAUDIT. setOriginalContent(DVENCAPSULATED originalContent)Sets the "original_content" element -
Uses of DVENCAPSULATED in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement DVENCAPSULATED Modifier and Type Class Description classDVENCAPSULATEDImplAn XML DV_ENCAPSULATED(@http://schemas.openehr.org/v1).classDVMULTIMEDIAImplAn XML DV_MULTIMEDIA(@http://schemas.openehr.org/v1).classDVPARSABLEImplAn XML DV_PARSABLE(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return DVENCAPSULATED Modifier and Type Method Description DVENCAPSULATEDFEEDERAUDITImpl. addNewOriginalContent()Appends and returns a new empty "original_content" elementDVENCAPSULATEDFEEDERAUDITImpl. getOriginalContent()Gets the "original_content" elementMethods in org.openehr.schemas.v1.impl with parameters of type DVENCAPSULATED Modifier and Type Method Description voidFEEDERAUDITImpl. setOriginalContent(DVENCAPSULATED originalContent)Sets the "original_content" element
-