Uses of Class
org.hl7.fhir.r4.model.InsurancePlan.InsurancePlanContactComponent
Packages that use InsurancePlan.InsurancePlanContactComponent
-
Uses of InsurancePlan.InsurancePlanContactComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return InsurancePlan.InsurancePlanContactComponentModifier and TypeMethodDescriptionJsonParser.parseInsurancePlanInsurancePlanContactComponent(com.google.gson.JsonObject json, InsurancePlan owner)XmlParser.parseInsurancePlanInsurancePlanContactComponent(org.xmlpull.v1.XmlPullParser xpp, InsurancePlan owner)Methods in org.hl7.fhir.r4.formats with parameters of type InsurancePlan.InsurancePlanContactComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeInsurancePlanInsurancePlanContactComponent(String name, InsurancePlan.InsurancePlanContactComponent element)protected voidRdfParser.composeInsurancePlanInsurancePlanContactComponent(Turtle.Complex parent, String parentType, String name, InsurancePlan.InsurancePlanContactComponent element, int index)protected voidXmlParser.composeInsurancePlanInsurancePlanContactComponent(String name, InsurancePlan.InsurancePlanContactComponent element)protected voidXmlParser.composeInsurancePlanInsurancePlanContactComponentElements(InsurancePlan.InsurancePlanContactComponent element)protected voidJsonParser.composeInsurancePlanInsurancePlanContactComponentInner(InsurancePlan.InsurancePlanContactComponent element)protected booleanXmlParser.parseInsurancePlanInsurancePlanContactComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, InsurancePlan owner, InsurancePlan.InsurancePlanContactComponent res)protected voidJsonParser.parseInsurancePlanInsurancePlanContactComponentProperties(com.google.gson.JsonObject json, InsurancePlan owner, InsurancePlan.InsurancePlanContactComponent res) -
Uses of InsurancePlan.InsurancePlanContactComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type InsurancePlan.InsurancePlanContactComponentModifier and TypeFieldDescriptionprotected List<InsurancePlan.InsurancePlanContactComponent>InsurancePlan.contactThe contact for the health insurance product for a certain purpose.Methods in org.hl7.fhir.r4.model that return InsurancePlan.InsurancePlanContactComponentModifier and TypeMethodDescriptionInsurancePlan.addContact()InsurancePlan.InsurancePlanContactComponent.addTelecom(ContactPoint t)InsurancePlan.InsurancePlanContactComponent.copy()InsurancePlan.getContactFirstRep()InsurancePlan.InsurancePlanContactComponent.setAddress(Address value)InsurancePlan.InsurancePlanContactComponent.setPurpose(CodeableConcept value)InsurancePlan.InsurancePlanContactComponent.setTelecom(List<ContactPoint> theTelecom)Methods in org.hl7.fhir.r4.model that return types with arguments of type InsurancePlan.InsurancePlanContactComponentMethods in org.hl7.fhir.r4.model with parameters of type InsurancePlan.InsurancePlanContactComponentModifier and TypeMethodDescriptionInsurancePlan.addContact(InsurancePlan.InsurancePlanContactComponent t)voidInsurancePlan.InsurancePlanContactComponent.copyValues(InsurancePlan.InsurancePlanContactComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type InsurancePlan.InsurancePlanContactComponentModifier and TypeMethodDescriptionInsurancePlan.setContact(List<InsurancePlan.InsurancePlanContactComponent> theContact)