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.GeneralCost
InsurancePlan.Plan.GeneralCost.Builder. build()
Build theInsurancePlan.Plan.GeneralCost
Methods 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.Builder
InsurancePlan.Plan.GeneralCost.Builder. from(InsurancePlan.Plan.GeneralCost generalCost)
InsurancePlan.Plan.Builder
InsurancePlan.Plan.Builder. generalCost(InsurancePlan.Plan.GeneralCost... generalCost)
Overall costs associated with the plan.protected void
InsurancePlan.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.Builder
InsurancePlan.Plan.Builder. generalCost(java.util.Collection<InsurancePlan.Plan.GeneralCost> generalCost)
Overall costs associated with the plan.
-