
Class TestScript.MetadataCapability
- All Implemented Interfaces:
- ca.uhn.fhir.model.api.ICompositeElement,- ca.uhn.fhir.model.api.IElement,- ca.uhn.fhir.model.api.IIdentifiableElement,- ca.uhn.fhir.model.api.IResourceBlock,- ca.uhn.fhir.model.api.ISupportsUndeclaredExtensions,- Serializable,- org.hl7.fhir.instance.model.api.IBase
- Enclosing class:
- TestScript
Definition: Capabilities that must exist and are assumed to function correctly on the FHIR server being tested.
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionca.uhn.fhir.model.primitive.UriDtaddLink()Adds and returns a new value for link ()addLink(ca.uhn.fhir.model.primitive.UriDt theValue) Adds a given new value for link ()Adds a new value for link ()<T extends ca.uhn.fhir.model.api.IElement>
 List<T> getAllPopulatedChildElementsOfType(Class<T> theType) Gets the value(s) for conformance ().Gets the value(s) for description ().ca.uhn.fhir.model.primitive.StringDtGets the value(s) for description ().Gets the value(s) for destination ().ca.uhn.fhir.model.primitive.IntegerDtGets the value(s) for destination ().List<ca.uhn.fhir.model.primitive.UriDt> getLink()Gets the value(s) for link ().ca.uhn.fhir.model.primitive.UriDtGets the first repetition for link (), creating it if it does not already exist.Gets the value(s) for required ().ca.uhn.fhir.model.primitive.BooleanDtGets the value(s) for required ().Gets the value(s) for validated ().ca.uhn.fhir.model.primitive.BooleanDtGets the value(s) for validated ().booleanisEmpty()setConformance(ResourceReferenceDt theValue) Sets the value(s) for conformance ()setDescription(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for description ()setDescription(String theString) Sets the value for description ()setDestination(int theInteger) Sets the value for destination ()setDestination(ca.uhn.fhir.model.primitive.IntegerDt theValue) Sets the value(s) for destination ()Sets the value(s) for link ()setRequired(boolean theBoolean) Sets the value for required ()setRequired(ca.uhn.fhir.model.primitive.BooleanDt theValue) Sets the value(s) for required ()setValidated(boolean theBoolean) Sets the value for validated ()setValidated(ca.uhn.fhir.model.primitive.BooleanDt theValue) Sets the value(s) for validated ()Methods inherited from class ca.uhn.fhir.model.api.BaseIdentifiableElementgetElementSpecificId, getId, setElementSpecificId, setId, setIdMethods inherited from class ca.uhn.fhir.model.api.BaseElementaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, getUserData, hasFormatComment, isBaseEmpty, setUserDataMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hl7.fhir.instance.model.api.IBasefhirType, getFormatCommentsPost, getFormatCommentsPre, getUserData, hasFormatComment, setUserDataMethods inherited from interface ca.uhn.fhir.model.api.IIdentifiableElementgetElementSpecificId, getId, setElementSpecificId, setId, setId
- 
Constructor Details- 
MetadataCapabilitypublic MetadataCapability()
 
- 
- 
Method Details- 
isEmpty- Specified by:
- isEmptyin interface- org.hl7.fhir.instance.model.api.IBase
 
- 
getAllPopulatedChildElementsOfTypepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType) - Specified by:
- getAllPopulatedChildElementsOfTypein interface- ca.uhn.fhir.model.api.ICompositeElement
 
- 
getRequiredElementGets the value(s) for required (). creating it if it does not exist. Will not returnnull.Definition: Whether or not the test execution will require the given capabilities of the server in order for this test script to execute. 
- 
getRequiredGets the value(s) for required (). creating it if it does not exist. This method may returnnull.Definition: Whether or not the test execution will require the given capabilities of the server in order for this test script to execute. 
- 
setRequiredSets the value(s) for required ()Definition: Whether or not the test execution will require the given capabilities of the server in order for this test script to execute. 
- 
setRequiredSets the value for required ()Definition: Whether or not the test execution will require the given capabilities of the server in order for this test script to execute. 
- 
getValidatedElementGets the value(s) for validated (). creating it if it does not exist. Will not returnnull.Definition: Whether or not the test execution will validate the given capabilities of the server in order for this test script to execute. 
- 
getValidatedGets the value(s) for validated (). creating it if it does not exist. This method may returnnull.Definition: Whether or not the test execution will validate the given capabilities of the server in order for this test script to execute. 
- 
setValidatedSets the value(s) for validated ()Definition: Whether or not the test execution will validate the given capabilities of the server in order for this test script to execute. 
- 
setValidatedSets the value for validated ()Definition: Whether or not the test execution will validate the given capabilities of the server in order for this test script to execute. 
- 
getDescriptionElementGets the value(s) for description (). creating it if it does not exist. Will not returnnull.Definition: Description of the capabilities that this test script is requiring the server to support. 
- 
getDescriptionGets the value(s) for description (). creating it if it does not exist. This method may returnnull.Definition: Description of the capabilities that this test script is requiring the server to support. 
- 
setDescriptionSets the value(s) for description ()Definition: Description of the capabilities that this test script is requiring the server to support. 
- 
setDescriptionSets the value for description ()Definition: Description of the capabilities that this test script is requiring the server to support. 
- 
getDestinationElementGets the value(s) for destination (). creating it if it does not exist. Will not returnnull.Definition: Which server these requirements apply to. 
- 
getDestinationGets the value(s) for destination (). creating it if it does not exist. This method may returnnull.Definition: Which server these requirements apply to. 
- 
setDestinationSets the value(s) for destination ()Definition: Which server these requirements apply to. 
- 
setDestinationSets the value for destination ()Definition: Which server these requirements apply to. 
- 
getLinkGets the value(s) for link (). creating it if it does not exist. Will not returnnull.Definition: Links to the FHIR specification that describes this interaction and the resources involved in more detail. 
- 
setLinkSets the value(s) for link ()Definition: Links to the FHIR specification that describes this interaction and the resources involved in more detail. 
- 
addLinkAdds and returns a new value for link ()Definition: Links to the FHIR specification that describes this interaction and the resources involved in more detail. 
- 
addLinkAdds a given new value for link ()Definition: Links to the FHIR specification that describes this interaction and the resources involved in more detail. - Parameters:
- theValue- The link to add (must not be- null)
 
- 
getLinkFirstRepGets the first repetition for link (), creating it if it does not already exist.Definition: Links to the FHIR specification that describes this interaction and the resources involved in more detail. 
- 
addLinkAdds a new value for link ()Definition: Links to the FHIR specification that describes this interaction and the resources involved in more detail. - Returns:
- Returns a reference to this object, to allow for simple chaining.
 
- 
getConformanceGets the value(s) for conformance (). creating it if it does not exist. Will not returnnull.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. 
- 
setConformanceSets the value(s) for conformance ()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. 
 
-