Uses of Class
org.hl7.fhir.r4.model.TestReport.TeardownActionComponent
-
Packages that use TestReport.TeardownActionComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of TestReport.TeardownActionComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return TestReport.TeardownActionComponent Modifier and Type Method Description protected TestReport.TeardownActionComponentJsonParser. parseTestReportTeardownActionComponent(com.google.gson.JsonObject json, TestReport owner)protected TestReport.TeardownActionComponentXmlParser. parseTestReportTeardownActionComponent(org.xmlpull.v1.XmlPullParser xpp, TestReport owner) -
Uses of TestReport.TeardownActionComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type TestReport.TeardownActionComponent Modifier and Type Field Description protected List<TestReport.TeardownActionComponent>TestReport.TestReportTeardownComponent. actionThe teardown action will only contain an operation.Methods in org.hl7.fhir.r4.model that return TestReport.TeardownActionComponent Modifier and Type Method Description TestReport.TeardownActionComponentTestReport.TestReportTeardownComponent. addAction()TestReport.TeardownActionComponentTestReport.TeardownActionComponent. copy()TestReport.TeardownActionComponentTestReport.TestReportTeardownComponent. getActionFirstRep()TestReport.TeardownActionComponentTestReport.TeardownActionComponent. setOperation(TestReport.SetupActionOperationComponent value)Methods in org.hl7.fhir.r4.model that return types with arguments of type TestReport.TeardownActionComponent Modifier and Type Method Description List<TestReport.TeardownActionComponent>TestReport.TestReportTeardownComponent. getAction()Methods in org.hl7.fhir.r4.model with parameters of type TestReport.TeardownActionComponent Modifier and Type Method Description TestReport.TestReportTeardownComponentTestReport.TestReportTeardownComponent. addAction(TestReport.TeardownActionComponent t)voidTestReport.TeardownActionComponent. copyValues(TestReport.TeardownActionComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type TestReport.TeardownActionComponent Modifier and Type Method Description TestReport.TestReportTeardownComponentTestReport.TestReportTeardownComponent. setAction(List<TestReport.TeardownActionComponent> theAction)
-