Uses of Class
org.hl7.fhir.dstu2.model.TestScript.TestScriptTestComponent
-
Packages that use TestScript.TestScriptTestComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of TestScript.TestScriptTestComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return TestScript.TestScriptTestComponent Modifier and Type Method Description protected TestScript.TestScriptTestComponentJsonParser. parseTestScriptTestScriptTestComponent(com.google.gson.JsonObject json, TestScript owner)protected TestScript.TestScriptTestComponentXmlParser. parseTestScriptTestScriptTestComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type TestScript.TestScriptTestComponent Modifier and Type Method Description protected voidJsonParser. composeTestScriptTestScriptTestComponent(String name, TestScript.TestScriptTestComponent element)protected voidXmlParser. composeTestScriptTestScriptTestComponent(String name, TestScript.TestScriptTestComponent element)protected voidJsonParser. composeTestScriptTestScriptTestComponentInner(TestScript.TestScriptTestComponent element) -
Uses of TestScript.TestScriptTestComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type TestScript.TestScriptTestComponent Modifier and Type Field Description protected List<TestScript.TestScriptTestComponent>TestScript. testA test in this script.Methods in org.hl7.fhir.dstu2.model that return TestScript.TestScriptTestComponent Modifier and Type Method Description TestScript.TestScriptTestComponentTestScript.TestScriptTestComponent. addAction(TestScript.TestScriptTestActionComponent t)TestScript.TestScriptTestComponentTestScript. addTest()TestScript.TestScriptTestComponentTestScript.TestScriptTestComponent. copy()TestScript.TestScriptTestComponentTestScript.TestScriptTestComponent. setDescription(String value)TestScript.TestScriptTestComponentTestScript.TestScriptTestComponent. setDescriptionElement(StringType value)TestScript.TestScriptTestComponentTestScript.TestScriptTestComponent. setMetadata(TestScript.TestScriptMetadataComponent value)TestScript.TestScriptTestComponentTestScript.TestScriptTestComponent. setName(String value)TestScript.TestScriptTestComponentTestScript.TestScriptTestComponent. setNameElement(StringType value)Methods in org.hl7.fhir.dstu2.model that return types with arguments of type TestScript.TestScriptTestComponent Modifier and Type Method Description List<TestScript.TestScriptTestComponent>TestScript. getTest()Methods in org.hl7.fhir.dstu2.model with parameters of type TestScript.TestScriptTestComponent Modifier and Type Method Description TestScriptTestScript. addTest(TestScript.TestScriptTestComponent t)
-