Class TestScript.Metadata.Capability.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.TestScript.Metadata.Capability.Builder
 
 
 
 
 
- 
- Enclosing class:
 - TestScript.Metadata.Capability
 
public static class TestScript.Metadata.Capability.Builder extends BackboneElement.Builder
 
- 
- 
Field Summary
- 
Fields inherited from class com.ibm.fhir.model.type.BackboneElement.Builder
modifierExtension 
- 
Fields inherited from class com.ibm.fhir.model.type.Element.Builder
extension, id 
 - 
 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TestScript.Metadata.Capabilitybuild()Build theTestScript.Metadata.CapabilityTestScript.Metadata.Capability.Buildercapabilities(Canonical capabilities)Minimum capabilities required of server for test script to execute successfully.TestScript.Metadata.Capability.Builderdescription(String description)Description of the capabilities that this test script is requiring the server to support.TestScript.Metadata.Capability.Builderdestination(Integer destination)Which server these requirements apply to.TestScript.Metadata.Capability.Builderextension(Extension... extension)May be used to represent additional information that is not part of the basic definition of the element.TestScript.Metadata.Capability.Builderextension(Collection<Extension> extension)May be used to represent additional information that is not part of the basic definition of the element.protected TestScript.Metadata.Capability.Builderfrom(TestScript.Metadata.Capability capability)TestScript.Metadata.Capability.Builderid(String id)Unique id for the element within a resource (for internal references).TestScript.Metadata.Capability.Builderlink(Uri... link)Links to the FHIR specification that describes this interaction and the resources involved in more detail.TestScript.Metadata.Capability.Builderlink(Collection<Uri> link)Links to the FHIR specification that describes this interaction and the resources involved in more detail.TestScript.Metadata.Capability.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.TestScript.Metadata.Capability.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.TestScript.Metadata.Capability.Builderorigin(Integer... origin)Which origin server these requirements apply to.TestScript.Metadata.Capability.Builderorigin(Collection<Integer> origin)Which origin server these requirements apply to.TestScript.Metadata.Capability.Builderrequired(Boolean required)Whether or not the test execution will require the given capabilities of the server in order for this test script to execute.TestScript.Metadata.Capability.Buildervalidated(Boolean validated)Whether or not the test execution will validate the given capabilities of the server in order for this test script to execute.- 
Methods inherited from class com.ibm.fhir.model.type.BackboneElement.Builder
from 
- 
Methods inherited from class com.ibm.fhir.model.type.Element.Builder
from 
 - 
 
 - 
 
- 
- 
Method Detail
- 
id
public TestScript.Metadata.Capability.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 classBackboneElement.Builder- Parameters:
 id- Unique id for inter-element referencing- Returns:
 - A reference to this Builder instance
 
 
- 
extension
public TestScript.Metadata.Capability.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:
 extensionin classBackboneElement.Builder- Parameters:
 extension- Additional content defined by implementations- Returns:
 - A reference to this Builder instance
 
 
- 
extension
public TestScript.Metadata.Capability.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:
 extensionin classBackboneElement.Builder- Parameters:
 extension- Additional content defined by implementations- Returns:
 - A reference to this Builder instance
 
 
- 
modifierExtension
public TestScript.Metadata.Capability.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:
 modifierExtensionin classBackboneElement.Builder- Parameters:
 modifierExtension- Extensions that cannot be ignored even if unrecognized- Returns:
 - A reference to this Builder instance
 
 
- 
modifierExtension
public TestScript.Metadata.Capability.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:
 modifierExtensionin classBackboneElement.Builder- Parameters:
 modifierExtension- Extensions that cannot be ignored even if unrecognized- Returns:
 - A reference to this Builder instance
 
 
- 
required
public TestScript.Metadata.Capability.Builder required(Boolean required)
Whether or not the test execution will require the given capabilities of the server in order for this test script to execute.This element is required.
- Parameters:
 required- Are the capabilities required?- Returns:
 - A reference to this Builder instance
 
 
- 
validated
public TestScript.Metadata.Capability.Builder validated(Boolean validated)
Whether or not the test execution will validate the given capabilities of the server in order for this test script to execute.This element is required.
- Parameters:
 validated- Are the capabilities validated?- Returns:
 - A reference to this Builder instance
 
 
- 
description
public TestScript.Metadata.Capability.Builder description(String description)
Description of the capabilities that this test script is requiring the server to support.- Parameters:
 description- The expected capabilities of the server- Returns:
 - A reference to this Builder instance
 
 
- 
origin
public TestScript.Metadata.Capability.Builder origin(Integer... origin)
Which origin server these requirements apply to.Adds new element(s) to the existing list
- Parameters:
 origin- Which origin server these requirements apply to- Returns:
 - A reference to this Builder instance
 
 
- 
origin
public TestScript.Metadata.Capability.Builder origin(Collection<Integer> origin)
Which origin server these requirements apply to.Replaces the existing list with a new one containing elements from the Collection
- Parameters:
 origin- Which origin server these requirements apply to- Returns:
 - A reference to this Builder instance
 
 
- 
destination
public TestScript.Metadata.Capability.Builder destination(Integer destination)
Which server these requirements apply to.- Parameters:
 destination- Which server these requirements apply to- Returns:
 - A reference to this Builder instance
 
 
- 
link
public TestScript.Metadata.Capability.Builder link(Uri... link)
Links to the FHIR specification that describes this interaction and the resources involved in more detail.Adds new element(s) to the existing list
- Parameters:
 link- Links to the FHIR specification- Returns:
 - A reference to this Builder instance
 
 
- 
link
public TestScript.Metadata.Capability.Builder link(Collection<Uri> link)
Links to the FHIR specification that describes this interaction and the resources involved in more detail.Replaces the existing list with a new one containing elements from the Collection
- Parameters:
 link- Links to the FHIR specification- Returns:
 - A reference to this Builder instance
 
 
- 
capabilities
public TestScript.Metadata.Capability.Builder capabilities(Canonical capabilities)
Minimum capabilities required of server for test script to execute successfully. If server does not meet at a minimum the referenced capability statement, then all tests in this script are skipped.This element is required.
- Parameters:
 capabilities- Required Capability Statement- Returns:
 - A reference to this Builder instance
 
 
- 
build
public TestScript.Metadata.Capability build()
- Specified by:
 buildin interfaceBuilder<Element>- Specified by:
 buildin classBackboneElement.Builder- Returns:
 - An immutable object of type 
TestScript.Metadata.Capability - Throws:
 IllegalStateException- if the current state cannot be built into a valid Capability per the base specification
 
- 
from
protected TestScript.Metadata.Capability.Builder from(TestScript.Metadata.Capability capability)
 
 - 
 
 -