Uses of Class
ca.uhn.fhir.model.dstu2.resource.TestScript.Metadata
-
Uses of TestScript.Metadata in ca.uhn.fhir.model.dstu2.resource
Modifier 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 ()Modifier 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 ()