Class ExampleScenario.Instance.Builder

    • 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 class BackboneElement.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 class BackboneElement.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 class BackboneElement.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 class BackboneElement.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 class BackboneElement.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​(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​(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​(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