public static class TestScript.Metadata extends BaseIdentifiableElement implements IResourceBlock
Definition: The required capability must exist and are assumed to function correctly on the FHIR server being tested.
| Constructor and Description |
|---|
Metadata() |
| Modifier and Type | Method and Description |
|---|---|
TestScript.MetadataCapability |
addCapability()
Adds and returns a new value for capability ()
|
TestScript.Metadata |
addCapability(TestScript.MetadataCapability theValue)
Adds a given new value for capability ()
|
TestScript.MetadataLink |
addLink()
Adds and returns a new value for link ()
|
TestScript.Metadata |
addLink(TestScript.MetadataLink theValue)
Adds a given new value for link ()
|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
List<TestScript.MetadataCapability> |
getCapability()
Gets the value(s) for capability ().
|
TestScript.MetadataCapability |
getCapabilityFirstRep()
Gets the first repetition for capability (),
creating it if it does not already exist.
|
List<TestScript.MetadataLink> |
getLink()
Gets the value(s) for link ().
|
TestScript.MetadataLink |
getLinkFirstRep()
Gets the first repetition for link (),
creating it if it does not already exist.
|
boolean |
isEmpty() |
TestScript.Metadata |
setCapability(List<TestScript.MetadataCapability> theValue)
Sets the value(s) for capability ()
|
TestScript.Metadata |
setLink(List<TestScript.MetadataLink> theValue)
Sets the value(s) for link ()
|
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 Metadata()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic List<TestScript.MetadataLink> getLink()
null.
Definition: A link to the FHIR specification that this test is covering.
public TestScript.Metadata setLink(List<TestScript.MetadataLink> theValue)
Definition: A link to the FHIR specification that this test is covering.
public TestScript.MetadataLink addLink()
Definition: A link to the FHIR specification that this test is covering.
public TestScript.Metadata addLink(TestScript.MetadataLink theValue)
Definition: A link to the FHIR specification that this test is covering.
theValue - The link to add (must not be null)public TestScript.MetadataLink getLinkFirstRep()
Definition: A link to the FHIR specification that this test is covering.
public List<TestScript.MetadataCapability> getCapability()
null.
Definition: Capabilities that must exist and are assumed to function correctly on the FHIR server being tested.
public TestScript.Metadata setCapability(List<TestScript.MetadataCapability> theValue)
Definition: Capabilities that must exist and are assumed to function correctly on the FHIR server being tested.
public TestScript.MetadataCapability addCapability()
Definition: Capabilities that must exist and are assumed to function correctly on the FHIR server being tested.
public TestScript.Metadata addCapability(TestScript.MetadataCapability theValue)
Definition: Capabilities that must exist and are assumed to function correctly on the FHIR server being tested.
theValue - The capability to add (must not be null)public TestScript.MetadataCapability getCapabilityFirstRep()
Definition: Capabilities that must exist and are assumed to function correctly on the FHIR server being tested.
Copyright © 2014–2016 University Health Network. All rights reserved.