Uses of Class
org.hl7.fhir.dstu2016may.model.TestScript.TestScriptDestinationComponent
-
Packages that use TestScript.TestScriptDestinationComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of TestScript.TestScriptDestinationComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return TestScript.TestScriptDestinationComponent Modifier and Type Method Description protected TestScript.TestScriptDestinationComponentJsonParser. parseTestScriptTestScriptDestinationComponent(com.google.gson.JsonObject json, TestScript owner)protected TestScript.TestScriptDestinationComponentXmlParser. parseTestScriptTestScriptDestinationComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type TestScript.TestScriptDestinationComponent Modifier and Type Method Description protected voidJsonParser. composeTestScriptTestScriptDestinationComponent(String name, TestScript.TestScriptDestinationComponent element)protected voidRdfParser. composeTestScriptTestScriptDestinationComponent(RdfGenerator.Complex parent, String parentType, String name, TestScript.TestScriptDestinationComponent element, int index)protected voidXmlParser. composeTestScriptTestScriptDestinationComponent(String name, TestScript.TestScriptDestinationComponent element)protected voidJsonParser. composeTestScriptTestScriptDestinationComponentInner(TestScript.TestScriptDestinationComponent element) -
Uses of TestScript.TestScriptDestinationComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type TestScript.TestScriptDestinationComponent Modifier and Type Field Description protected List<TestScript.TestScriptDestinationComponent>TestScript. destinationAn abstract server used in operations within this test script in the destination element.Methods in org.hl7.fhir.dstu2016may.model that return TestScript.TestScriptDestinationComponent Modifier and Type Method Description TestScript.TestScriptDestinationComponentTestScript. addDestination()TestScript.TestScriptDestinationComponentTestScript.TestScriptDestinationComponent. copy()TestScript.TestScriptDestinationComponentTestScript.TestScriptDestinationComponent. setIndex(int value)TestScript.TestScriptDestinationComponentTestScript.TestScriptDestinationComponent. setIndexElement(IntegerType value)TestScript.TestScriptDestinationComponentTestScript.TestScriptDestinationComponent. setProfile(Coding value)Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type TestScript.TestScriptDestinationComponent Modifier and Type Method Description List<TestScript.TestScriptDestinationComponent>TestScript. getDestination()Methods in org.hl7.fhir.dstu2016may.model with parameters of type TestScript.TestScriptDestinationComponent Modifier and Type Method Description TestScriptTestScript. addDestination(TestScript.TestScriptDestinationComponent t)
-