Uses of Class
ca.uhn.fhir.model.dstu2.resource.TestScript.MetadataLink
-
Packages that use TestScript.MetadataLink Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of TestScript.MetadataLink in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return TestScript.MetadataLink Modifier and Type Method Description TestScript.MetadataLinkTestScript.Metadata. addLink()Adds and returns a new value for link ()TestScript.MetadataLinkTestScript.Metadata. getLinkFirstRep()Gets the first repetition for link (), creating it if it does not already exist.TestScript.MetadataLinkTestScript.MetadataLink. setDescription(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for description ()TestScript.MetadataLinkTestScript.MetadataLink. setDescription(String theString)Sets the value for description ()TestScript.MetadataLinkTestScript.MetadataLink. setUrl(ca.uhn.fhir.model.primitive.UriDt theValue)Sets the value(s) for url ()TestScript.MetadataLinkTestScript.MetadataLink. setUrl(String theUri)Sets the value for url ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type TestScript.MetadataLink Modifier and Type Method Description List<TestScript.MetadataLink>TestScript.Metadata. getLink()Gets the value(s) for link ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type TestScript.MetadataLink Modifier and Type Method Description TestScript.MetadataTestScript.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.MetadataLink Modifier and Type Method Description TestScript.MetadataTestScript.Metadata. setLink(List<TestScript.MetadataLink> theValue)Sets the value(s) for link ()
-