Class ElementDefinition_TypeBuilder.Impl
- java.lang.Object
-
- com.babylonhealth.lit.hl7_java.builders.ElementDefinition_TypeBuilder.Impl
-
- All Implemented Interfaces:
ElementDefinition_TypeBuilder
- Enclosing interface:
- ElementDefinition_TypeBuilder
public static class ElementDefinition_TypeBuilder.Impl extends java.lang.Object implements ElementDefinition_TypeBuilder
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.babylonhealth.lit.hl7_java.builders.ElementDefinition_TypeBuilder
ElementDefinition_TypeBuilder.Impl
-
-
Constructor Summary
Constructors Constructor Description Impl(java.lang.String code)Required fields forElementDefinition.Type
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.babylonhealth.lit.hl7.model.ElementDefinition.Typebuild()ElementDefinition_TypeBuilder.ImplwithAggregation(@NonNull com.babylonhealth.lit.hl7.RESOURCE_AGGREGATION_MODE... aggregation)ElementDefinition_TypeBuilder.ImplwithAggregation(@NonNull java.util.Collection<com.babylonhealth.lit.hl7.RESOURCE_AGGREGATION_MODE> aggregation)ElementDefinition_TypeBuilder.ImplwithExtension(@NonNull com.babylonhealth.lit.core_java.builders.ExtensionBuilder... extension)ElementDefinition_TypeBuilder.ImplwithExtension(@NonNull com.babylonhealth.lit.core.model.Extension... extension)ElementDefinition_TypeBuilder.ImplwithExtension(@NonNull java.util.Collection<com.babylonhealth.lit.core.model.Extension> extension)ElementDefinition_TypeBuilder.ImplwithId(@NonNull java.lang.String id)ElementDefinition_TypeBuilder.ImplwithProfile(@NonNull java.lang.String... profile)ElementDefinition_TypeBuilder.ImplwithProfile(@NonNull java.util.Collection<java.lang.String> profile)ElementDefinition_TypeBuilder.ImplwithTargetProfile(@NonNull java.lang.String... targetProfile)ElementDefinition_TypeBuilder.ImplwithTargetProfile(@NonNull java.util.Collection<java.lang.String> targetProfile)ElementDefinition_TypeBuilder.ImplwithVersioning(@NonNull com.babylonhealth.lit.hl7.REFERENCE_VERSION_RULES versioning)
-
-
-
Method Detail
-
withId
public ElementDefinition_TypeBuilder.Impl withId(@NonNull @NonNull java.lang.String id)
- Parameters:
id- - Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
-
withProfile
public ElementDefinition_TypeBuilder.Impl withProfile(@NonNull @NonNull java.lang.String... profile)
- Parameters:
profile-
-
withProfile
public ElementDefinition_TypeBuilder.Impl withProfile(@NonNull @NonNull java.util.Collection<java.lang.String> profile)
- Parameters:
profile-
-
withExtension
public ElementDefinition_TypeBuilder.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 element. 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 ElementDefinition_TypeBuilder.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 element. 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 ElementDefinition_TypeBuilder.Impl withExtension(@NonNull @NonNull com.babylonhealth.lit.core_java.builders.ExtensionBuilder... extension)
-
withVersioning
public ElementDefinition_TypeBuilder.Impl withVersioning(@NonNull @NonNull com.babylonhealth.lit.hl7.REFERENCE_VERSION_RULES versioning)
- Parameters:
versioning-
-
withAggregation
public ElementDefinition_TypeBuilder.Impl withAggregation(@NonNull @NonNull com.babylonhealth.lit.hl7.RESOURCE_AGGREGATION_MODE... aggregation)
- Parameters:
aggregation-
-
withAggregation
public ElementDefinition_TypeBuilder.Impl withAggregation(@NonNull @NonNull java.util.Collection<com.babylonhealth.lit.hl7.RESOURCE_AGGREGATION_MODE> aggregation)
- Parameters:
aggregation-
-
withTargetProfile
public ElementDefinition_TypeBuilder.Impl withTargetProfile(@NonNull @NonNull java.lang.String... targetProfile)
- Parameters:
targetProfile-
-
withTargetProfile
public ElementDefinition_TypeBuilder.Impl withTargetProfile(@NonNull @NonNull java.util.Collection<java.lang.String> targetProfile)
- Parameters:
targetProfile-
-
build
public com.babylonhealth.lit.hl7.model.ElementDefinition.Type build()
- Specified by:
buildin interfaceElementDefinition_TypeBuilder
-
-