Uses of Class
org.hl7.fhir.dstu2.model.TestScript.TestScriptContactComponent
-
Packages that use TestScript.TestScriptContactComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of TestScript.TestScriptContactComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return TestScript.TestScriptContactComponent Modifier and Type Method Description protected TestScript.TestScriptContactComponentJsonParser. parseTestScriptTestScriptContactComponent(com.google.gson.JsonObject json, TestScript owner)protected TestScript.TestScriptContactComponentXmlParser. parseTestScriptTestScriptContactComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type TestScript.TestScriptContactComponent Modifier and Type Method Description protected voidJsonParser. composeTestScriptTestScriptContactComponent(String name, TestScript.TestScriptContactComponent element)protected voidXmlParser. composeTestScriptTestScriptContactComponent(String name, TestScript.TestScriptContactComponent element)protected voidJsonParser. composeTestScriptTestScriptContactComponentInner(TestScript.TestScriptContactComponent element) -
Uses of TestScript.TestScriptContactComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type TestScript.TestScriptContactComponent Modifier and Type Field Description protected List<TestScript.TestScriptContactComponent>TestScript. contactContacts to assist a user in finding and communicating with the publisher.Methods in org.hl7.fhir.dstu2.model that return TestScript.TestScriptContactComponent Modifier and Type Method Description TestScript.TestScriptContactComponentTestScript. addContact()TestScript.TestScriptContactComponentTestScript.TestScriptContactComponent. addTelecom(ContactPoint t)TestScript.TestScriptContactComponentTestScript.TestScriptContactComponent. copy()TestScript.TestScriptContactComponentTestScript.TestScriptContactComponent. setName(String value)TestScript.TestScriptContactComponentTestScript.TestScriptContactComponent. setNameElement(StringType value)Methods in org.hl7.fhir.dstu2.model that return types with arguments of type TestScript.TestScriptContactComponent Modifier and Type Method Description List<TestScript.TestScriptContactComponent>TestScript. getContact()Methods in org.hl7.fhir.dstu2.model with parameters of type TestScript.TestScriptContactComponent Modifier and Type Method Description TestScriptTestScript. addContact(TestScript.TestScriptContactComponent t)
-