public static class TestScript.MetadataLink extends BaseIdentifiableElement implements IResourceBlock
Definition: A link to the FHIR specification that this test is covering.
| Constructor and Description |
|---|
MetadataLink() |
| Modifier and Type | Method and Description |
|---|---|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
String |
getDescription()
Gets the value(s) for description ().
|
StringDt |
getDescriptionElement()
Gets the value(s) for description ().
|
String |
getUrl()
Gets the value(s) for url ().
|
UriDt |
getUrlElement()
Gets the value(s) for url ().
|
boolean |
isEmpty() |
TestScript.MetadataLink |
setDescription(String theString)
Sets the value for description ()
|
TestScript.MetadataLink |
setDescription(StringDt theValue)
Sets the value(s) for description ()
|
TestScript.MetadataLink |
setUrl(String theUri)
Sets the value for url ()
|
TestScript.MetadataLink |
setUrl(UriDt theValue)
Sets the value(s) for url ()
|
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 MetadataLink()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic UriDt getUrlElement()
null.
Definition: URL to a particular requirement or feature within the FHIR specification.
public String getUrl()
null.
Definition: URL to a particular requirement or feature within the FHIR specification.
public TestScript.MetadataLink setUrl(UriDt theValue)
Definition: URL to a particular requirement or feature within the FHIR specification.
public TestScript.MetadataLink setUrl(String theUri)
Definition: URL to a particular requirement or feature within the FHIR specification.
public StringDt getDescriptionElement()
null.
Definition: Short description of the link.
public String getDescription()
null.
Definition: Short description of the link.
public TestScript.MetadataLink setDescription(StringDt theValue)
Definition: Short description of the link.
public TestScript.MetadataLink setDescription(String theString)
Definition: Short description of the link.
Copyright © 2014–2016 University Health Network. All rights reserved.