Class Coverage_CostToBeneficiary_ExceptionBuilder.Impl
- java.lang.Object
-
- com.babylonhealth.lit.hl7_java.builders.Coverage_CostToBeneficiary_ExceptionBuilder.Impl
-
- All Implemented Interfaces:
Coverage_CostToBeneficiary_ExceptionBuilder
- Enclosing interface:
- Coverage_CostToBeneficiary_ExceptionBuilder
public static class Coverage_CostToBeneficiary_ExceptionBuilder.Impl extends java.lang.Object implements Coverage_CostToBeneficiary_ExceptionBuilder
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.babylonhealth.lit.hl7_java.builders.Coverage_CostToBeneficiary_ExceptionBuilder
Coverage_CostToBeneficiary_ExceptionBuilder.Impl
-
-
Constructor Summary
Constructors Constructor Description Impl(com.babylonhealth.lit.core.model.CodeableConcept _type)Required fields forCoverage$CostToBeneficiary$Exception
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.babylonhealth.lit.hl7.model.Coverage$CostToBeneficiary$Exceptionbuild()Coverage_CostToBeneficiary_ExceptionBuilder.ImplwithExtension(@NonNull com.babylonhealth.lit.core_java.builders.ExtensionBuilder... extension)Coverage_CostToBeneficiary_ExceptionBuilder.ImplwithExtension(@NonNull com.babylonhealth.lit.core.model.Extension... extension)Coverage_CostToBeneficiary_ExceptionBuilder.ImplwithExtension(@NonNull java.util.Collection<com.babylonhealth.lit.core.model.Extension> extension)Coverage_CostToBeneficiary_ExceptionBuilder.ImplwithId(@NonNull java.lang.String id)Coverage_CostToBeneficiary_ExceptionBuilder.ImplwithModifierExtension(@NonNull com.babylonhealth.lit.core_java.builders.ExtensionBuilder... modifierExtension)Coverage_CostToBeneficiary_ExceptionBuilder.ImplwithModifierExtension(@NonNull com.babylonhealth.lit.core.model.Extension... modifierExtension)Coverage_CostToBeneficiary_ExceptionBuilder.ImplwithModifierExtension(@NonNull java.util.Collection<com.babylonhealth.lit.core.model.Extension> modifierExtension)Coverage_CostToBeneficiary_ExceptionBuilder.ImplwithPeriod(@NonNull com.babylonhealth.lit.core_java.builders.PeriodBuilder period)Coverage_CostToBeneficiary_ExceptionBuilder.ImplwithPeriod(@NonNull com.babylonhealth.lit.core.model.Period period)
-
-
-
Constructor Detail
-
Impl
public Impl(com.babylonhealth.lit.core.model.CodeableConcept _type)
Required fields forCoverage$CostToBeneficiary$Exception- Parameters:
_type- - The type of coverage: social program, medical plan, accident coverage (workers compensation, auto), group health or payment by an individual or organization.
-
-
Method Detail
-
withId
public Coverage_CostToBeneficiary_ExceptionBuilder.Impl withId(@NonNull @NonNull java.lang.String id)
- Parameters:
id- - The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.
-
withPeriod
public Coverage_CostToBeneficiary_ExceptionBuilder.Impl withPeriod(@NonNull @NonNull com.babylonhealth.lit.core.model.Period period)
- Parameters:
period- - Time period during which the coverage is in force. A missing start date indicates the start date isn't known, a missing end date means the coverage is continuing to be in force.
-
withPeriod
public Coverage_CostToBeneficiary_ExceptionBuilder.Impl withPeriod(@NonNull @NonNull com.babylonhealth.lit.core_java.builders.PeriodBuilder period)
-
withExtension
public Coverage_CostToBeneficiary_ExceptionBuilder.Impl withExtension(@NonNull @NonNull com.babylonhealth.lit.core.model.Extension... extension)
- Parameters:
extension- - May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
-
withExtension
public Coverage_CostToBeneficiary_ExceptionBuilder.Impl withExtension(@NonNull @NonNull java.util.Collection<com.babylonhealth.lit.core.model.Extension> extension)
- Parameters:
extension- - May be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
-
withExtension
public Coverage_CostToBeneficiary_ExceptionBuilder.Impl withExtension(@NonNull @NonNull com.babylonhealth.lit.core_java.builders.ExtensionBuilder... extension)
-
withModifierExtension
public Coverage_CostToBeneficiary_ExceptionBuilder.Impl withModifierExtension(@NonNull @NonNull com.babylonhealth.lit.core.model.Extension... modifierExtension)
- Parameters:
modifierExtension- - May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
-
withModifierExtension
public Coverage_CostToBeneficiary_ExceptionBuilder.Impl withModifierExtension(@NonNull @NonNull java.util.Collection<com.babylonhealth.lit.core.model.Extension> modifierExtension)
- Parameters:
modifierExtension- - May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
-
withModifierExtension
public Coverage_CostToBeneficiary_ExceptionBuilder.Impl withModifierExtension(@NonNull @NonNull com.babylonhealth.lit.core_java.builders.ExtensionBuilder... modifierExtension)
-
build
public com.babylonhealth.lit.hl7.model.Coverage$CostToBeneficiary$Exception build()
- Specified by:
buildin interfaceCoverage_CostToBeneficiary_ExceptionBuilder
-
-