ElementDefinition.Type.Builder |
ElementDefinition.Type.Builder.aggregation(AggregationMode... aggregation) |
If the type is a reference to another resource, how the resource is or can be aggregated - is it a contained resource,
or a reference, and if the context is a bundle, is it included in the bundle.
|
ElementDefinition.Type.Builder |
ElementDefinition.Type.Builder.aggregation(Collection<AggregationMode> aggregation) |
If the type is a reference to another resource, how the resource is or can be aggregated - is it a contained resource,
or a reference, and if the context is a bundle, is it included in the bundle.
|
static ElementDefinition.Type.Builder |
ElementDefinition.Type.builder() |
|
ElementDefinition.Type.Builder |
ElementDefinition.Type.Builder.code(Uri code) |
URL of Data type or Resource that is a(or the) type used for this element.
|
ElementDefinition.Type.Builder |
ElementDefinition.Type.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
ElementDefinition.Type.Builder |
ElementDefinition.Type.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.Type.Builder |
ElementDefinition.Type.Builder.from(ElementDefinition.Type type) |
|
ElementDefinition.Type.Builder |
ElementDefinition.Type.Builder.id(String id) |
Unique id for the element within a resource (for internal references).
|
ElementDefinition.Type.Builder |
ElementDefinition.Type.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.Type.Builder |
ElementDefinition.Type.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.Type.Builder |
ElementDefinition.Type.Builder.profile(Canonical... profile) |
Identifies a profile structure or implementation Guide that applies to the datatype this element refers to.
|
ElementDefinition.Type.Builder |
ElementDefinition.Type.Builder.profile(Collection<Canonical> profile) |
Identifies a profile structure or implementation Guide that applies to the datatype this element refers to.
|
ElementDefinition.Type.Builder |
ElementDefinition.Type.Builder.targetProfile(Canonical... targetProfile) |
Used when the type is "Reference" or "canonical", and identifies a profile structure or implementation Guide that
applies to the target of the reference this element refers to.
|
ElementDefinition.Type.Builder |
ElementDefinition.Type.Builder.targetProfile(Collection<Canonical> targetProfile) |
Used when the type is "Reference" or "canonical", and identifies a profile structure or implementation Guide that
applies to the target of the reference this element refers to.
|
ElementDefinition.Type.Builder |
ElementDefinition.Type.toBuilder() |
|
ElementDefinition.Type.Builder |
ElementDefinition.Type.Builder.versioning(ReferenceVersionRules versioning) |
Whether this reference needs to be version specific or version independent, or whether either can be used.
|