Uses of Class
org.hl7.fhir.dstu2.model.TestScript.TestScriptMetadataComponent
-
Uses of TestScript.TestScriptMetadataComponent in org.hl7.fhir.dstu2.formats
Modifier and TypeMethodDescriptionprotected TestScript.TestScriptMetadataComponent
JsonParser.parseTestScriptTestScriptMetadataComponent
(com.google.gson.JsonObject json, TestScript owner) protected TestScript.TestScriptMetadataComponent
XmlParser.parseTestScriptTestScriptMetadataComponent
(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeTestScriptTestScriptMetadataComponent
(String name, TestScript.TestScriptMetadataComponent element) protected void
XmlParser.composeTestScriptTestScriptMetadataComponent
(String name, TestScript.TestScriptMetadataComponent element) protected void
JsonParser.composeTestScriptTestScriptMetadataComponentInner
(TestScript.TestScriptMetadataComponent element) -
Uses of TestScript.TestScriptMetadataComponent in org.hl7.fhir.dstu2.model
Modifier and TypeFieldDescriptionprotected TestScript.TestScriptMetadataComponent
TestScript.metadata
The required capability must exist and are assumed to function correctly on the FHIR server being tested.protected TestScript.TestScriptMetadataComponent
TestScript.TestScriptSetupComponent.metadata
Capabilities that must exist and are assumed to function correctly on the FHIR server being tested.protected TestScript.TestScriptMetadataComponent
TestScript.TestScriptTestComponent.metadata
Capabilities that must exist and are assumed to function correctly on the FHIR server being tested.Modifier and TypeMethodDescriptionTestScript.TestScriptMetadataComponent.addCapability
(TestScript.TestScriptMetadataCapabilityComponent t) TestScript.TestScriptMetadataComponent.addLink
(TestScript.TestScriptMetadataLinkComponent t) TestScript.TestScriptMetadataComponent.copy()
TestScript.getMetadata()
TestScript.TestScriptSetupComponent.getMetadata()
TestScript.TestScriptTestComponent.getMetadata()
Modifier and TypeMethodDescriptionTestScript.setMetadata
(TestScript.TestScriptMetadataComponent value) TestScript.TestScriptSetupComponent.setMetadata
(TestScript.TestScriptMetadataComponent value) TestScript.TestScriptTestComponent.setMetadata
(TestScript.TestScriptMetadataComponent value)