Uses of Class
org.hl7.fhir.r4.model.InsurancePlan.InsurancePlanPlanGeneralCostComponent
-
Packages that use InsurancePlan.InsurancePlanPlanGeneralCostComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of InsurancePlan.InsurancePlanPlanGeneralCostComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return InsurancePlan.InsurancePlanPlanGeneralCostComponent Modifier and Type Method Description protected InsurancePlan.InsurancePlanPlanGeneralCostComponentJsonParser. parseInsurancePlanInsurancePlanPlanGeneralCostComponent(com.google.gson.JsonObject json, InsurancePlan owner)protected InsurancePlan.InsurancePlanPlanGeneralCostComponentXmlParser. parseInsurancePlanInsurancePlanPlanGeneralCostComponent(org.xmlpull.v1.XmlPullParser xpp, InsurancePlan owner) -
Uses of InsurancePlan.InsurancePlanPlanGeneralCostComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type InsurancePlan.InsurancePlanPlanGeneralCostComponent Modifier and Type Field Description protected List<InsurancePlan.InsurancePlanPlanGeneralCostComponent>InsurancePlan.InsurancePlanPlanComponent. generalCostOverall costs associated with the plan.Methods in org.hl7.fhir.r4.model that return types with arguments of type InsurancePlan.InsurancePlanPlanGeneralCostComponent Modifier and Type Method Description List<InsurancePlan.InsurancePlanPlanGeneralCostComponent>InsurancePlan.InsurancePlanPlanComponent. getGeneralCost()Methods in org.hl7.fhir.r4.model with parameters of type InsurancePlan.InsurancePlanPlanGeneralCostComponent Modifier and Type Method Description InsurancePlan.InsurancePlanPlanComponentInsurancePlan.InsurancePlanPlanComponent. addGeneralCost(InsurancePlan.InsurancePlanPlanGeneralCostComponent t)voidInsurancePlan.InsurancePlanPlanGeneralCostComponent. copyValues(InsurancePlan.InsurancePlanPlanGeneralCostComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type InsurancePlan.InsurancePlanPlanGeneralCostComponent Modifier and Type Method Description InsurancePlan.InsurancePlanPlanComponentInsurancePlan.InsurancePlanPlanComponent. setGeneralCost(List<InsurancePlan.InsurancePlanPlanGeneralCostComponent> theGeneralCost)
-