
Uses of Class
ca.uhn.fhir.model.dstu2.resource.TestScript.MetadataLink
Packages that use TestScript.MetadataLink
-
Uses of TestScript.MetadataLink in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return TestScript.MetadataLinkModifier and TypeMethodDescriptionTestScript.Metadata.addLink()
Adds and returns a new value for link ()TestScript.Metadata.getLinkFirstRep()
Gets the first repetition for link (), creating it if it does not already exist.TestScript.MetadataLink.setDescription
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for description ()TestScript.MetadataLink.setDescription
(String theString) Sets the value for description ()TestScript.MetadataLink.setUrl
(ca.uhn.fhir.model.primitive.UriDt theValue) Sets the value(s) for url ()Sets the value for url ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type TestScript.MetadataLinkMethods in ca.uhn.fhir.model.dstu2.resource with parameters of type TestScript.MetadataLinkModifier and TypeMethodDescriptionTestScript.Metadata.addLink
(TestScript.MetadataLink theValue) Adds a given new value for link ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type TestScript.MetadataLinkModifier and TypeMethodDescriptionTestScript.Metadata.setLink
(List<TestScript.MetadataLink> theValue) Sets the value(s) for link ()