
Uses of Class
org.hl7.fhir.r4.model.TestScript.SetupActionOperationRequestHeaderComponent
Packages that use TestScript.SetupActionOperationRequestHeaderComponent
-
Uses of TestScript.SetupActionOperationRequestHeaderComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return TestScript.SetupActionOperationRequestHeaderComponentModifier and TypeMethodDescriptionJsonParser.parseTestScriptSetupActionOperationRequestHeaderComponent(com.google.gson.JsonObject json, TestScript owner) XmlParser.parseTestScriptSetupActionOperationRequestHeaderComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) Methods in org.hl7.fhir.r4.formats with parameters of type TestScript.SetupActionOperationRequestHeaderComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeTestScriptSetupActionOperationRequestHeaderComponent(String name, TestScript.SetupActionOperationRequestHeaderComponent element) protected voidRdfParser.composeTestScriptSetupActionOperationRequestHeaderComponent(Turtle.Complex parent, String parentType, String name, TestScript.SetupActionOperationRequestHeaderComponent element, int index) protected voidXmlParser.composeTestScriptSetupActionOperationRequestHeaderComponent(String name, TestScript.SetupActionOperationRequestHeaderComponent element) protected voidXmlParser.composeTestScriptSetupActionOperationRequestHeaderComponentElements(TestScript.SetupActionOperationRequestHeaderComponent element) protected voidJsonParser.composeTestScriptSetupActionOperationRequestHeaderComponentInner(TestScript.SetupActionOperationRequestHeaderComponent element) protected booleanXmlParser.parseTestScriptSetupActionOperationRequestHeaderComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript owner, TestScript.SetupActionOperationRequestHeaderComponent res) protected voidJsonParser.parseTestScriptSetupActionOperationRequestHeaderComponentProperties(com.google.gson.JsonObject json, TestScript owner, TestScript.SetupActionOperationRequestHeaderComponent res) -
Uses of TestScript.SetupActionOperationRequestHeaderComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type TestScript.SetupActionOperationRequestHeaderComponentModifier and TypeFieldDescriptionTestScript.SetupActionOperationComponent.requestHeaderHeader elements would be used to set HTTP headers.Methods in org.hl7.fhir.r4.model that return TestScript.SetupActionOperationRequestHeaderComponentModifier and TypeMethodDescriptionTestScript.SetupActionOperationComponent.addRequestHeader()TestScript.SetupActionOperationRequestHeaderComponent.copy()TestScript.SetupActionOperationComponent.getRequestHeaderFirstRep()TestScript.SetupActionOperationRequestHeaderComponent.setFieldElement(StringType value) TestScript.SetupActionOperationRequestHeaderComponent.setValueElement(StringType value) Methods in org.hl7.fhir.r4.model that return types with arguments of type TestScript.SetupActionOperationRequestHeaderComponentMethods in org.hl7.fhir.r4.model with parameters of type TestScript.SetupActionOperationRequestHeaderComponentModifier and TypeMethodDescriptionTestScript.SetupActionOperationComponent.addRequestHeader(TestScript.SetupActionOperationRequestHeaderComponent t) voidTestScript.SetupActionOperationRequestHeaderComponent.copyValues(TestScript.SetupActionOperationRequestHeaderComponent dst) Method parameters in org.hl7.fhir.r4.model with type arguments of type TestScript.SetupActionOperationRequestHeaderComponentModifier and TypeMethodDescriptionTestScript.SetupActionOperationComponent.setRequestHeader(List<TestScript.SetupActionOperationRequestHeaderComponent> theRequestHeader)