Uses of Class
org.hl7.fhir.dstu2016may.model.TestScript.TestActionComponent
-
Packages that use TestScript.TestActionComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of TestScript.TestActionComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return TestScript.TestActionComponent Modifier and Type Method Description protected TestScript.TestActionComponentJsonParser. parseTestScriptTestActionComponent(com.google.gson.JsonObject json, TestScript owner)protected TestScript.TestActionComponentXmlParser. parseTestScriptTestActionComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type TestScript.TestActionComponent Modifier and Type Method Description protected voidJsonParser. composeTestScriptTestActionComponent(String name, TestScript.TestActionComponent element)protected voidRdfParser. composeTestScriptTestActionComponent(RdfGenerator.Complex parent, String parentType, String name, TestScript.TestActionComponent element, int index)protected voidXmlParser. composeTestScriptTestActionComponent(String name, TestScript.TestActionComponent element)protected voidJsonParser. composeTestScriptTestActionComponentInner(TestScript.TestActionComponent element) -
Uses of TestScript.TestActionComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type TestScript.TestActionComponent Modifier and Type Field Description protected List<TestScript.TestActionComponent>TestScript.TestScriptTestComponent. actionAction would contain either an operation or an assertion.Methods in org.hl7.fhir.dstu2016may.model that return TestScript.TestActionComponent Modifier and Type Method Description TestScript.TestActionComponentTestScript.TestScriptTestComponent. addAction()TestScript.TestActionComponentTestScript.TestActionComponent. copy()TestScript.TestActionComponentTestScript.TestActionComponent. setAssert(TestScript.SetupActionAssertComponent value)TestScript.TestActionComponentTestScript.TestActionComponent. setOperation(TestScript.SetupActionOperationComponent value)Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type TestScript.TestActionComponent Modifier and Type Method Description List<TestScript.TestActionComponent>TestScript.TestScriptTestComponent. getAction()Methods in org.hl7.fhir.dstu2016may.model with parameters of type TestScript.TestActionComponent Modifier and Type Method Description TestScript.TestScriptTestComponentTestScript.TestScriptTestComponent. addAction(TestScript.TestActionComponent t)
-