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