Uses of Class
org.hl7.fhir.r4.model.InsurancePlan.CoverageBenefitLimitComponent
-
Packages that use InsurancePlan.CoverageBenefitLimitComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of InsurancePlan.CoverageBenefitLimitComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return InsurancePlan.CoverageBenefitLimitComponent Modifier and Type Method Description protected InsurancePlan.CoverageBenefitLimitComponentJsonParser. parseInsurancePlanCoverageBenefitLimitComponent(com.google.gson.JsonObject json, InsurancePlan owner)protected InsurancePlan.CoverageBenefitLimitComponentXmlParser. parseInsurancePlanCoverageBenefitLimitComponent(org.xmlpull.v1.XmlPullParser xpp, InsurancePlan owner) -
Uses of InsurancePlan.CoverageBenefitLimitComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type InsurancePlan.CoverageBenefitLimitComponent Modifier and Type Field Description protected List<InsurancePlan.CoverageBenefitLimitComponent>InsurancePlan.CoverageBenefitComponent. limitThe specific limits on the benefit.Methods in org.hl7.fhir.r4.model that return InsurancePlan.CoverageBenefitLimitComponent Modifier and Type Method Description InsurancePlan.CoverageBenefitLimitComponentInsurancePlan.CoverageBenefitComponent. addLimit()InsurancePlan.CoverageBenefitLimitComponentInsurancePlan.CoverageBenefitLimitComponent. copy()InsurancePlan.CoverageBenefitLimitComponentInsurancePlan.CoverageBenefitComponent. getLimitFirstRep()InsurancePlan.CoverageBenefitLimitComponentInsurancePlan.CoverageBenefitLimitComponent. setCode(CodeableConcept value)InsurancePlan.CoverageBenefitLimitComponentInsurancePlan.CoverageBenefitLimitComponent. setValue(Quantity value)Methods in org.hl7.fhir.r4.model that return types with arguments of type InsurancePlan.CoverageBenefitLimitComponent Modifier and Type Method Description List<InsurancePlan.CoverageBenefitLimitComponent>InsurancePlan.CoverageBenefitComponent. getLimit()Methods in org.hl7.fhir.r4.model with parameters of type InsurancePlan.CoverageBenefitLimitComponent Modifier and Type Method Description InsurancePlan.CoverageBenefitComponentInsurancePlan.CoverageBenefitComponent. addLimit(InsurancePlan.CoverageBenefitLimitComponent t)voidInsurancePlan.CoverageBenefitLimitComponent. copyValues(InsurancePlan.CoverageBenefitLimitComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type InsurancePlan.CoverageBenefitLimitComponent Modifier and Type Method Description InsurancePlan.CoverageBenefitComponentInsurancePlan.CoverageBenefitComponent. setLimit(List<InsurancePlan.CoverageBenefitLimitComponent> theLimit)
-