static StructureDefinition.Context.Builder |
StructureDefinition.Context.builder() |
|
StructureDefinition.Context.Builder |
StructureDefinition.Context.Builder.expression(String expression) |
An expression that defines where an extension can be used in resources.
|
StructureDefinition.Context.Builder |
StructureDefinition.Context.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
StructureDefinition.Context.Builder |
StructureDefinition.Context.Builder.extension(Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
protected StructureDefinition.Context.Builder |
StructureDefinition.Context.Builder.from(StructureDefinition.Context context) |
|
StructureDefinition.Context.Builder |
StructureDefinition.Context.Builder.id(String id) |
Unique id for the element within a resource (for internal references).
|
StructureDefinition.Context.Builder |
StructureDefinition.Context.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.
|
StructureDefinition.Context.Builder |
StructureDefinition.Context.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.
|
StructureDefinition.Context.Builder |
StructureDefinition.Context.toBuilder() |
|
StructureDefinition.Context.Builder |
StructureDefinition.Context.Builder.type(ExtensionContextType type) |
Defines how to interpret the expression that defines what the context of the extension is.
|