Uses of Class
org.hl7.fhir.r4.model.TestScript.SetupActionOperationComponent
-
Uses of TestScript.SetupActionOperationComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionprotected TestScript.SetupActionOperationComponent
JsonParser.parseTestScriptSetupActionOperationComponent
(com.google.gson.JsonObject json, TestScript owner) protected TestScript.SetupActionOperationComponent
XmlParser.parseTestScriptSetupActionOperationComponent
(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeTestScriptSetupActionOperationComponent
(String name, TestScript.SetupActionOperationComponent element) protected void
RdfParser.composeTestScriptSetupActionOperationComponent
(Turtle.Complex parent, String parentType, String name, TestScript.SetupActionOperationComponent element, int index) protected void
XmlParser.composeTestScriptSetupActionOperationComponent
(String name, TestScript.SetupActionOperationComponent element) protected void
XmlParser.composeTestScriptSetupActionOperationComponentElements
(TestScript.SetupActionOperationComponent element) protected void
JsonParser.composeTestScriptSetupActionOperationComponentInner
(TestScript.SetupActionOperationComponent element) protected boolean
XmlParser.parseTestScriptSetupActionOperationComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript owner, TestScript.SetupActionOperationComponent res) protected void
JsonParser.parseTestScriptSetupActionOperationComponentProperties
(com.google.gson.JsonObject json, TestScript owner, TestScript.SetupActionOperationComponent res) -
Uses of TestScript.SetupActionOperationComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected TestScript.SetupActionOperationComponent
TestScript.SetupActionComponent.operation
The operation to perform.protected TestScript.SetupActionOperationComponent
TestScript.TeardownActionComponent.operation
An operation would involve a REST request to a server.protected TestScript.SetupActionOperationComponent
TestScript.TestActionComponent.operation
An operation would involve a REST request to a server.Modifier and TypeMethodDescriptionTestScript.SetupActionOperationComponent.addRequestHeader
(TestScript.SetupActionOperationRequestHeaderComponent t) TestScript.SetupActionOperationComponent.copy()
TestScript.SetupActionComponent.getOperation()
TestScript.TeardownActionComponent.getOperation()
TestScript.TestActionComponent.getOperation()
TestScript.SetupActionOperationComponent.setAcceptElement
(CodeType value) TestScript.SetupActionOperationComponent.setContentType
(String value) TestScript.SetupActionOperationComponent.setContentTypeElement
(CodeType value) TestScript.SetupActionOperationComponent.setDescription
(String value) TestScript.SetupActionOperationComponent.setDescriptionElement
(StringType value) TestScript.SetupActionOperationComponent.setDestination
(int value) TestScript.SetupActionOperationComponent.setDestinationElement
(IntegerType value) TestScript.SetupActionOperationComponent.setEncodeRequestUrl
(boolean value) TestScript.SetupActionOperationComponent.setEncodeRequestUrlElement
(BooleanType value) TestScript.SetupActionOperationComponent.setLabelElement
(StringType value) TestScript.SetupActionOperationComponent.setMethod
(TestScript.TestScriptRequestMethodCode value) TestScript.SetupActionOperationComponent.setMethodElement
(Enumeration<TestScript.TestScriptRequestMethodCode> value) TestScript.SetupActionOperationComponent.setOrigin
(int value) TestScript.SetupActionOperationComponent.setOriginElement
(IntegerType value) TestScript.SetupActionOperationComponent.setParamsElement
(StringType value) TestScript.SetupActionOperationComponent.setRequestHeader
(List<TestScript.SetupActionOperationRequestHeaderComponent> theRequestHeader) TestScript.SetupActionOperationComponent.setRequestId
(String value) TestScript.SetupActionOperationComponent.setRequestIdElement
(IdType value) TestScript.SetupActionOperationComponent.setResource
(String value) TestScript.SetupActionOperationComponent.setResourceElement
(CodeType value) TestScript.SetupActionOperationComponent.setResponseId
(String value) TestScript.SetupActionOperationComponent.setResponseIdElement
(IdType value) TestScript.SetupActionOperationComponent.setSourceId
(String value) TestScript.SetupActionOperationComponent.setSourceIdElement
(IdType value) TestScript.SetupActionOperationComponent.setTargetId
(String value) TestScript.SetupActionOperationComponent.setTargetIdElement
(IdType value) TestScript.SetupActionOperationComponent.setUrlElement
(StringType value) Modifier and TypeMethodDescriptionvoid
TestScript.SetupActionOperationComponent.copyValues
(TestScript.SetupActionOperationComponent dst) TestScript.SetupActionComponent.setOperation
(TestScript.SetupActionOperationComponent value) TestScript.TeardownActionComponent.setOperation
(TestScript.SetupActionOperationComponent value) TestScript.TestActionComponent.setOperation
(TestScript.SetupActionOperationComponent value) ModifierConstructorDescriptionConstructor