Uses of Class
org.hl7.fhir.dstu2016may.model.TestScript.SetupActionOperationRequestHeaderComponent
-
Packages that use TestScript.SetupActionOperationRequestHeaderComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of TestScript.SetupActionOperationRequestHeaderComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return TestScript.SetupActionOperationRequestHeaderComponent Modifier and Type Method Description protected TestScript.SetupActionOperationRequestHeaderComponentJsonParser. parseTestScriptSetupActionOperationRequestHeaderComponent(com.google.gson.JsonObject json, TestScript owner)protected TestScript.SetupActionOperationRequestHeaderComponentXmlParser. parseTestScriptSetupActionOperationRequestHeaderComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type TestScript.SetupActionOperationRequestHeaderComponent Modifier and Type Method Description protected voidJsonParser. composeTestScriptSetupActionOperationRequestHeaderComponent(String name, TestScript.SetupActionOperationRequestHeaderComponent element)protected voidRdfParser. composeTestScriptSetupActionOperationRequestHeaderComponent(RdfGenerator.Complex parent, String parentType, String name, TestScript.SetupActionOperationRequestHeaderComponent element, int index)protected voidXmlParser. composeTestScriptSetupActionOperationRequestHeaderComponent(String name, TestScript.SetupActionOperationRequestHeaderComponent element)protected voidJsonParser. composeTestScriptSetupActionOperationRequestHeaderComponentInner(TestScript.SetupActionOperationRequestHeaderComponent element) -
Uses of TestScript.SetupActionOperationRequestHeaderComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type TestScript.SetupActionOperationRequestHeaderComponent Modifier and Type Field Description protected List<TestScript.SetupActionOperationRequestHeaderComponent>TestScript.SetupActionOperationComponent. requestHeaderHeader elements would be used to set HTTP headers.Methods in org.hl7.fhir.dstu2016may.model that return TestScript.SetupActionOperationRequestHeaderComponent Modifier and Type Method Description TestScript.SetupActionOperationRequestHeaderComponentTestScript.SetupActionOperationComponent. addRequestHeader()TestScript.SetupActionOperationRequestHeaderComponentTestScript.SetupActionOperationRequestHeaderComponent. copy()TestScript.SetupActionOperationRequestHeaderComponentTestScript.SetupActionOperationRequestHeaderComponent. setField(String value)TestScript.SetupActionOperationRequestHeaderComponentTestScript.SetupActionOperationRequestHeaderComponent. setFieldElement(StringType value)TestScript.SetupActionOperationRequestHeaderComponentTestScript.SetupActionOperationRequestHeaderComponent. setValue(String value)TestScript.SetupActionOperationRequestHeaderComponentTestScript.SetupActionOperationRequestHeaderComponent. setValueElement(StringType value)Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type TestScript.SetupActionOperationRequestHeaderComponent Modifier and Type Method Description List<TestScript.SetupActionOperationRequestHeaderComponent>TestScript.SetupActionOperationComponent. getRequestHeader()Methods in org.hl7.fhir.dstu2016may.model with parameters of type TestScript.SetupActionOperationRequestHeaderComponent Modifier and Type Method Description TestScript.SetupActionOperationComponentTestScript.SetupActionOperationComponent. addRequestHeader(TestScript.SetupActionOperationRequestHeaderComponent t)
-