public static class TestScript.MetadataLink extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.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 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 ().
|
String |
getUrl()
Gets the value(s) for url ().
|
ca.uhn.fhir.model.primitive.UriDt |
getUrlElement()
Gets the value(s) for url ().
|
boolean |
isEmpty() |
TestScript.MetadataLink |
setDescription(String theString)
Sets the value for description ()
|
TestScript.MetadataLink |
setDescription(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for description ()
|
TestScript.MetadataLink |
setUrl(String theUri)
Sets the value for url ()
|
TestScript.MetadataLink |
setUrl(ca.uhn.fhir.model.primitive.UriDt theValue)
Sets the value(s) for url ()
|
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 MetadataLink()
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.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(ca.uhn.fhir.model.primitive.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 ca.uhn.fhir.model.primitive.StringDt getDescriptionElement()
null.
Definition: Short description of the link.
public String getDescription()
null.
Definition: Short description of the link.
public TestScript.MetadataLink setDescription(ca.uhn.fhir.model.primitive.StringDt theValue)
Definition: Short description of the link.
public TestScript.MetadataLink setDescription(String theString)
Definition: Short description of the link.
Copyright © 2014–2018 University Health Network. All rights reserved.