public static class TestScript.Teardown extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: A series of operations required to clean up after the all the tests are executed (successfully or otherwise).
| Constructor and Description |
|---|
Teardown() |
| Modifier and Type | Method and Description |
|---|---|
TestScript.TeardownAction |
addAction()
Adds and returns a new value for action ()
|
TestScript.Teardown |
addAction(TestScript.TeardownAction theValue)
Adds a given new value for action ()
|
List<TestScript.TeardownAction> |
getAction()
Gets the value(s) for action ().
|
TestScript.TeardownAction |
getActionFirstRep()
Gets the first repetition for action (),
creating it if it does not already exist.
|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
boolean |
isEmpty() |
TestScript.Teardown |
setAction(List<TestScript.TeardownAction> theValue)
Sets the value(s) for action ()
|
getElementSpecificId, getId, setElementSpecificId, setId, setIdaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatComment, isBaseEmptyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic Teardown()
public boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBasepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.ICompositeElementpublic List<TestScript.TeardownAction> getAction()
null.
Definition: The teardown action will only contain an operation.
public TestScript.Teardown setAction(List<TestScript.TeardownAction> theValue)
Definition: The teardown action will only contain an operation.
public TestScript.TeardownAction addAction()
Definition: The teardown action will only contain an operation.
public TestScript.Teardown addAction(TestScript.TeardownAction theValue)
Definition: The teardown action will only contain an operation.
theValue - The action to add (must not be null)public TestScript.TeardownAction getActionFirstRep()
Definition: The teardown action will only contain an operation.
Copyright © 2014–2018 University Health Network. All rights reserved.