
Uses of Class
org.hl7.fhir.dstu3.model.TestScript.SetupActionComponent
Package | Description |
---|---|
org.hl7.fhir.dstu3.formats | |
org.hl7.fhir.dstu3.model |
-
Uses of TestScript.SetupActionComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return TestScript.SetupActionComponent Modifier and Type Method Description protected TestScript.SetupActionComponent
JsonParser. parseTestScriptSetupActionComponent(com.google.gson.JsonObject json, TestScript owner)
protected TestScript.SetupActionComponent
XmlParser. parseTestScriptSetupActionComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner)
-
Uses of TestScript.SetupActionComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type TestScript.SetupActionComponent Modifier and Type Field Description protected List<TestScript.SetupActionComponent>
TestScript.TestScriptSetupComponent. action
Action would contain either an operation or an assertion.Methods in org.hl7.fhir.dstu3.model that return TestScript.SetupActionComponent Modifier and Type Method Description TestScript.SetupActionComponent
TestScript.TestScriptSetupComponent. addAction()
TestScript.SetupActionComponent
TestScript.SetupActionComponent. copy()
TestScript.SetupActionComponent
TestScript.TestScriptSetupComponent. getActionFirstRep()
TestScript.SetupActionComponent
TestScript.SetupActionComponent. setAssert(TestScript.SetupActionAssertComponent value)
TestScript.SetupActionComponent
TestScript.SetupActionComponent. setOperation(TestScript.SetupActionOperationComponent value)
Methods in org.hl7.fhir.dstu3.model that return types with arguments of type TestScript.SetupActionComponent Modifier and Type Method Description List<TestScript.SetupActionComponent>
TestScript.TestScriptSetupComponent. getAction()
Methods in org.hl7.fhir.dstu3.model with parameters of type TestScript.SetupActionComponent Modifier and Type Method Description TestScript.TestScriptSetupComponent
TestScript.TestScriptSetupComponent. addAction(TestScript.SetupActionComponent t)
Method parameters in org.hl7.fhir.dstu3.model with type arguments of type TestScript.SetupActionComponent Modifier and Type Method Description TestScript.TestScriptSetupComponent
TestScript.TestScriptSetupComponent. setAction(List<TestScript.SetupActionComponent> theAction)