Class ProdCharacteristic.Builder

    • Method Detail

      • id

        public ProdCharacteristic.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:
        id in class BackboneElement.Builder
        Parameters:
        id - Unique id for inter-element referencing
        Returns:
        A reference to this Builder instance
      • extension

        public ProdCharacteristic.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

        Overrides:
        extension in class BackboneElement.Builder
        Parameters:
        extension - Additional content defined by implementations
        Returns:
        A reference to this Builder instance
      • extension

        public ProdCharacteristic.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

        Overrides:
        extension in class BackboneElement.Builder
        Parameters:
        extension - Additional content defined by implementations
        Returns:
        A reference to this Builder instance
      • modifierExtension

        public ProdCharacteristic.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

        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 ProdCharacteristic.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

        Overrides:
        modifierExtension in class BackboneElement.Builder
        Parameters:
        modifierExtension - Extensions that cannot be ignored even if unrecognized
        Returns:
        A reference to this Builder instance
      • height

        public ProdCharacteristic.Builder height​(Quantity height)
        Where applicable, the height can be specified using a numerical value and its unit of measurement The unit of measurement shall be specified in accordance with ISO 11240 and the resulting terminology The symbol and the symbol identifier shall be used.
        Parameters:
        height - Where applicable, the height can be specified using a numerical value and its unit of measurement The unit of measurement shall be specified in accordance with ISO 11240 and the resulting terminology The symbol and the symbol identifier shall be used
        Returns:
        A reference to this Builder instance
      • width

        public ProdCharacteristic.Builder width​(Quantity width)
        Where applicable, the width can be specified using a numerical value and its unit of measurement The unit of measurement shall be specified in accordance with ISO 11240 and the resulting terminology The symbol and the symbol identifier shall be used.
        Parameters:
        width - Where applicable, the width can be specified using a numerical value and its unit of measurement The unit of measurement shall be specified in accordance with ISO 11240 and the resulting terminology The symbol and the symbol identifier shall be used
        Returns:
        A reference to this Builder instance
      • depth

        public ProdCharacteristic.Builder depth​(Quantity depth)
        Where applicable, the depth can be specified using a numerical value and its unit of measurement The unit of measurement shall be specified in accordance with ISO 11240 and the resulting terminology The symbol and the symbol identifier shall be used.
        Parameters:
        depth - Where applicable, the depth can be specified using a numerical value and its unit of measurement The unit of measurement shall be specified in accordance with ISO 11240 and the resulting terminology The symbol and the symbol identifier shall be used
        Returns:
        A reference to this Builder instance
      • weight

        public ProdCharacteristic.Builder weight​(Quantity weight)
        Where applicable, the weight can be specified using a numerical value and its unit of measurement The unit of measurement shall be specified in accordance with ISO 11240 and the resulting terminology The symbol and the symbol identifier shall be used.
        Parameters:
        weight - Where applicable, the weight can be specified using a numerical value and its unit of measurement The unit of measurement shall be specified in accordance with ISO 11240 and the resulting terminology The symbol and the symbol identifier shall be used
        Returns:
        A reference to this Builder instance
      • nominalVolume

        public ProdCharacteristic.Builder nominalVolume​(Quantity nominalVolume)
        Where applicable, the nominal volume can be specified using a numerical value and its unit of measurement The unit of measurement shall be specified in accordance with ISO 11240 and the resulting terminology The symbol and the symbol identifier shall be used.
        Parameters:
        nominalVolume - Where applicable, the nominal volume can be specified using a numerical value and its unit of measurement The unit of measurement shall be specified in accordance with ISO 11240 and the resulting terminology The symbol and the symbol identifier shall be used
        Returns:
        A reference to this Builder instance
      • externalDiameter

        public ProdCharacteristic.Builder externalDiameter​(Quantity externalDiameter)
        Where applicable, the external diameter can be specified using a numerical value and its unit of measurement The unit of measurement shall be specified in accordance with ISO 11240 and the resulting terminology The symbol and the symbol identifier shall be used.
        Parameters:
        externalDiameter - Where applicable, the external diameter can be specified using a numerical value and its unit of measurement The unit of measurement shall be specified in accordance with ISO 11240 and the resulting terminology The symbol and the symbol identifier shall be used
        Returns:
        A reference to this Builder instance
      • shape

        public ProdCharacteristic.Builder shape​(String shape)
        Where applicable, the shape can be specified An appropriate controlled vocabulary shall be used The term and the term identifier shall be used.
        Parameters:
        shape - Where applicable, the shape can be specified An appropriate controlled vocabulary shall be used The term and the term identifier shall be used
        Returns:
        A reference to this Builder instance
      • color

        public ProdCharacteristic.Builder color​(String... color)
        Where applicable, the color can be specified An appropriate controlled vocabulary shall be used The term and the term identifier shall be used.

        Adds new element(s) to the existing list

        Parameters:
        color - Where applicable, the color can be specified An appropriate controlled vocabulary shall be used The term and the term identifier shall be used
        Returns:
        A reference to this Builder instance
      • color

        public ProdCharacteristic.Builder color​(Collection<String> color)
        Where applicable, the color can be specified An appropriate controlled vocabulary shall be used The term and the term identifier shall be used.

        Replaces the existing list with a new one containing elements from the Collection

        Parameters:
        color - Where applicable, the color can be specified An appropriate controlled vocabulary shall be used The term and the term identifier shall be used
        Returns:
        A reference to this Builder instance
      • imprint

        public ProdCharacteristic.Builder imprint​(String... imprint)
        Where applicable, the imprint can be specified as text.

        Adds new element(s) to the existing list

        Parameters:
        imprint - Where applicable, the imprint can be specified as text
        Returns:
        A reference to this Builder instance
      • imprint

        public ProdCharacteristic.Builder imprint​(Collection<String> imprint)
        Where applicable, the imprint can be specified as text.

        Replaces the existing list with a new one containing elements from the Collection

        Parameters:
        imprint - Where applicable, the imprint can be specified as text
        Returns:
        A reference to this Builder instance
      • image

        public ProdCharacteristic.Builder image​(Attachment... image)
        Where applicable, the image can be provided The format of the image attachment shall be specified by regional implementations.

        Adds new element(s) to the existing list

        Parameters:
        image - Where applicable, the image can be provided The format of the image attachment shall be specified by regional implementations
        Returns:
        A reference to this Builder instance
      • image

        public ProdCharacteristic.Builder image​(Collection<Attachment> image)
        Where applicable, the image can be provided The format of the image attachment shall be specified by regional implementations.

        Replaces the existing list with a new one containing elements from the Collection

        Parameters:
        image - Where applicable, the image can be provided The format of the image attachment shall be specified by regional implementations
        Returns:
        A reference to this Builder instance
      • scoring

        public ProdCharacteristic.Builder scoring​(CodeableConcept scoring)
        Where applicable, the scoring can be specified An appropriate controlled vocabulary shall be used The term and the term identifier shall be used.
        Parameters:
        scoring - Where applicable, the scoring can be specified An appropriate controlled vocabulary shall be used The term and the term identifier shall be used
        Returns:
        A reference to this Builder instance