Uses of Class
org.hl7.fhir.dstu2016may.model.TestScript.SetupActionAssertRulesetRuleParamComponent
-
Packages that use TestScript.SetupActionAssertRulesetRuleParamComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of TestScript.SetupActionAssertRulesetRuleParamComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return TestScript.SetupActionAssertRulesetRuleParamComponent Modifier and Type Method Description protected TestScript.SetupActionAssertRulesetRuleParamComponentJsonParser. parseTestScriptSetupActionAssertRulesetRuleParamComponent(com.google.gson.JsonObject json, TestScript owner)protected TestScript.SetupActionAssertRulesetRuleParamComponentXmlParser. parseTestScriptSetupActionAssertRulesetRuleParamComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type TestScript.SetupActionAssertRulesetRuleParamComponent Modifier and Type Method Description protected voidJsonParser. composeTestScriptSetupActionAssertRulesetRuleParamComponent(String name, TestScript.SetupActionAssertRulesetRuleParamComponent element)protected voidRdfParser. composeTestScriptSetupActionAssertRulesetRuleParamComponent(RdfGenerator.Complex parent, String parentType, String name, TestScript.SetupActionAssertRulesetRuleParamComponent element, int index)protected voidXmlParser. composeTestScriptSetupActionAssertRulesetRuleParamComponent(String name, TestScript.SetupActionAssertRulesetRuleParamComponent element)protected voidJsonParser. composeTestScriptSetupActionAssertRulesetRuleParamComponentInner(TestScript.SetupActionAssertRulesetRuleParamComponent element) -
Uses of TestScript.SetupActionAssertRulesetRuleParamComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type TestScript.SetupActionAssertRulesetRuleParamComponent Modifier and Type Field Description protected List<TestScript.SetupActionAssertRulesetRuleParamComponent>TestScript.SetupActionAssertRulesetRuleComponent. paramEach rule template can take one or more parameters for rule evaluation.Methods in org.hl7.fhir.dstu2016may.model that return TestScript.SetupActionAssertRulesetRuleParamComponent Modifier and Type Method Description TestScript.SetupActionAssertRulesetRuleParamComponentTestScript.SetupActionAssertRulesetRuleComponent. addParam()TestScript.SetupActionAssertRulesetRuleParamComponentTestScript.SetupActionAssertRulesetRuleParamComponent. copy()TestScript.SetupActionAssertRulesetRuleParamComponentTestScript.SetupActionAssertRulesetRuleParamComponent. setName(String value)TestScript.SetupActionAssertRulesetRuleParamComponentTestScript.SetupActionAssertRulesetRuleParamComponent. setNameElement(StringType value)TestScript.SetupActionAssertRulesetRuleParamComponentTestScript.SetupActionAssertRulesetRuleParamComponent. setValue(String value)TestScript.SetupActionAssertRulesetRuleParamComponentTestScript.SetupActionAssertRulesetRuleParamComponent. setValueElement(StringType value)Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type TestScript.SetupActionAssertRulesetRuleParamComponent Modifier and Type Method Description List<TestScript.SetupActionAssertRulesetRuleParamComponent>TestScript.SetupActionAssertRulesetRuleComponent. getParam()Methods in org.hl7.fhir.dstu2016may.model with parameters of type TestScript.SetupActionAssertRulesetRuleParamComponent Modifier and Type Method Description TestScript.SetupActionAssertRulesetRuleComponentTestScript.SetupActionAssertRulesetRuleComponent. addParam(TestScript.SetupActionAssertRulesetRuleParamComponent t)
-