static ElementDefinition.Slicing.Builder |
ElementDefinition.Slicing.builder() |
|
ElementDefinition.Slicing.Builder |
ElementDefinition.Slicing.Builder.description(String description) |
A human-readable text description of how the slicing works.
|
ElementDefinition.Slicing.Builder |
ElementDefinition.Slicing.Builder.discriminator(ElementDefinition.Slicing.Discriminator... discriminator) |
Designates which child elements are used to discriminate between the slices when processing an instance.
|
ElementDefinition.Slicing.Builder |
ElementDefinition.Slicing.Builder.discriminator(Collection<ElementDefinition.Slicing.Discriminator> discriminator) |
Designates which child elements are used to discriminate between the slices when processing an instance.
|
ElementDefinition.Slicing.Builder |
ElementDefinition.Slicing.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
ElementDefinition.Slicing.Builder |
ElementDefinition.Slicing.Builder.extension(Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
protected ElementDefinition.Slicing.Builder |
ElementDefinition.Slicing.Builder.from(ElementDefinition.Slicing slicing) |
|
ElementDefinition.Slicing.Builder |
ElementDefinition.Slicing.Builder.id(String id) |
Unique id for the element within a resource (for internal references).
|
ElementDefinition.Slicing.Builder |
ElementDefinition.Slicing.Builder.modifierExtension(Extension... modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the element and that
modifies the understanding of the element in which it is contained and/or the understanding of the containing
element's descendants.
|
ElementDefinition.Slicing.Builder |
ElementDefinition.Slicing.Builder.modifierExtension(Collection<Extension> modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the element and that
modifies the understanding of the element in which it is contained and/or the understanding of the containing
element's descendants.
|
ElementDefinition.Slicing.Builder |
ElementDefinition.Slicing.Builder.ordered(Boolean ordered) |
If the matching elements have to occur in the same order as defined in the profile.
|
ElementDefinition.Slicing.Builder |
ElementDefinition.Slicing.Builder.rules(SlicingRules rules) |
Whether additional slices are allowed or not.
|
ElementDefinition.Slicing.Builder |
ElementDefinition.Slicing.toBuilder() |
|