Class ElementDefinition_MappingBuilder.Impl
- java.lang.Object
-
- com.babylonhealth.lit.hl7_java.builders.ElementDefinition_MappingBuilder.Impl
-
- All Implemented Interfaces:
ElementDefinition_MappingBuilder
- Enclosing interface:
- ElementDefinition_MappingBuilder
public static class ElementDefinition_MappingBuilder.Impl extends java.lang.Object implements ElementDefinition_MappingBuilder
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.babylonhealth.lit.hl7_java.builders.ElementDefinition_MappingBuilder
ElementDefinition_MappingBuilder.Impl
-
-
Constructor Summary
Constructors Constructor Description Impl(java.lang.String map, java.lang.String identity)Required fields forElementDefinition.Mapping
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.babylonhealth.lit.hl7.model.ElementDefinition.Mappingbuild()ElementDefinition_MappingBuilder.ImplwithComment(@NonNull java.lang.String comment)ElementDefinition_MappingBuilder.ImplwithExtension(@NonNull com.babylonhealth.lit.core_java.builders.ExtensionBuilder... extension)ElementDefinition_MappingBuilder.ImplwithExtension(@NonNull com.babylonhealth.lit.core.model.Extension... extension)ElementDefinition_MappingBuilder.ImplwithExtension(@NonNull java.util.Collection<com.babylonhealth.lit.core.model.Extension> extension)ElementDefinition_MappingBuilder.ImplwithId(@NonNull java.lang.String id)ElementDefinition_MappingBuilder.ImplwithLanguage(@NonNull java.lang.String language)
-
-
-
Method Detail
-
withId
public ElementDefinition_MappingBuilder.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.
-
withComment
public ElementDefinition_MappingBuilder.Impl withComment(@NonNull @NonNull java.lang.String comment)
- Parameters:
comment- - Explanatory notes and implementation guidance about the data element, including notes about how to use the data properly, exceptions to proper use, etc. (Note: The text you are reading is specified in ElementDefinition.comment).
-
withLanguage
public ElementDefinition_MappingBuilder.Impl withLanguage(@NonNull @NonNull java.lang.String language)
- Parameters:
language-
-
withExtension
public ElementDefinition_MappingBuilder.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_MappingBuilder.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_MappingBuilder.Impl withExtension(@NonNull @NonNull com.babylonhealth.lit.core_java.builders.ExtensionBuilder... extension)
-
build
public com.babylonhealth.lit.hl7.model.ElementDefinition.Mapping build()
- Specified by:
buildin interfaceElementDefinition_MappingBuilder
-
-