
Uses of Class
org.hl7.fhir.dstu2.model.TestScript.TestScriptSetupActionOperationComponent
Packages that use TestScript.TestScriptSetupActionOperationComponent
-
Uses of TestScript.TestScriptSetupActionOperationComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return TestScript.TestScriptSetupActionOperationComponentModifier and TypeMethodDescriptionJsonParser.parseTestScriptTestScriptSetupActionOperationComponent(com.google.gson.JsonObject json, TestScript owner) XmlParser.parseTestScriptTestScriptSetupActionOperationComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) Methods in org.hl7.fhir.dstu2.formats with parameters of type TestScript.TestScriptSetupActionOperationComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeTestScriptTestScriptSetupActionOperationComponent(String name, TestScript.TestScriptSetupActionOperationComponent element) protected voidXmlParser.composeTestScriptTestScriptSetupActionOperationComponent(String name, TestScript.TestScriptSetupActionOperationComponent element) protected voidJsonParser.composeTestScriptTestScriptSetupActionOperationComponentInner(TestScript.TestScriptSetupActionOperationComponent element) -
Uses of TestScript.TestScriptSetupActionOperationComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as TestScript.TestScriptSetupActionOperationComponentModifier and TypeFieldDescriptionTestScript.TestScriptSetupActionComponent.operationThe operation to perform.TestScript.TestScriptTeardownActionComponent.operationAn operation would involve a REST request to a server.TestScript.TestScriptTestActionComponent.operationAn operation would involve a REST request to a server.Methods in org.hl7.fhir.dstu2.model that return TestScript.TestScriptSetupActionOperationComponentModifier and TypeMethodDescriptionTestScript.TestScriptSetupActionOperationComponent.addRequestHeader(TestScript.TestScriptSetupActionOperationRequestHeaderComponent t) TestScript.TestScriptSetupActionOperationComponent.copy()TestScript.TestScriptSetupActionComponent.getOperation()TestScript.TestScriptTeardownActionComponent.getOperation()TestScript.TestScriptTestActionComponent.getOperation()TestScript.TestScriptSetupActionOperationComponent.setAccept(TestScript.ContentType value) TestScript.TestScriptSetupActionOperationComponent.setAcceptElement(Enumeration<TestScript.ContentType> value) TestScript.TestScriptSetupActionOperationComponent.setContentType(TestScript.ContentType value) TestScript.TestScriptSetupActionOperationComponent.setContentTypeElement(Enumeration<TestScript.ContentType> value) TestScript.TestScriptSetupActionOperationComponent.setDescription(String value) TestScript.TestScriptSetupActionOperationComponent.setDescriptionElement(StringType value) TestScript.TestScriptSetupActionOperationComponent.setDestination(int value) TestScript.TestScriptSetupActionOperationComponent.setDestinationElement(IntegerType value) TestScript.TestScriptSetupActionOperationComponent.setEncodeRequestUrl(boolean value) TestScript.TestScriptSetupActionOperationComponent.setEncodeRequestUrlElement(BooleanType value) TestScript.TestScriptSetupActionOperationComponent.setLabelElement(StringType value) TestScript.TestScriptSetupActionOperationComponent.setParamsElement(StringType value) TestScript.TestScriptSetupActionOperationComponent.setResource(String value) TestScript.TestScriptSetupActionOperationComponent.setResourceElement(CodeType value) TestScript.TestScriptSetupActionOperationComponent.setResponseId(String value) TestScript.TestScriptSetupActionOperationComponent.setResponseIdElement(IdType value) TestScript.TestScriptSetupActionOperationComponent.setSourceId(String value) TestScript.TestScriptSetupActionOperationComponent.setSourceIdElement(IdType value) TestScript.TestScriptSetupActionOperationComponent.setTargetId(String value) TestScript.TestScriptSetupActionOperationComponent.setTargetIdElement(IdType value) TestScript.TestScriptSetupActionOperationComponent.setUrlElement(StringType value) Methods in org.hl7.fhir.dstu2.model with parameters of type TestScript.TestScriptSetupActionOperationComponentModifier and TypeMethodDescriptionTestScript.TestScriptSetupActionComponent.setOperation(TestScript.TestScriptSetupActionOperationComponent value) TestScript.TestScriptTeardownActionComponent.setOperation(TestScript.TestScriptSetupActionOperationComponent value) TestScript.TestScriptTestActionComponent.setOperation(TestScript.TestScriptSetupActionOperationComponent value)