Uses of Interface
org.openehr.schemas.v1.FEEDERAUDIT
-
Packages that use FEEDERAUDIT Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of FEEDERAUDIT in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return FEEDERAUDIT Modifier and Type Method Description FEEDERAUDITLOCATABLE. addNewFeederAudit()Appends and returns a new empty "feeder_audit" elementFEEDERAUDITLOCATABLE. getFeederAudit()Gets the "feeder_audit" elementstatic FEEDERAUDITFEEDERAUDIT.Factory. newInstance()static FEEDERAUDITFEEDERAUDIT.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static FEEDERAUDITFEEDERAUDIT.Factory. parse(File file)static FEEDERAUDITFEEDERAUDIT.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static FEEDERAUDITFEEDERAUDIT.Factory. parse(InputStream is)static FEEDERAUDITFEEDERAUDIT.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static FEEDERAUDITFEEDERAUDIT.Factory. parse(Reader r)static FEEDERAUDITFEEDERAUDIT.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static FEEDERAUDITFEEDERAUDIT.Factory. parse(String xmlAsString)static FEEDERAUDITFEEDERAUDIT.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static FEEDERAUDITFEEDERAUDIT.Factory. parse(URL u)static FEEDERAUDITFEEDERAUDIT.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static FEEDERAUDITFEEDERAUDIT.Factory. parse(XMLStreamReader sr)static FEEDERAUDITFEEDERAUDIT.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static FEEDERAUDITFEEDERAUDIT.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic FEEDERAUDITFEEDERAUDIT.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic FEEDERAUDITFEEDERAUDIT.Factory. parse(Node node)static FEEDERAUDITFEEDERAUDIT.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type FEEDERAUDIT Modifier and Type Method Description voidLOCATABLE. setFeederAudit(FEEDERAUDIT feederAudit)Sets the "feeder_audit" element -
Uses of FEEDERAUDIT in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement FEEDERAUDIT Modifier and Type Class Description classFEEDERAUDITImplAn XML FEEDER_AUDIT(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return FEEDERAUDIT Modifier and Type Method Description FEEDERAUDITLOCATABLEImpl. addNewFeederAudit()Appends and returns a new empty "feeder_audit" elementFEEDERAUDITLOCATABLEImpl. getFeederAudit()Gets the "feeder_audit" elementMethods in org.openehr.schemas.v1.impl with parameters of type FEEDERAUDIT Modifier and Type Method Description voidLOCATABLEImpl. setFeederAudit(FEEDERAUDIT feederAudit)Sets the "feeder_audit" element
-