Uses of Class
org.hl7.fhir.dstu2016may.model.CodeSystem.CodeSystemContactComponent
-
Packages that use CodeSystem.CodeSystemContactComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of CodeSystem.CodeSystemContactComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return CodeSystem.CodeSystemContactComponent Modifier and Type Method Description protected CodeSystem.CodeSystemContactComponentJsonParser. parseCodeSystemCodeSystemContactComponent(com.google.gson.JsonObject json, CodeSystem owner)protected CodeSystem.CodeSystemContactComponentXmlParser. parseCodeSystemCodeSystemContactComponent(org.xmlpull.v1.XmlPullParser xpp, CodeSystem owner)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type CodeSystem.CodeSystemContactComponent Modifier and Type Method Description protected voidJsonParser. composeCodeSystemCodeSystemContactComponent(String name, CodeSystem.CodeSystemContactComponent element)protected voidRdfParser. composeCodeSystemCodeSystemContactComponent(RdfGenerator.Complex parent, String parentType, String name, CodeSystem.CodeSystemContactComponent element, int index)protected voidXmlParser. composeCodeSystemCodeSystemContactComponent(String name, CodeSystem.CodeSystemContactComponent element)protected voidJsonParser. composeCodeSystemCodeSystemContactComponentInner(CodeSystem.CodeSystemContactComponent element) -
Uses of CodeSystem.CodeSystemContactComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type CodeSystem.CodeSystemContactComponent Modifier and Type Field Description protected List<CodeSystem.CodeSystemContactComponent>CodeSystem. contactContacts to assist a user in finding and communicating with the publisher.Methods in org.hl7.fhir.dstu2016may.model that return CodeSystem.CodeSystemContactComponent Modifier and Type Method Description CodeSystem.CodeSystemContactComponentCodeSystem. addContact()CodeSystem.CodeSystemContactComponentCodeSystem.CodeSystemContactComponent. addTelecom(ContactPoint t)CodeSystem.CodeSystemContactComponentCodeSystem.CodeSystemContactComponent. copy()CodeSystem.CodeSystemContactComponentCodeSystem.CodeSystemContactComponent. setName(String value)CodeSystem.CodeSystemContactComponentCodeSystem.CodeSystemContactComponent. setNameElement(StringType value)Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type CodeSystem.CodeSystemContactComponent Modifier and Type Method Description List<CodeSystem.CodeSystemContactComponent>CodeSystem. getContact()Methods in org.hl7.fhir.dstu2016may.model with parameters of type CodeSystem.CodeSystemContactComponent Modifier and Type Method Description CodeSystemCodeSystem. addContact(CodeSystem.CodeSystemContactComponent t)
-