Uses of Class
org.hl7.fhir.dstu2016may.model.TestScript.TestScriptOriginComponent
-
Packages that use TestScript.TestScriptOriginComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of TestScript.TestScriptOriginComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return TestScript.TestScriptOriginComponent Modifier and Type Method Description protected 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.dstu2016may.formats with parameters of type TestScript.TestScriptOriginComponent Modifier and Type Method Description protected voidJsonParser. composeTestScriptTestScriptOriginComponent(String name, TestScript.TestScriptOriginComponent element)protected voidRdfParser. composeTestScriptTestScriptOriginComponent(RdfGenerator.Complex parent, String parentType, String name, TestScript.TestScriptOriginComponent element, int index)protected voidXmlParser. composeTestScriptTestScriptOriginComponent(String name, TestScript.TestScriptOriginComponent element)protected voidJsonParser. composeTestScriptTestScriptOriginComponentInner(TestScript.TestScriptOriginComponent element) -
Uses of TestScript.TestScriptOriginComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type TestScript.TestScriptOriginComponent Modifier and Type Field Description protected List<TestScript.TestScriptOriginComponent>TestScript. originAn abstract server used in operations within this test script in the origin element.Methods in org.hl7.fhir.dstu2016may.model that return TestScript.TestScriptOriginComponent Modifier and Type Method Description TestScript.TestScriptOriginComponentTestScript. addOrigin()TestScript.TestScriptOriginComponentTestScript.TestScriptOriginComponent. copy()TestScript.TestScriptOriginComponentTestScript.TestScriptOriginComponent. setIndex(int value)TestScript.TestScriptOriginComponentTestScript.TestScriptOriginComponent. setIndexElement(IntegerType value)TestScript.TestScriptOriginComponentTestScript.TestScriptOriginComponent. setProfile(Coding value)Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type TestScript.TestScriptOriginComponent Modifier and Type Method Description List<TestScript.TestScriptOriginComponent>TestScript. getOrigin()Methods in org.hl7.fhir.dstu2016may.model with parameters of type TestScript.TestScriptOriginComponent Modifier and Type Method Description TestScriptTestScript. addOrigin(TestScript.TestScriptOriginComponent t)
-