Uses of Class
org.linuxforhealth.fhir.model.resource.InsurancePlan.Plan.GeneralCost
-
Packages that use InsurancePlan.Plan.GeneralCost Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of InsurancePlan.Plan.GeneralCost in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return InsurancePlan.Plan.GeneralCost Modifier and Type Method Description InsurancePlan.Plan.GeneralCostInsurancePlan.Plan.GeneralCost.Builder. build()Build theInsurancePlan.Plan.GeneralCostMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type InsurancePlan.Plan.GeneralCost Modifier and Type Method Description java.util.List<InsurancePlan.Plan.GeneralCost>InsurancePlan.Plan. getGeneralCost()Overall costs associated with the plan.Methods in org.linuxforhealth.fhir.model.resource with parameters of type InsurancePlan.Plan.GeneralCost Modifier and Type Method Description protected InsurancePlan.Plan.GeneralCost.BuilderInsurancePlan.Plan.GeneralCost.Builder. from(InsurancePlan.Plan.GeneralCost generalCost)InsurancePlan.Plan.BuilderInsurancePlan.Plan.Builder. generalCost(InsurancePlan.Plan.GeneralCost... generalCost)Overall costs associated with the plan.protected voidInsurancePlan.Plan.GeneralCost.Builder. validate(InsurancePlan.Plan.GeneralCost generalCost)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type InsurancePlan.Plan.GeneralCost Modifier and Type Method Description InsurancePlan.Plan.BuilderInsurancePlan.Plan.Builder. generalCost(java.util.Collection<InsurancePlan.Plan.GeneralCost> generalCost)Overall costs associated with the plan.
-