Class ElementDefinition_Slicing_DiscriminatorBuilder.Impl
- java.lang.Object
-
- com.babylonhealth.lit.hl7_java.builders.ElementDefinition_Slicing_DiscriminatorBuilder.Impl
-
- All Implemented Interfaces:
ElementDefinition_Slicing_DiscriminatorBuilder
- Enclosing interface:
- ElementDefinition_Slicing_DiscriminatorBuilder
public static class ElementDefinition_Slicing_DiscriminatorBuilder.Impl extends java.lang.Object implements ElementDefinition_Slicing_DiscriminatorBuilder
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.babylonhealth.lit.hl7_java.builders.ElementDefinition_Slicing_DiscriminatorBuilder
ElementDefinition_Slicing_DiscriminatorBuilder.Impl
-
-
Constructor Summary
Constructors Constructor Description Impl(com.babylonhealth.lit.hl7.DISCRIMINATOR_TYPE _type, java.lang.String path)Required fields forElementDefinition$Slicing$Discriminator
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.babylonhealth.lit.hl7.model.ElementDefinition$Slicing$Discriminatorbuild()ElementDefinition_Slicing_DiscriminatorBuilder.ImplwithExtension(@NonNull com.babylonhealth.lit.core_java.builders.ExtensionBuilder... extension)ElementDefinition_Slicing_DiscriminatorBuilder.ImplwithExtension(@NonNull com.babylonhealth.lit.core.model.Extension... extension)ElementDefinition_Slicing_DiscriminatorBuilder.ImplwithExtension(@NonNull java.util.Collection<com.babylonhealth.lit.core.model.Extension> extension)ElementDefinition_Slicing_DiscriminatorBuilder.ImplwithId(@NonNull java.lang.String id)
-
-
-
Constructor Detail
-
Impl
public Impl(com.babylonhealth.lit.hl7.DISCRIMINATOR_TYPE _type, java.lang.String path)Required fields forElementDefinition$Slicing$Discriminator- Parameters:
_type- - The data type or resource that the value of this element is permitted to be.path- - The path identifies the element and is expressed as a "."-separated list of ancestor elements, beginning with the name of the resource or extension.
-
-
Method Detail
-
withId
public ElementDefinition_Slicing_DiscriminatorBuilder.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.
-
withExtension
public ElementDefinition_Slicing_DiscriminatorBuilder.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_Slicing_DiscriminatorBuilder.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_Slicing_DiscriminatorBuilder.Impl withExtension(@NonNull @NonNull com.babylonhealth.lit.core_java.builders.ExtensionBuilder... extension)
-
build
public com.babylonhealth.lit.hl7.model.ElementDefinition$Slicing$Discriminator build()
- Specified by:
buildin interfaceElementDefinition_Slicing_DiscriminatorBuilder
-
-