Uses of Class
com.ibm.fhir.model.resource.InsurancePlan.Plan.SpecificCost
-
Packages that use InsurancePlan.Plan.SpecificCost Package Description com.ibm.fhir.model.resource -
-
Uses of InsurancePlan.Plan.SpecificCost in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return InsurancePlan.Plan.SpecificCost Modifier and Type Method Description InsurancePlan.Plan.SpecificCost
InsurancePlan.Plan.SpecificCost.Builder. build()
Build theInsurancePlan.Plan.SpecificCost
Methods in com.ibm.fhir.model.resource that return types with arguments of type InsurancePlan.Plan.SpecificCost Modifier and Type Method Description List<InsurancePlan.Plan.SpecificCost>
InsurancePlan.Plan. getSpecificCost()
Costs associated with the coverage provided by the product.Methods in com.ibm.fhir.model.resource with parameters of type InsurancePlan.Plan.SpecificCost Modifier and Type Method Description protected InsurancePlan.Plan.SpecificCost.Builder
InsurancePlan.Plan.SpecificCost.Builder. from(InsurancePlan.Plan.SpecificCost specificCost)
InsurancePlan.Plan.Builder
InsurancePlan.Plan.Builder. specificCost(InsurancePlan.Plan.SpecificCost... specificCost)
Costs associated with the coverage provided by the product.protected void
InsurancePlan.Plan.SpecificCost.Builder. validate(InsurancePlan.Plan.SpecificCost specificCost)
Method parameters in com.ibm.fhir.model.resource with type arguments of type InsurancePlan.Plan.SpecificCost Modifier and Type Method Description InsurancePlan.Plan.Builder
InsurancePlan.Plan.Builder. specificCost(Collection<InsurancePlan.Plan.SpecificCost> specificCost)
Costs associated with the coverage provided by the product.
-