public static class TestScript.Setup extends BaseIdentifiableElement implements IResourceBlock
Definition: A series of required setup operations before tests are executed.
| Constructor and Description |
|---|
Setup() |
| Modifier and Type | Method and Description |
|---|---|
TestScript.SetupAction |
addAction()
Adds and returns a new value for action ()
|
TestScript.Setup |
addAction(TestScript.SetupAction theValue)
Adds a given new value for action ()
|
List<TestScript.SetupAction> |
getAction()
Gets the value(s) for action ().
|
TestScript.SetupAction |
getActionFirstRep()
Gets the first repetition for action (),
creating it if it does not already exist.
|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
TestScript.Metadata |
getMetadata()
Gets the value(s) for metadata ().
|
boolean |
isEmpty() |
TestScript.Setup |
setAction(List<TestScript.SetupAction> theValue)
Sets the value(s) for action ()
|
TestScript.Setup |
setMetadata(TestScript.Metadata theValue)
Sets the value(s) for metadata ()
|
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 Setup()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic TestScript.Metadata getMetadata()
null.
Definition: Capabilities that must exist and are assumed to function correctly on the FHIR server being tested.
public TestScript.Setup setMetadata(TestScript.Metadata theValue)
Definition: Capabilities that must exist and are assumed to function correctly on the FHIR server being tested.
public List<TestScript.SetupAction> getAction()
null.
Definition: Action would contain either an operation or an assertion.
public TestScript.Setup setAction(List<TestScript.SetupAction> theValue)
Definition: Action would contain either an operation or an assertion.
public TestScript.SetupAction addAction()
Definition: Action would contain either an operation or an assertion.
public TestScript.Setup addAction(TestScript.SetupAction theValue)
Definition: Action would contain either an operation or an assertion.
theValue - The action to add (must not be null)public TestScript.SetupAction getActionFirstRep()
Definition: Action would contain either an operation or an assertion.
Copyright © 2014–2016 University Health Network. All rights reserved.