Uses of Class
ca.uhn.fhir.model.dstu2.resource.TestScript.Metadata
-
Packages that use TestScript.Metadata Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of TestScript.Metadata in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return TestScript.Metadata Modifier and Type Method Description TestScript.MetadataTestScript.Metadata. addCapability(TestScript.MetadataCapability theValue)Adds a given new value for capability ()TestScript.MetadataTestScript.Metadata. addLink(TestScript.MetadataLink theValue)Adds a given new value for link ()TestScript.MetadataTestScript. getMetadata()Gets the value(s) for metadata ().TestScript.MetadataTestScript.Setup. getMetadata()Gets the value(s) for metadata ().TestScript.MetadataTestScript.Test. getMetadata()Gets the value(s) for metadata ().TestScript.MetadataTestScript.Metadata. setCapability(List<TestScript.MetadataCapability> theValue)Sets the value(s) for capability ()TestScript.MetadataTestScript.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.Metadata Modifier and Type Method Description TestScriptTestScript. setMetadata(TestScript.Metadata theValue)Sets the value(s) for metadata ()TestScript.SetupTestScript.Setup. setMetadata(TestScript.Metadata theValue)Sets the value(s) for metadata ()TestScript.TestTestScript.Test. setMetadata(TestScript.Metadata theValue)Sets the value(s) for metadata ()
-