
Uses of Class
org.hl7.fhir.dstu2.model.TestScript.TestScriptMetadataComponent
Packages that use TestScript.TestScriptMetadataComponent
-
Uses of TestScript.TestScriptMetadataComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return TestScript.TestScriptMetadataComponentModifier and TypeMethodDescriptionprotected TestScript.TestScriptMetadataComponentJsonParser.parseTestScriptTestScriptMetadataComponent(com.google.gson.JsonObject json, TestScript owner) protected TestScript.TestScriptMetadataComponentXmlParser.parseTestScriptTestScriptMetadataComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner) Methods in org.hl7.fhir.dstu2.formats with parameters of type TestScript.TestScriptMetadataComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeTestScriptTestScriptMetadataComponent(String name, TestScript.TestScriptMetadataComponent element) protected voidXmlParser.composeTestScriptTestScriptMetadataComponent(String name, TestScript.TestScriptMetadataComponent element) protected voidJsonParser.composeTestScriptTestScriptMetadataComponentInner(TestScript.TestScriptMetadataComponent element) -
Uses of TestScript.TestScriptMetadataComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as TestScript.TestScriptMetadataComponentModifier and TypeFieldDescriptionprotected TestScript.TestScriptMetadataComponentTestScript.metadataThe required capability must exist and are assumed to function correctly on the FHIR server being tested.protected TestScript.TestScriptMetadataComponentTestScript.TestScriptSetupComponent.metadataCapabilities that must exist and are assumed to function correctly on the FHIR server being tested.protected TestScript.TestScriptMetadataComponentTestScript.TestScriptTestComponent.metadataCapabilities that must exist and are assumed to function correctly on the FHIR server being tested.Methods in org.hl7.fhir.dstu2.model that return TestScript.TestScriptMetadataComponentModifier and TypeMethodDescriptionTestScript.TestScriptMetadataComponent.addCapability(TestScript.TestScriptMetadataCapabilityComponent t) TestScript.TestScriptMetadataComponent.addLink(TestScript.TestScriptMetadataLinkComponent t) TestScript.TestScriptMetadataComponent.copy()TestScript.getMetadata()TestScript.TestScriptSetupComponent.getMetadata()TestScript.TestScriptTestComponent.getMetadata()Methods in org.hl7.fhir.dstu2.model with parameters of type TestScript.TestScriptMetadataComponentModifier and TypeMethodDescriptionTestScript.setMetadata(TestScript.TestScriptMetadataComponent value) TestScript.TestScriptSetupComponent.setMetadata(TestScript.TestScriptMetadataComponent value) TestScript.TestScriptTestComponent.setMetadata(TestScript.TestScriptMetadataComponent value)