public static class TestScript.MetadataCapability extends BaseIdentifiableElement implements IResourceBlock
Definition: Capabilities that must exist and are assumed to function correctly on the FHIR server being tested.
| Constructor and Description |
|---|
MetadataCapability() |
| Modifier and Type | Method and Description |
|---|---|
UriDt |
addLink()
Adds and returns a new value for link ()
|
TestScript.MetadataCapability |
addLink(String theUri)
Adds a new value for link ()
|
TestScript.MetadataCapability |
addLink(UriDt theValue)
Adds a given new value for link ()
|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
ResourceReferenceDt |
getConformance()
Gets the value(s) for conformance ().
|
String |
getDescription()
Gets the value(s) for description ().
|
StringDt |
getDescriptionElement()
Gets the value(s) for description ().
|
Integer |
getDestination()
Gets the value(s) for destination ().
|
IntegerDt |
getDestinationElement()
Gets the value(s) for destination ().
|
List<UriDt> |
getLink()
Gets the value(s) for link ().
|
UriDt |
getLinkFirstRep()
Gets the first repetition for link (),
creating it if it does not already exist.
|
Boolean |
getRequired()
Gets the value(s) for required ().
|
BooleanDt |
getRequiredElement()
Gets the value(s) for required ().
|
Boolean |
getValidated()
Gets the value(s) for validated ().
|
BooleanDt |
getValidatedElement()
Gets the value(s) for validated ().
|
boolean |
isEmpty() |
TestScript.MetadataCapability |
setConformance(ResourceReferenceDt theValue)
Sets the value(s) for conformance ()
|
TestScript.MetadataCapability |
setDescription(String theString)
Sets the value for description ()
|
TestScript.MetadataCapability |
setDescription(StringDt theValue)
Sets the value(s) for description ()
|
TestScript.MetadataCapability |
setDestination(int theInteger)
Sets the value for destination ()
|
TestScript.MetadataCapability |
setDestination(IntegerDt theValue)
Sets the value(s) for destination ()
|
TestScript.MetadataCapability |
setLink(List<UriDt> theValue)
Sets the value(s) for link ()
|
TestScript.MetadataCapability |
setRequired(boolean theBoolean)
Sets the value for required ()
|
TestScript.MetadataCapability |
setRequired(BooleanDt theValue)
Sets the value(s) for required ()
|
TestScript.MetadataCapability |
setValidated(boolean theBoolean)
Sets the value for validated ()
|
TestScript.MetadataCapability |
setValidated(BooleanDt theValue)
Sets the value(s) for validated ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetElementSpecificId, getId, setElementSpecificId, setId, setIdpublic MetadataCapability()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic BooleanDt getRequiredElement()
null.
Definition: Whether or not the test execution will require the given capabilities of the server in order for this test script to execute.
public Boolean getRequired()
null.
Definition: Whether or not the test execution will require the given capabilities of the server in order for this test script to execute.
public TestScript.MetadataCapability setRequired(BooleanDt theValue)
Definition: Whether or not the test execution will require the given capabilities of the server in order for this test script to execute.
public TestScript.MetadataCapability setRequired(boolean theBoolean)
Definition: Whether or not the test execution will require the given capabilities of the server in order for this test script to execute.
public BooleanDt getValidatedElement()
null.
Definition: Whether or not the test execution will validate the given capabilities of the server in order for this test script to execute.
public Boolean getValidated()
null.
Definition: Whether or not the test execution will validate the given capabilities of the server in order for this test script to execute.
public TestScript.MetadataCapability setValidated(BooleanDt theValue)
Definition: Whether or not the test execution will validate the given capabilities of the server in order for this test script to execute.
public TestScript.MetadataCapability setValidated(boolean theBoolean)
Definition: Whether or not the test execution will validate the given capabilities of the server in order for this test script to execute.
public StringDt getDescriptionElement()
null.
Definition: Description of the capabilities that this test script is requiring the server to support.
public String getDescription()
null.
Definition: Description of the capabilities that this test script is requiring the server to support.
public TestScript.MetadataCapability setDescription(StringDt theValue)
Definition: Description of the capabilities that this test script is requiring the server to support.
public TestScript.MetadataCapability setDescription(String theString)
Definition: Description of the capabilities that this test script is requiring the server to support.
public IntegerDt getDestinationElement()
null.
Definition: Which server these requirements apply to.
public Integer getDestination()
null.
Definition: Which server these requirements apply to.
public TestScript.MetadataCapability setDestination(IntegerDt theValue)
Definition: Which server these requirements apply to.
public TestScript.MetadataCapability setDestination(int theInteger)
Definition: Which server these requirements apply to.
public List<UriDt> getLink()
null.
Definition: Links to the FHIR specification that describes this interaction and the resources involved in more detail.
public TestScript.MetadataCapability setLink(List<UriDt> theValue)
Definition: Links to the FHIR specification that describes this interaction and the resources involved in more detail.
public UriDt addLink()
Definition: Links to the FHIR specification that describes this interaction and the resources involved in more detail.
public TestScript.MetadataCapability addLink(UriDt theValue)
Definition: Links to the FHIR specification that describes this interaction and the resources involved in more detail.
theValue - The link to add (must not be null)public UriDt getLinkFirstRep()
Definition: Links to the FHIR specification that describes this interaction and the resources involved in more detail.
public TestScript.MetadataCapability addLink(String theUri)
Definition: Links to the FHIR specification that describes this interaction and the resources involved in more detail.
public ResourceReferenceDt getConformance()
null.
Definition: Minimum conformance required of server for test script to execute successfully. If server does not meet at a minimum the reference conformance definition, then all tests in this script are skipped.
public TestScript.MetadataCapability setConformance(ResourceReferenceDt theValue)
Definition: Minimum conformance required of server for test script to execute successfully. If server does not meet at a minimum the reference conformance definition, then all tests in this script are skipped.
Copyright © 2014–2016 University Health Network. All rights reserved.