Uses of Class
org.hl7.fhir.dstu2016may.model.TestScript.TestScriptRuleComponent
-
Packages that use TestScript.TestScriptRuleComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of TestScript.TestScriptRuleComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return TestScript.TestScriptRuleComponent Modifier and Type Method Description protected TestScript.TestScriptRuleComponentJsonParser. parseTestScriptTestScriptRuleComponent(com.google.gson.JsonObject json, TestScript owner)protected TestScript.TestScriptRuleComponentXmlParser. parseTestScriptTestScriptRuleComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type TestScript.TestScriptRuleComponent Modifier and Type Method Description protected voidJsonParser. composeTestScriptTestScriptRuleComponent(String name, TestScript.TestScriptRuleComponent element)protected voidRdfParser. composeTestScriptTestScriptRuleComponent(RdfGenerator.Complex parent, String parentType, String name, TestScript.TestScriptRuleComponent element, int index)protected voidXmlParser. composeTestScriptTestScriptRuleComponent(String name, TestScript.TestScriptRuleComponent element)protected voidJsonParser. composeTestScriptTestScriptRuleComponentInner(TestScript.TestScriptRuleComponent element) -
Uses of TestScript.TestScriptRuleComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type TestScript.TestScriptRuleComponent Modifier and Type Field Description protected List<TestScript.TestScriptRuleComponent>TestScript. ruleAssert rule to be used in one or more asserts within the test script.Methods in org.hl7.fhir.dstu2016may.model that return TestScript.TestScriptRuleComponent Modifier and Type Method Description TestScript.TestScriptRuleComponentTestScript.TestScriptRuleComponent. addParam(TestScript.TestScriptRuleParamComponent t)TestScript.TestScriptRuleComponentTestScript. addRule()TestScript.TestScriptRuleComponentTestScript.TestScriptRuleComponent. copy()TestScript.TestScriptRuleComponentTestScript.TestScriptRuleComponent. setResource(Reference value)TestScript.TestScriptRuleComponentTestScript.TestScriptRuleComponent. setResourceTarget(Resource value)Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type TestScript.TestScriptRuleComponent Modifier and Type Method Description List<TestScript.TestScriptRuleComponent>TestScript. getRule()Methods in org.hl7.fhir.dstu2016may.model with parameters of type TestScript.TestScriptRuleComponent Modifier and Type Method Description TestScriptTestScript. addRule(TestScript.TestScriptRuleComponent t)
-