Class StructureDefinition.Context.Builder
- java.lang.Object
- 
- com.ibm.fhir.model.builder.AbstractBuilder<Element>
- 
- com.ibm.fhir.model.type.Element.Builder
- 
- com.ibm.fhir.model.type.BackboneElement.Builder
- 
- com.ibm.fhir.model.resource.StructureDefinition.Context.Builder
 
 
 
 
- 
- Enclosing class:
- StructureDefinition.Context
 
 public static class StructureDefinition.Context.Builder extends BackboneElement.Builder 
- 
- 
Field Summary- 
Fields inherited from class com.ibm.fhir.model.type.BackboneElement.BuildermodifierExtension
 - 
Fields inherited from class com.ibm.fhir.model.type.Element.Builderextension, id
 - 
Fields inherited from class com.ibm.fhir.model.builder.AbstractBuildervalidating
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StructureDefinition.Contextbuild()Build theStructureDefinition.ContextStructureDefinition.Context.Builderexpression(String expression)An expression that defines where an extension can be used in resources.StructureDefinition.Context.Builderexpression(String expression)Convenience method for settingexpression.StructureDefinition.Context.Builderextension(Extension... extension)May be used to represent additional information that is not part of the basic definition of the element.StructureDefinition.Context.Builderextension(Collection<Extension> extension)May be used to represent additional information that is not part of the basic definition of the element.protected StructureDefinition.Context.Builderfrom(StructureDefinition.Context context)StructureDefinition.Context.Builderid(String id)Unique id for the element within a resource (for internal references).StructureDefinition.Context.BuildermodifierExtension(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.BuildermodifierExtension(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.Buildertype(ExtensionContextType type)Defines how to interpret the expression that defines what the context of the extension is.protected voidvalidate(StructureDefinition.Context context)- 
Methods inherited from class com.ibm.fhir.model.type.BackboneElement.Builderfrom, validate
 - 
Methods inherited from class com.ibm.fhir.model.type.Element.Builderfrom, validate
 - 
Methods inherited from class com.ibm.fhir.model.builder.AbstractBuilderisValidating, setValidating
 
- 
 
- 
- 
- 
Method Detail- 
idpublic StructureDefinition.Context.Builder id(String id) Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.- Overrides:
- idin class- BackboneElement.Builder
- Parameters:
- id- Unique id for inter-element referencing
- Returns:
- A reference to this Builder instance
 
 - 
extensionpublic StructureDefinition.Context.Builder extension(Extension... 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.Adds new element(s) to the existing list. If any of the elements are null, calling build()will fail.- Overrides:
- extensionin class- BackboneElement.Builder
- Parameters:
- extension- Additional content defined by implementations
- Returns:
- A reference to this Builder instance
 
 - 
extensionpublic 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. 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.Replaces the existing list with a new one containing elements from the Collection. If any of the elements are null, calling build()will fail.- Overrides:
- extensionin class- BackboneElement.Builder
- Parameters:
- extension- Additional content defined by implementations
- Returns:
- A reference to this Builder instance
- Throws:
- NullPointerException- If the passed collection is null
 
 - 
modifierExtensionpublic 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. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions.Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). Adds new element(s) to the existing list. If any of the elements are null, calling build()will fail.- Overrides:
- modifierExtensionin class- BackboneElement.Builder
- Parameters:
- modifierExtension- Extensions that cannot be ignored even if unrecognized
- Returns:
- A reference to this Builder instance
 
 - 
modifierExtensionpublic 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. Usually modifier elements provide negation or qualification. 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. Applications processing a resource are required to check for modifier extensions.Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself). Replaces the existing list with a new one containing elements from the Collection. If any of the elements are null, calling build()will fail.- Overrides:
- modifierExtensionin class- BackboneElement.Builder
- Parameters:
- modifierExtension- Extensions that cannot be ignored even if unrecognized
- Returns:
- A reference to this Builder instance
- Throws:
- NullPointerException- If the passed collection is null
 
 - 
typepublic StructureDefinition.Context.Builder type(ExtensionContextType type) Defines how to interpret the expression that defines what the context of the extension is.This element is required. - Parameters:
- type- fhirpath | element | extension
- Returns:
- A reference to this Builder instance
 
 - 
expressionpublic StructureDefinition.Context.Builder expression(String expression) Convenience method for settingexpression.This element is required. - Parameters:
- expression- Where the extension can be used in instances
- Returns:
- A reference to this Builder instance
- See Also:
- expression(com.ibm.fhir.model.type.String)
 
 - 
expressionpublic StructureDefinition.Context.Builder expression(String expression) An expression that defines where an extension can be used in resources.This element is required. - Parameters:
- expression- Where the extension can be used in instances
- Returns:
- A reference to this Builder instance
 
 - 
buildpublic StructureDefinition.Context build() - Specified by:
- buildin interface- Builder<Element>
- Specified by:
- buildin class- BackboneElement.Builder
- Returns:
- An immutable object of type StructureDefinition.Context
- Throws:
- IllegalStateException- if the current state cannot be built into a valid Context per the base specification
 
 - 
validateprotected void validate(StructureDefinition.Context context) 
 - 
fromprotected StructureDefinition.Context.Builder from(StructureDefinition.Context context) 
 
- 
 
-