Uses of Class
org.hl7.fhir.dstu2016may.model.TestScript.SetupActionAssertRuleComponent
-
Packages that use TestScript.SetupActionAssertRuleComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of TestScript.SetupActionAssertRuleComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return TestScript.SetupActionAssertRuleComponent Modifier and Type Method Description protected TestScript.SetupActionAssertRuleComponentJsonParser. parseTestScriptSetupActionAssertRuleComponent(com.google.gson.JsonObject json, TestScript owner)protected TestScript.SetupActionAssertRuleComponentXmlParser. parseTestScriptSetupActionAssertRuleComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type TestScript.SetupActionAssertRuleComponent Modifier and Type Method Description protected voidJsonParser. composeTestScriptSetupActionAssertRuleComponent(String name, TestScript.SetupActionAssertRuleComponent element)protected voidRdfParser. composeTestScriptSetupActionAssertRuleComponent(RdfGenerator.Complex parent, String parentType, String name, TestScript.SetupActionAssertRuleComponent element, int index)protected voidXmlParser. composeTestScriptSetupActionAssertRuleComponent(String name, TestScript.SetupActionAssertRuleComponent element)protected voidJsonParser. composeTestScriptSetupActionAssertRuleComponentInner(TestScript.SetupActionAssertRuleComponent element) -
Uses of TestScript.SetupActionAssertRuleComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model declared as TestScript.SetupActionAssertRuleComponent Modifier and Type Field Description protected TestScript.SetupActionAssertRuleComponentTestScript.SetupActionAssertComponent. ruleThe TestScript.rule this assert will evaluate.Methods in org.hl7.fhir.dstu2016may.model that return TestScript.SetupActionAssertRuleComponent Modifier and Type Method Description TestScript.SetupActionAssertRuleComponentTestScript.SetupActionAssertRuleComponent. addParam(TestScript.SetupActionAssertRuleParamComponent t)TestScript.SetupActionAssertRuleComponentTestScript.SetupActionAssertRuleComponent. copy()TestScript.SetupActionAssertRuleComponentTestScript.SetupActionAssertComponent. getRule()TestScript.SetupActionAssertRuleComponentTestScript.SetupActionAssertRuleComponent. setRuleId(String value)TestScript.SetupActionAssertRuleComponentTestScript.SetupActionAssertRuleComponent. setRuleIdElement(IdType value)Methods in org.hl7.fhir.dstu2016may.model with parameters of type TestScript.SetupActionAssertRuleComponent Modifier and Type Method Description TestScript.SetupActionAssertComponentTestScript.SetupActionAssertComponent. setRule(TestScript.SetupActionAssertRuleComponent value)
-