Uses of Class
org.hl7.fhir.r4.model.TestScript.SetupActionAssertComponent
Packages that use TestScript.SetupActionAssertComponent
-
Uses of TestScript.SetupActionAssertComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return TestScript.SetupActionAssertComponentModifier and TypeMethodDescriptionprotected TestScript.SetupActionAssertComponentJsonParser.parseTestScriptSetupActionAssertComponent(com.google.gson.JsonObject json, TestScript owner)protected TestScript.SetupActionAssertComponentXmlParser.parseTestScriptSetupActionAssertComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner)Methods in org.hl7.fhir.r4.formats with parameters of type TestScript.SetupActionAssertComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeTestScriptSetupActionAssertComponent(String name, TestScript.SetupActionAssertComponent element)protected voidRdfParser.composeTestScriptSetupActionAssertComponent(Turtle.Complex parent, String parentType, String name, TestScript.SetupActionAssertComponent element, int index)protected voidXmlParser.composeTestScriptSetupActionAssertComponent(String name, TestScript.SetupActionAssertComponent element)protected voidXmlParser.composeTestScriptSetupActionAssertComponentElements(TestScript.SetupActionAssertComponent element)protected voidJsonParser.composeTestScriptSetupActionAssertComponentInner(TestScript.SetupActionAssertComponent element)protected booleanXmlParser.parseTestScriptSetupActionAssertComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript owner, TestScript.SetupActionAssertComponent res)protected voidJsonParser.parseTestScriptSetupActionAssertComponentProperties(com.google.gson.JsonObject json, TestScript owner, TestScript.SetupActionAssertComponent res) -
Uses of TestScript.SetupActionAssertComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as TestScript.SetupActionAssertComponentModifier and TypeFieldDescriptionprotected TestScript.SetupActionAssertComponentTestScript.SetupActionComponent.assert_Evaluates the results of previous operations to determine if the server under test behaves appropriately.protected TestScript.SetupActionAssertComponentTestScript.TestActionComponent.assert_Evaluates the results of previous operations to determine if the server under test behaves appropriately.Methods in org.hl7.fhir.r4.model that return TestScript.SetupActionAssertComponentModifier and TypeMethodDescriptionTestScript.SetupActionAssertComponent.copy()TestScript.SetupActionComponent.getAssert()TestScript.TestActionComponent.getAssert()TestScript.SetupActionAssertComponent.setCompareToSourceExpression(String value)TestScript.SetupActionAssertComponent.setCompareToSourceExpressionElement(StringType value)TestScript.SetupActionAssertComponent.setCompareToSourceId(String value)TestScript.SetupActionAssertComponent.setCompareToSourceIdElement(StringType value)TestScript.SetupActionAssertComponent.setCompareToSourcePath(String value)TestScript.SetupActionAssertComponent.setCompareToSourcePathElement(StringType value)TestScript.SetupActionAssertComponent.setContentType(String value)TestScript.SetupActionAssertComponent.setContentTypeElement(CodeType value)TestScript.SetupActionAssertComponent.setDescription(String value)TestScript.SetupActionAssertComponent.setDescriptionElement(StringType value)TestScript.SetupActionAssertComponent.setDirection(TestScript.AssertionDirectionType value)TestScript.SetupActionAssertComponent.setDirectionElement(Enumeration<TestScript.AssertionDirectionType> value)TestScript.SetupActionAssertComponent.setExpression(String value)TestScript.SetupActionAssertComponent.setExpressionElement(StringType value)TestScript.SetupActionAssertComponent.setHeaderField(String value)TestScript.SetupActionAssertComponent.setHeaderFieldElement(StringType value)TestScript.SetupActionAssertComponent.setLabelElement(StringType value)TestScript.SetupActionAssertComponent.setMinimumId(String value)TestScript.SetupActionAssertComponent.setMinimumIdElement(StringType value)TestScript.SetupActionAssertComponent.setNavigationLinks(boolean value)TestScript.SetupActionAssertComponent.setNavigationLinksElement(BooleanType value)TestScript.SetupActionAssertComponent.setOperator(TestScript.AssertionOperatorType value)TestScript.SetupActionAssertComponent.setOperatorElement(Enumeration<TestScript.AssertionOperatorType> value)TestScript.SetupActionAssertComponent.setPathElement(StringType value)TestScript.SetupActionAssertComponent.setRequestMethod(TestScript.TestScriptRequestMethodCode value)TestScript.SetupActionAssertComponent.setRequestMethodElement(Enumeration<TestScript.TestScriptRequestMethodCode> value)TestScript.SetupActionAssertComponent.setRequestURL(String value)TestScript.SetupActionAssertComponent.setRequestURLElement(StringType value)TestScript.SetupActionAssertComponent.setResource(String value)TestScript.SetupActionAssertComponent.setResourceElement(CodeType value)TestScript.SetupActionAssertComponent.setResponse(TestScript.AssertionResponseTypes value)TestScript.SetupActionAssertComponent.setResponseCode(String value)TestScript.SetupActionAssertComponent.setResponseCodeElement(StringType value)TestScript.SetupActionAssertComponent.setResponseElement(Enumeration<TestScript.AssertionResponseTypes> value)TestScript.SetupActionAssertComponent.setSourceId(String value)TestScript.SetupActionAssertComponent.setSourceIdElement(IdType value)TestScript.SetupActionAssertComponent.setValidateProfileId(String value)TestScript.SetupActionAssertComponent.setValidateProfileIdElement(IdType value)TestScript.SetupActionAssertComponent.setValueElement(StringType value)TestScript.SetupActionAssertComponent.setWarningOnly(boolean value)TestScript.SetupActionAssertComponent.setWarningOnlyElement(BooleanType value)Methods in org.hl7.fhir.r4.model with parameters of type TestScript.SetupActionAssertComponentModifier and TypeMethodDescriptionvoidTestScript.SetupActionAssertComponent.copyValues(TestScript.SetupActionAssertComponent dst)TestScript.SetupActionComponent.setAssert(TestScript.SetupActionAssertComponent value)TestScript.TestActionComponent.setAssert(TestScript.SetupActionAssertComponent value)