Uses of Class
org.hl7.fhir.dstu2.model.ImplementationGuide.ImplementationGuideContactComponent
-
Packages that use ImplementationGuide.ImplementationGuideContactComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of ImplementationGuide.ImplementationGuideContactComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return ImplementationGuide.ImplementationGuideContactComponent Modifier and Type Method Description protected ImplementationGuide.ImplementationGuideContactComponentJsonParser. parseImplementationGuideImplementationGuideContactComponent(com.google.gson.JsonObject json, ImplementationGuide owner)protected ImplementationGuide.ImplementationGuideContactComponentXmlParser. parseImplementationGuideImplementationGuideContactComponent(org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type ImplementationGuide.ImplementationGuideContactComponent Modifier and Type Method Description protected voidJsonParser. composeImplementationGuideImplementationGuideContactComponent(String name, ImplementationGuide.ImplementationGuideContactComponent element)protected voidXmlParser. composeImplementationGuideImplementationGuideContactComponent(String name, ImplementationGuide.ImplementationGuideContactComponent element)protected voidJsonParser. composeImplementationGuideImplementationGuideContactComponentInner(ImplementationGuide.ImplementationGuideContactComponent element) -
Uses of ImplementationGuide.ImplementationGuideContactComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type ImplementationGuide.ImplementationGuideContactComponent Modifier and Type Field Description protected List<ImplementationGuide.ImplementationGuideContactComponent>ImplementationGuide. contactContacts to assist a user in finding and communicating with the publisher.Methods in org.hl7.fhir.dstu2.model that return ImplementationGuide.ImplementationGuideContactComponent Modifier and Type Method Description ImplementationGuide.ImplementationGuideContactComponentImplementationGuide. addContact()ImplementationGuide.ImplementationGuideContactComponentImplementationGuide.ImplementationGuideContactComponent. addTelecom(ContactPoint t)ImplementationGuide.ImplementationGuideContactComponentImplementationGuide.ImplementationGuideContactComponent. copy()ImplementationGuide.ImplementationGuideContactComponentImplementationGuide.ImplementationGuideContactComponent. setName(String value)ImplementationGuide.ImplementationGuideContactComponentImplementationGuide.ImplementationGuideContactComponent. setNameElement(StringType value)Methods in org.hl7.fhir.dstu2.model that return types with arguments of type ImplementationGuide.ImplementationGuideContactComponent Modifier and Type Method Description List<ImplementationGuide.ImplementationGuideContactComponent>ImplementationGuide. getContact()Methods in org.hl7.fhir.dstu2.model with parameters of type ImplementationGuide.ImplementationGuideContactComponent Modifier and Type Method Description ImplementationGuideImplementationGuide. addContact(ImplementationGuide.ImplementationGuideContactComponent t)
-