
Uses of Class
org.hl7.fhir.r5.model.TestScript.TestScriptDestinationComponent
Packages that use TestScript.TestScriptDestinationComponent
-
Uses of TestScript.TestScriptDestinationComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return TestScript.TestScriptDestinationComponentModifier and TypeMethodDescriptionJsonParser.parseTestScriptDestinationComponent(com.google.gson.JsonObject json) XmlParser.parseTestScriptDestinationComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type TestScript.TestScriptDestinationComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeTestScriptDestinationComponent(String name, TestScript.TestScriptDestinationComponent element) protected voidRdfParser.composeTestScriptDestinationComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, TestScript.TestScriptDestinationComponent element, int index) protected voidXmlParser.composeTestScriptDestinationComponent(String name, TestScript.TestScriptDestinationComponent element) protected voidXmlParser.composeTestScriptDestinationComponentElements(TestScript.TestScriptDestinationComponent element) protected voidJsonParser.composeTestScriptDestinationComponentProperties(TestScript.TestScriptDestinationComponent element) protected booleanXmlParser.parseTestScriptDestinationComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript.TestScriptDestinationComponent res) protected voidJsonParser.parseTestScriptDestinationComponentProperties(com.google.gson.JsonObject json, TestScript.TestScriptDestinationComponent res) -
Uses of TestScript.TestScriptDestinationComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type TestScript.TestScriptDestinationComponentModifier and TypeFieldDescriptionprotected List<TestScript.TestScriptDestinationComponent> TestScript.destinationAn abstract server used in operations within this test script in the destination element.Methods in org.hl7.fhir.r5.model that return TestScript.TestScriptDestinationComponentModifier and TypeMethodDescriptionTestScript.addDestination()TestScript.TestScriptDestinationComponent.copy()TestScript.getDestinationFirstRep()TestScript.TestScriptDestinationComponent.setIndex(int value) TestScript.TestScriptDestinationComponent.setIndexElement(IntegerType value) TestScript.TestScriptDestinationComponent.setProfile(Coding value) TestScript.TestScriptDestinationComponent.setUrlElement(UrlType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type TestScript.TestScriptDestinationComponentMethods in org.hl7.fhir.r5.model with parameters of type TestScript.TestScriptDestinationComponentModifier and TypeMethodDescriptionTestScript.addDestination(TestScript.TestScriptDestinationComponent t) voidTestScript.TestScriptDestinationComponent.copyValues(TestScript.TestScriptDestinationComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type TestScript.TestScriptDestinationComponentModifier and TypeMethodDescriptionTestScript.setDestination(List<TestScript.TestScriptDestinationComponent> theDestination)