Uses of Class
org.hl7.fhir.r4.model.TestScript.SetupActionAssertComponent
-
Uses of TestScript.SetupActionAssertComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected TestScript.SetupActionAssertComponent
JsonParser.parseTestScriptSetupActionAssertComponent
(com.google.gson.JsonObject json, TestScript owner) protected TestScript.SetupActionAssertComponent
XmlParser.parseTestScriptSetupActionAssertComponent
(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeTestScriptSetupActionAssertComponent
(String name, TestScript.SetupActionAssertComponent element) protected void
RdfParser.composeTestScriptSetupActionAssertComponent
(Turtle.Complex parent, String parentType, String name, TestScript.SetupActionAssertComponent element, int index) protected void
XmlParser.composeTestScriptSetupActionAssertComponent
(String name, TestScript.SetupActionAssertComponent element) protected void
XmlParser.composeTestScriptSetupActionAssertComponentElements
(TestScript.SetupActionAssertComponent element) protected void
JsonParser.composeTestScriptSetupActionAssertComponentInner
(TestScript.SetupActionAssertComponent element) protected boolean
XmlParser.parseTestScriptSetupActionAssertComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript owner, TestScript.SetupActionAssertComponent res) protected void
JsonParser.parseTestScriptSetupActionAssertComponentProperties
(com.google.gson.JsonObject json, TestScript owner, TestScript.SetupActionAssertComponent res) -
Uses of TestScript.SetupActionAssertComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected TestScript.SetupActionAssertComponent
TestScript.SetupActionComponent.assert_
Evaluates the results of previous operations to determine if the server under test behaves appropriately.protected TestScript.SetupActionAssertComponent
TestScript.TestActionComponent.assert_
Evaluates the results of previous operations to determine if the server under test behaves appropriately.Modifier 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) Modifier and TypeMethodDescriptionvoid
TestScript.SetupActionAssertComponent.copyValues
(TestScript.SetupActionAssertComponent dst) TestScript.SetupActionComponent.setAssert
(TestScript.SetupActionAssertComponent value) TestScript.TestActionComponent.setAssert
(TestScript.SetupActionAssertComponent value)