Class ExampleScenario.Instance.Builder
- java.lang.Object
-
- org.linuxforhealth.fhir.model.builder.AbstractBuilder<Element>
-
- org.linuxforhealth.fhir.model.type.Element.Builder
-
- org.linuxforhealth.fhir.model.type.BackboneElement.Builder
-
- org.linuxforhealth.fhir.model.resource.ExampleScenario.Instance.Builder
-
- Enclosing class:
- ExampleScenario.Instance
public static class ExampleScenario.Instance.Builder extends BackboneElement.Builder
-
-
Field Summary
-
Fields inherited from class org.linuxforhealth.fhir.model.type.BackboneElement.Builder
modifierExtension
-
Fields inherited from class org.linuxforhealth.fhir.model.type.Element.Builder
extension, id
-
Fields inherited from class org.linuxforhealth.fhir.model.builder.AbstractBuilder
validating
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExampleScenario.Instance
build()
Build theExampleScenario.Instance
ExampleScenario.Instance.Builder
containedInstance(java.util.Collection<ExampleScenario.Instance.ContainedInstance> containedInstance)
Resources contained in the instance (e.g.ExampleScenario.Instance.Builder
containedInstance(ExampleScenario.Instance.ContainedInstance... containedInstance)
Resources contained in the instance (e.g.ExampleScenario.Instance.Builder
description(Markdown description)
Human-friendly description of the resource instance.ExampleScenario.Instance.Builder
extension(java.util.Collection<Extension> extension)
May be used to represent additional information that is not part of the basic definition of the element.ExampleScenario.Instance.Builder
extension(Extension... extension)
May be used to represent additional information that is not part of the basic definition of the element.protected ExampleScenario.Instance.Builder
from(ExampleScenario.Instance instance)
ExampleScenario.Instance.Builder
id(java.lang.String id)
Unique id for the element within a resource (for internal references).ExampleScenario.Instance.Builder
modifierExtension(java.util.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.ExampleScenario.Instance.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.ExampleScenario.Instance.Builder
name(java.lang.String name)
Convenience method for settingname
.ExampleScenario.Instance.Builder
name(String name)
A short name for the resource instance.ExampleScenario.Instance.Builder
resourceId(java.lang.String resourceId)
Convenience method for settingresourceId
.ExampleScenario.Instance.Builder
resourceId(String resourceId)
The id of the resource for referencing.ExampleScenario.Instance.Builder
resourceType(ResourceTypeCode resourceType)
The type of the resource.protected void
validate(ExampleScenario.Instance instance)
ExampleScenario.Instance.Builder
version(java.util.Collection<ExampleScenario.Instance.Version> version)
A specific version of the resource.ExampleScenario.Instance.Builder
version(ExampleScenario.Instance.Version... version)
A specific version of the resource.-
Methods inherited from class org.linuxforhealth.fhir.model.type.BackboneElement.Builder
from, validate
-
Methods inherited from class org.linuxforhealth.fhir.model.type.Element.Builder
from, validate
-
Methods inherited from class org.linuxforhealth.fhir.model.builder.AbstractBuilder
isValidating, setValidating
-
-
-
-
Method Detail
-
id
public ExampleScenario.Instance.Builder id(java.lang.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:
id
in classBackboneElement.Builder
- Parameters:
id
- Unique id for inter-element referencing- Returns:
- A reference to this Builder instance
-
extension
public ExampleScenario.Instance.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:
extension
in classBackboneElement.Builder
- Parameters:
extension
- Additional content defined by implementations- Returns:
- A reference to this Builder instance
-
extension
public ExampleScenario.Instance.Builder extension(java.util.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:
extension
in classBackboneElement.Builder
- Parameters:
extension
- Additional content defined by implementations- Returns:
- A reference to this Builder instance
- Throws:
java.lang.NullPointerException
- If the passed collection is null
-
modifierExtension
public ExampleScenario.Instance.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:
modifierExtension
in classBackboneElement.Builder
- Parameters:
modifierExtension
- Extensions that cannot be ignored even if unrecognized- Returns:
- A reference to this Builder instance
-
modifierExtension
public ExampleScenario.Instance.Builder modifierExtension(java.util.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:
modifierExtension
in classBackboneElement.Builder
- Parameters:
modifierExtension
- Extensions that cannot be ignored even if unrecognized- Returns:
- A reference to this Builder instance
- Throws:
java.lang.NullPointerException
- If the passed collection is null
-
resourceId
public ExampleScenario.Instance.Builder resourceId(java.lang.String resourceId)
Convenience method for settingresourceId
.This element is required.
- Parameters:
resourceId
- The id of the resource for referencing- Returns:
- A reference to this Builder instance
- See Also:
resourceId(org.linuxforhealth.fhir.model.type.String)
-
resourceId
public ExampleScenario.Instance.Builder resourceId(String resourceId)
The id of the resource for referencing.This element is required.
- Parameters:
resourceId
- The id of the resource for referencing- Returns:
- A reference to this Builder instance
-
resourceType
public ExampleScenario.Instance.Builder resourceType(ResourceTypeCode resourceType)
The type of the resource.This element is required.
- Parameters:
resourceType
- The type of the resource- Returns:
- A reference to this Builder instance
-
name
public ExampleScenario.Instance.Builder name(java.lang.String name)
Convenience method for settingname
.- Parameters:
name
- A short name for the resource instance- Returns:
- A reference to this Builder instance
- See Also:
name(org.linuxforhealth.fhir.model.type.String)
-
name
public ExampleScenario.Instance.Builder name(String name)
A short name for the resource instance.- Parameters:
name
- A short name for the resource instance- Returns:
- A reference to this Builder instance
-
description
public ExampleScenario.Instance.Builder description(Markdown description)
Human-friendly description of the resource instance.- Parameters:
description
- Human-friendly description of the resource instance- Returns:
- A reference to this Builder instance
-
version
public ExampleScenario.Instance.Builder version(ExampleScenario.Instance.Version... version)
A specific version of the resource.Adds new element(s) to the existing list. If any of the elements are null, calling
build()
will fail.- Parameters:
version
- A specific version of the resource- Returns:
- A reference to this Builder instance
-
version
public ExampleScenario.Instance.Builder version(java.util.Collection<ExampleScenario.Instance.Version> version)
A specific version of the resource.Replaces the existing list with a new one containing elements from the Collection. If any of the elements are null, calling
build()
will fail.- Parameters:
version
- A specific version of the resource- Returns:
- A reference to this Builder instance
- Throws:
java.lang.NullPointerException
- If the passed collection is null
-
containedInstance
public ExampleScenario.Instance.Builder containedInstance(ExampleScenario.Instance.ContainedInstance... containedInstance)
Resources contained in the instance (e.g. the observations contained in a bundle).Adds new element(s) to the existing list. If any of the elements are null, calling
build()
will fail.- Parameters:
containedInstance
- Resources contained in the instance- Returns:
- A reference to this Builder instance
-
containedInstance
public ExampleScenario.Instance.Builder containedInstance(java.util.Collection<ExampleScenario.Instance.ContainedInstance> containedInstance)
Resources contained in the instance (e.g. the observations contained in a bundle).Replaces the existing list with a new one containing elements from the Collection. If any of the elements are null, calling
build()
will fail.- Parameters:
containedInstance
- Resources contained in the instance- Returns:
- A reference to this Builder instance
- Throws:
java.lang.NullPointerException
- If the passed collection is null
-
build
public ExampleScenario.Instance build()
- Specified by:
build
in interfaceBuilder<Element>
- Specified by:
build
in classBackboneElement.Builder
- Returns:
- An immutable object of type
ExampleScenario.Instance
- Throws:
java.lang.IllegalStateException
- if the current state cannot be built into a valid Instance per the base specification
-
validate
protected void validate(ExampleScenario.Instance instance)
-
from
protected ExampleScenario.Instance.Builder from(ExampleScenario.Instance instance)
-
-