Uses of Class
org.hl7.fhir.dstu2.model.TestScript.TestScriptSetupActionOperationRequestHeaderComponent
-
Packages that use TestScript.TestScriptSetupActionOperationRequestHeaderComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of TestScript.TestScriptSetupActionOperationRequestHeaderComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return TestScript.TestScriptSetupActionOperationRequestHeaderComponent Modifier and Type Method Description protected TestScript.TestScriptSetupActionOperationRequestHeaderComponentJsonParser. parseTestScriptTestScriptSetupActionOperationRequestHeaderComponent(com.google.gson.JsonObject json, TestScript owner)protected TestScript.TestScriptSetupActionOperationRequestHeaderComponentXmlParser. parseTestScriptTestScriptSetupActionOperationRequestHeaderComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type TestScript.TestScriptSetupActionOperationRequestHeaderComponent Modifier and Type Method Description protected voidJsonParser. composeTestScriptTestScriptSetupActionOperationRequestHeaderComponent(String name, TestScript.TestScriptSetupActionOperationRequestHeaderComponent element)protected voidXmlParser. composeTestScriptTestScriptSetupActionOperationRequestHeaderComponent(String name, TestScript.TestScriptSetupActionOperationRequestHeaderComponent element)protected voidJsonParser. composeTestScriptTestScriptSetupActionOperationRequestHeaderComponentInner(TestScript.TestScriptSetupActionOperationRequestHeaderComponent element) -
Uses of TestScript.TestScriptSetupActionOperationRequestHeaderComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type TestScript.TestScriptSetupActionOperationRequestHeaderComponent Modifier and Type Field Description protected List<TestScript.TestScriptSetupActionOperationRequestHeaderComponent>TestScript.TestScriptSetupActionOperationComponent. requestHeaderHeader elements would be used to set HTTP headers.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type TestScript.TestScriptSetupActionOperationRequestHeaderComponent Modifier and Type Method Description List<TestScript.TestScriptSetupActionOperationRequestHeaderComponent>TestScript.TestScriptSetupActionOperationComponent. getRequestHeader()Methods in org.hl7.fhir.dstu2.model with parameters of type TestScript.TestScriptSetupActionOperationRequestHeaderComponent Modifier and Type Method Description TestScript.TestScriptSetupActionOperationComponentTestScript.TestScriptSetupActionOperationComponent. addRequestHeader(TestScript.TestScriptSetupActionOperationRequestHeaderComponent t)
-