public static class TestScript.Test extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.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 ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getDescription()
Gets the value(s) for description ().
|
ca.uhn.fhir.model.primitive.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 ().
|
ca.uhn.fhir.model.primitive.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(ca.uhn.fhir.model.primitive.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(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for name ()
|
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 Test()
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 ca.uhn.fhir.model.primitive.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(ca.uhn.fhir.model.primitive.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 ca.uhn.fhir.model.primitive.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(ca.uhn.fhir.model.primitive.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–2018 University Health Network. All rights reserved.