public static class TestScript.MetadataCapability extends ca.uhn.fhir.model.api.BaseIdentifiableElement implements ca.uhn.fhir.model.api.IResourceBlock
Definition: Capabilities that must exist and are assumed to function correctly on the FHIR server being tested.
| Constructor and Description |
|---|
MetadataCapability() |
| Modifier and Type | Method and Description |
|---|---|
ca.uhn.fhir.model.primitive.UriDt |
addLink()
Adds and returns a new value for link ()
|
TestScript.MetadataCapability |
addLink(String theUri)
Adds a new value for link ()
|
TestScript.MetadataCapability |
addLink(ca.uhn.fhir.model.primitive.UriDt theValue)
Adds a given new value for link ()
|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
ResourceReferenceDt |
getConformance()
Gets the value(s) for conformance ().
|
String |
getDescription()
Gets the value(s) for description ().
|
ca.uhn.fhir.model.primitive.StringDt |
getDescriptionElement()
Gets the value(s) for description ().
|
Integer |
getDestination()
Gets the value(s) for destination ().
|
ca.uhn.fhir.model.primitive.IntegerDt |
getDestinationElement()
Gets the value(s) for destination ().
|
List<ca.uhn.fhir.model.primitive.UriDt> |
getLink()
Gets the value(s) for link ().
|
ca.uhn.fhir.model.primitive.UriDt |
getLinkFirstRep()
Gets the first repetition for link (),
creating it if it does not already exist.
|
Boolean |
getRequired()
Gets the value(s) for required ().
|
ca.uhn.fhir.model.primitive.BooleanDt |
getRequiredElement()
Gets the value(s) for required ().
|
Boolean |
getValidated()
Gets the value(s) for validated ().
|
ca.uhn.fhir.model.primitive.BooleanDt |
getValidatedElement()
Gets the value(s) for validated ().
|
boolean |
isEmpty() |
TestScript.MetadataCapability |
setConformance(ResourceReferenceDt theValue)
Sets the value(s) for conformance ()
|
TestScript.MetadataCapability |
setDescription(String theString)
Sets the value for description ()
|
TestScript.MetadataCapability |
setDescription(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for description ()
|
TestScript.MetadataCapability |
setDestination(int theInteger)
Sets the value for destination ()
|
TestScript.MetadataCapability |
setDestination(ca.uhn.fhir.model.primitive.IntegerDt theValue)
Sets the value(s) for destination ()
|
TestScript.MetadataCapability |
setLink(List<ca.uhn.fhir.model.primitive.UriDt> theValue)
Sets the value(s) for link ()
|
TestScript.MetadataCapability |
setRequired(boolean theBoolean)
Sets the value for required ()
|
TestScript.MetadataCapability |
setRequired(ca.uhn.fhir.model.primitive.BooleanDt theValue)
Sets the value(s) for required ()
|
TestScript.MetadataCapability |
setValidated(boolean theBoolean)
Sets the value for validated ()
|
TestScript.MetadataCapability |
setValidated(ca.uhn.fhir.model.primitive.BooleanDt theValue)
Sets the value(s) for validated ()
|
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 MetadataCapability()
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.BooleanDt getRequiredElement()
null.
Definition: Whether or not the test execution will require the given capabilities of the server in order for this test script to execute.
public Boolean getRequired()
null.
Definition: Whether or not the test execution will require the given capabilities of the server in order for this test script to execute.
public TestScript.MetadataCapability setRequired(ca.uhn.fhir.model.primitive.BooleanDt theValue)
Definition: Whether or not the test execution will require the given capabilities of the server in order for this test script to execute.
public TestScript.MetadataCapability setRequired(boolean theBoolean)
Definition: Whether or not the test execution will require the given capabilities of the server in order for this test script to execute.
public ca.uhn.fhir.model.primitive.BooleanDt getValidatedElement()
null.
Definition: Whether or not the test execution will validate the given capabilities of the server in order for this test script to execute.
public Boolean getValidated()
null.
Definition: Whether or not the test execution will validate the given capabilities of the server in order for this test script to execute.
public TestScript.MetadataCapability setValidated(ca.uhn.fhir.model.primitive.BooleanDt theValue)
Definition: Whether or not the test execution will validate the given capabilities of the server in order for this test script to execute.
public TestScript.MetadataCapability setValidated(boolean theBoolean)
Definition: Whether or not the test execution will validate the given capabilities of the server in order for this test script to execute.
public ca.uhn.fhir.model.primitive.StringDt getDescriptionElement()
null.
Definition: Description of the capabilities that this test script is requiring the server to support.
public String getDescription()
null.
Definition: Description of the capabilities that this test script is requiring the server to support.
public TestScript.MetadataCapability setDescription(ca.uhn.fhir.model.primitive.StringDt theValue)
Definition: Description of the capabilities that this test script is requiring the server to support.
public TestScript.MetadataCapability setDescription(String theString)
Definition: Description of the capabilities that this test script is requiring the server to support.
public ca.uhn.fhir.model.primitive.IntegerDt getDestinationElement()
null.
Definition: Which server these requirements apply to.
public Integer getDestination()
null.
Definition: Which server these requirements apply to.
public TestScript.MetadataCapability setDestination(ca.uhn.fhir.model.primitive.IntegerDt theValue)
Definition: Which server these requirements apply to.
public TestScript.MetadataCapability setDestination(int theInteger)
Definition: Which server these requirements apply to.
public List<ca.uhn.fhir.model.primitive.UriDt> getLink()
null.
Definition: Links to the FHIR specification that describes this interaction and the resources involved in more detail.
public TestScript.MetadataCapability setLink(List<ca.uhn.fhir.model.primitive.UriDt> theValue)
Definition: Links to the FHIR specification that describes this interaction and the resources involved in more detail.
public ca.uhn.fhir.model.primitive.UriDt addLink()
Definition: Links to the FHIR specification that describes this interaction and the resources involved in more detail.
public TestScript.MetadataCapability addLink(ca.uhn.fhir.model.primitive.UriDt theValue)
Definition: Links to the FHIR specification that describes this interaction and the resources involved in more detail.
theValue - The link to add (must not be null)public ca.uhn.fhir.model.primitive.UriDt getLinkFirstRep()
Definition: Links to the FHIR specification that describes this interaction and the resources involved in more detail.
public TestScript.MetadataCapability addLink(String theUri)
Definition: Links to the FHIR specification that describes this interaction and the resources involved in more detail.
public ResourceReferenceDt getConformance()
null.
Definition: Minimum conformance required of server for test script to execute successfully. If server does not meet at a minimum the reference conformance definition, then all tests in this script are skipped.
public TestScript.MetadataCapability setConformance(ResourceReferenceDt theValue)
Definition: Minimum conformance required of server for test script to execute successfully. If server does not meet at a minimum the reference conformance definition, then all tests in this script are skipped.
Copyright © 2014–2018 University Health Network. All rights reserved.