
Uses of Class
ca.uhn.fhir.model.dstu2.resource.TestScript.Metadata
Packages that use TestScript.Metadata
-
Uses of TestScript.Metadata in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return TestScript.MetadataModifier and TypeMethodDescriptionTestScript.Metadata.addCapability
(TestScript.MetadataCapability theValue) Adds a given new value for capability ()TestScript.Metadata.addLink
(TestScript.MetadataLink theValue) Adds a given new value for link ()TestScript.getMetadata()
Gets the value(s) for metadata ().TestScript.Setup.getMetadata()
Gets the value(s) for metadata ().TestScript.Test.getMetadata()
Gets the value(s) for metadata ().TestScript.Metadata.setCapability
(List<TestScript.MetadataCapability> theValue) Sets the value(s) for capability ()TestScript.Metadata.setLink
(List<TestScript.MetadataLink> theValue) Sets the value(s) for link ()Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type TestScript.MetadataModifier and TypeMethodDescriptionTestScript.setMetadata
(TestScript.Metadata theValue) Sets the value(s) for metadata ()TestScript.Setup.setMetadata
(TestScript.Metadata theValue) Sets the value(s) for metadata ()TestScript.Test.setMetadata
(TestScript.Metadata theValue) Sets the value(s) for metadata ()