Uses of Class
org.hl7.fhir.dstu2.model.NamingSystem.NamingSystemContactComponent
-
Packages that use NamingSystem.NamingSystemContactComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of NamingSystem.NamingSystemContactComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return NamingSystem.NamingSystemContactComponent Modifier and Type Method Description protected NamingSystem.NamingSystemContactComponentJsonParser. parseNamingSystemNamingSystemContactComponent(com.google.gson.JsonObject json, NamingSystem owner)protected NamingSystem.NamingSystemContactComponentXmlParser. parseNamingSystemNamingSystemContactComponent(org.xmlpull.v1.XmlPullParser xpp, NamingSystem owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type NamingSystem.NamingSystemContactComponent Modifier and Type Method Description protected voidJsonParser. composeNamingSystemNamingSystemContactComponent(String name, NamingSystem.NamingSystemContactComponent element)protected voidXmlParser. composeNamingSystemNamingSystemContactComponent(String name, NamingSystem.NamingSystemContactComponent element)protected voidJsonParser. composeNamingSystemNamingSystemContactComponentInner(NamingSystem.NamingSystemContactComponent element) -
Uses of NamingSystem.NamingSystemContactComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type NamingSystem.NamingSystemContactComponent Modifier and Type Field Description protected List<NamingSystem.NamingSystemContactComponent>NamingSystem. contactContacts to assist a user in finding and communicating with the publisher.Methods in org.hl7.fhir.dstu2.model that return NamingSystem.NamingSystemContactComponent Modifier and Type Method Description NamingSystem.NamingSystemContactComponentNamingSystem. addContact()NamingSystem.NamingSystemContactComponentNamingSystem.NamingSystemContactComponent. addTelecom(ContactPoint t)NamingSystem.NamingSystemContactComponentNamingSystem.NamingSystemContactComponent. copy()NamingSystem.NamingSystemContactComponentNamingSystem.NamingSystemContactComponent. setName(String value)NamingSystem.NamingSystemContactComponentNamingSystem.NamingSystemContactComponent. setNameElement(StringType value)Methods in org.hl7.fhir.dstu2.model that return types with arguments of type NamingSystem.NamingSystemContactComponent Modifier and Type Method Description List<NamingSystem.NamingSystemContactComponent>NamingSystem. getContact()Methods in org.hl7.fhir.dstu2.model with parameters of type NamingSystem.NamingSystemContactComponent Modifier and Type Method Description NamingSystemNamingSystem. addContact(NamingSystem.NamingSystemContactComponent t)
-