
Uses of Class
org.hl7.fhir.dstu3.model.TestScript.TestScriptOriginComponent
Packages that use TestScript.TestScriptOriginComponent
-
Uses of TestScript.TestScriptOriginComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return TestScript.TestScriptOriginComponentModifier and TypeMethodDescriptionprotected TestScript.TestScriptOriginComponentJsonParser.parseTestScriptTestScriptOriginComponent(com.google.gson.JsonObject json, TestScript owner) protected TestScript.TestScriptOriginComponentXmlParser.parseTestScriptTestScriptOriginComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) Methods in org.hl7.fhir.dstu3.formats with parameters of type TestScript.TestScriptOriginComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeTestScriptTestScriptOriginComponent(String name, TestScript.TestScriptOriginComponent element) protected voidRdfParser.composeTestScriptTestScriptOriginComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, TestScript.TestScriptOriginComponent element, int index) protected voidXmlParser.composeTestScriptTestScriptOriginComponent(String name, TestScript.TestScriptOriginComponent element) protected voidXmlParser.composeTestScriptTestScriptOriginComponentElements(TestScript.TestScriptOriginComponent element) protected voidJsonParser.composeTestScriptTestScriptOriginComponentInner(TestScript.TestScriptOriginComponent element) protected booleanXmlParser.parseTestScriptTestScriptOriginComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript owner, TestScript.TestScriptOriginComponent res) protected voidJsonParser.parseTestScriptTestScriptOriginComponentProperties(com.google.gson.JsonObject json, TestScript owner, TestScript.TestScriptOriginComponent res) -
Uses of TestScript.TestScriptOriginComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type TestScript.TestScriptOriginComponentModifier and TypeFieldDescriptionprotected List<TestScript.TestScriptOriginComponent> TestScript.originAn abstract server used in operations within this test script in the origin element.Methods in org.hl7.fhir.dstu3.model that return TestScript.TestScriptOriginComponentModifier and TypeMethodDescriptionTestScript.addOrigin()TestScript.TestScriptOriginComponent.copy()TestScript.getOriginFirstRep()TestScript.TestScriptOriginComponent.setIndex(int value) TestScript.TestScriptOriginComponent.setIndexElement(IntegerType value) TestScript.TestScriptOriginComponent.setProfile(Coding value) Methods in org.hl7.fhir.dstu3.model that return types with arguments of type TestScript.TestScriptOriginComponentMethods in org.hl7.fhir.dstu3.model with parameters of type TestScript.TestScriptOriginComponentMethod parameters in org.hl7.fhir.dstu3.model with type arguments of type TestScript.TestScriptOriginComponentModifier and TypeMethodDescriptionTestScript.setOrigin(List<TestScript.TestScriptOriginComponent> theOrigin)