Uses of Interface
org.openehr.schemas.v1.EXTRACTCONTENT
-
Packages that use EXTRACTCONTENT Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of EXTRACTCONTENT in org.openehr.schemas.v1
Subinterfaces of EXTRACTCONTENT in org.openehr.schemas.v1 Modifier and Type Interface Description interfaceEHREXTRACTCONTENTAn XML EHR_EXTRACT_CONTENT(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1 that return EXTRACTCONTENT Modifier and Type Method Description EXTRACTCONTENTEXTRACTCHAPTER. addNewContent()Appends and returns a new empty "content" elementEXTRACTCONTENTEXTRACTCHAPTER. getContent()Gets the "content" elementstatic EXTRACTCONTENTEXTRACTCONTENT.Factory. newInstance()Deprecated.No need to be able to create instances of abstract typesstatic EXTRACTCONTENTEXTRACTCONTENT.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Deprecated.No need to be able to create instances of abstract typesstatic EXTRACTCONTENTEXTRACTCONTENT.Factory. parse(File file)static EXTRACTCONTENTEXTRACTCONTENT.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static EXTRACTCONTENTEXTRACTCONTENT.Factory. parse(InputStream is)static EXTRACTCONTENTEXTRACTCONTENT.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static EXTRACTCONTENTEXTRACTCONTENT.Factory. parse(Reader r)static EXTRACTCONTENTEXTRACTCONTENT.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static EXTRACTCONTENTEXTRACTCONTENT.Factory. parse(String xmlAsString)static EXTRACTCONTENTEXTRACTCONTENT.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static EXTRACTCONTENTEXTRACTCONTENT.Factory. parse(URL u)static EXTRACTCONTENTEXTRACTCONTENT.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static EXTRACTCONTENTEXTRACTCONTENT.Factory. parse(XMLStreamReader sr)static EXTRACTCONTENTEXTRACTCONTENT.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static EXTRACTCONTENTEXTRACTCONTENT.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic EXTRACTCONTENTEXTRACTCONTENT.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic EXTRACTCONTENTEXTRACTCONTENT.Factory. parse(Node node)static EXTRACTCONTENTEXTRACTCONTENT.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type EXTRACTCONTENT Modifier and Type Method Description voidEXTRACTCHAPTER. setContent(EXTRACTCONTENT content)Sets the "content" element -
Uses of EXTRACTCONTENT in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement EXTRACTCONTENT Modifier and Type Class Description classEHREXTRACTCONTENTImplAn XML EHR_EXTRACT_CONTENT(@http://schemas.openehr.org/v1).classEXTRACTCONTENTImplAn XML EXTRACT_CONTENT(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return EXTRACTCONTENT Modifier and Type Method Description EXTRACTCONTENTEXTRACTCHAPTERImpl. addNewContent()Appends and returns a new empty "content" elementEXTRACTCONTENTEXTRACTCHAPTERImpl. getContent()Gets the "content" elementMethods in org.openehr.schemas.v1.impl with parameters of type EXTRACTCONTENT Modifier and Type Method Description voidEXTRACTCHAPTERImpl. setContent(EXTRACTCONTENT content)Sets the "content" element
-