public static class TestScript.Test extends BaseIdentifiableElement implements IResourceBlock
Definition: A test in this script.
| Constructor and Description |
|---|
Test() |
| Modifier and Type | Method and Description |
|---|---|
TestScript.TestAction |
addAction()
Adds and returns a new value for action ()
|
TestScript.Test |
addAction(TestScript.TestAction theValue)
Adds a given new value for action ()
|
List<TestScript.TestAction> |
getAction()
Gets the value(s) for action ().
|
TestScript.TestAction |
getActionFirstRep()
Gets the first repetition for action (),
creating it if it does not already exist.
|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getDescription()
Gets the value(s) for description ().
|
StringDt |
getDescriptionElement()
Gets the value(s) for description ().
|
TestScript.Metadata |
getMetadata()
Gets the value(s) for metadata ().
|
String |
getName()
Gets the value(s) for name ().
|
StringDt |
getNameElement()
Gets the value(s) for name ().
|
boolean |
isEmpty() |
TestScript.Test |
setAction(List<TestScript.TestAction> theValue)
Sets the value(s) for action ()
|
TestScript.Test |
setDescription(String theString)
Sets the value for description ()
|
TestScript.Test |
setDescription(StringDt theValue)
Sets the value(s) for description ()
|
TestScript.Test |
setMetadata(TestScript.Metadata theValue)
Sets the value(s) for metadata ()
|
TestScript.Test |
setName(String theString)
Sets the value for name ()
|
TestScript.Test |
setName(StringDt theValue)
Sets the value(s) for name ()
|
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 Test()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic StringDt getNameElement()
null.
Definition: The name of this test used for tracking/logging purposes by test engines.
public String getName()
null.
Definition: The name of this test used for tracking/logging purposes by test engines.
public TestScript.Test setName(StringDt theValue)
Definition: The name of this test used for tracking/logging purposes by test engines.
public TestScript.Test setName(String theString)
Definition: The name of this test used for tracking/logging purposes by test engines.
public StringDt getDescriptionElement()
null.
Definition: A short description of the test used by test engines for tracking and reporting purposes.
public String getDescription()
null.
Definition: A short description of the test used by test engines for tracking and reporting purposes.
public TestScript.Test setDescription(StringDt theValue)
Definition: A short description of the test used by test engines for tracking and reporting purposes.
public TestScript.Test setDescription(String theString)
Definition: A short description of the test used by test engines for tracking and reporting purposes.
public TestScript.Metadata getMetadata()
null.
Definition: Capabilities that must exist and are assumed to function correctly on the FHIR server being tested.
public TestScript.Test setMetadata(TestScript.Metadata theValue)
Definition: Capabilities that must exist and are assumed to function correctly on the FHIR server being tested.
public List<TestScript.TestAction> getAction()
null.
Definition: Action would contain either an operation or an assertion.
public TestScript.Test setAction(List<TestScript.TestAction> theValue)
Definition: Action would contain either an operation or an assertion.
public TestScript.TestAction addAction()
Definition: Action would contain either an operation or an assertion.
public TestScript.Test addAction(TestScript.TestAction theValue)
Definition: Action would contain either an operation or an assertion.
theValue - The action to add (must not be null)public TestScript.TestAction getActionFirstRep()
Definition: Action would contain either an operation or an assertion.
Copyright © 2014–2016 University Health Network. All rights reserved.