
Uses of Class
org.hl7.fhir.r5.model.TestScript.TestScriptMetadataLinkComponent
Packages that use TestScript.TestScriptMetadataLinkComponent
-
Uses of TestScript.TestScriptMetadataLinkComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return TestScript.TestScriptMetadataLinkComponentModifier and TypeMethodDescriptionJsonParser.parseTestScriptMetadataLinkComponent
(com.google.gson.JsonObject json) XmlParser.parseTestScriptMetadataLinkComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type TestScript.TestScriptMetadataLinkComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeTestScriptMetadataLinkComponent
(String name, TestScript.TestScriptMetadataLinkComponent element) protected void
RdfParser.composeTestScriptMetadataLinkComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, TestScript.TestScriptMetadataLinkComponent element, int index) protected void
XmlParser.composeTestScriptMetadataLinkComponent
(String name, TestScript.TestScriptMetadataLinkComponent element) protected void
XmlParser.composeTestScriptMetadataLinkComponentElements
(TestScript.TestScriptMetadataLinkComponent element) protected void
JsonParser.composeTestScriptMetadataLinkComponentProperties
(TestScript.TestScriptMetadataLinkComponent element) protected boolean
XmlParser.parseTestScriptMetadataLinkComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, TestScript.TestScriptMetadataLinkComponent res) protected void
JsonParser.parseTestScriptMetadataLinkComponentProperties
(com.google.gson.JsonObject json, TestScript.TestScriptMetadataLinkComponent res) -
Uses of TestScript.TestScriptMetadataLinkComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type TestScript.TestScriptMetadataLinkComponentModifier and TypeFieldDescriptionprotected List
<TestScript.TestScriptMetadataLinkComponent> TestScript.TestScriptMetadataComponent.link
A link to the FHIR specification that this test is covering.Methods in org.hl7.fhir.r5.model that return TestScript.TestScriptMetadataLinkComponentModifier and TypeMethodDescriptionTestScript.TestScriptMetadataComponent.addLink()
TestScript.TestScriptMetadataLinkComponent.copy()
TestScript.TestScriptMetadataComponent.getLinkFirstRep()
TestScript.TestScriptMetadataLinkComponent.setDescription
(String value) TestScript.TestScriptMetadataLinkComponent.setDescriptionElement
(StringType value) TestScript.TestScriptMetadataLinkComponent.setUrlElement
(UriType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type TestScript.TestScriptMetadataLinkComponentMethods in org.hl7.fhir.r5.model with parameters of type TestScript.TestScriptMetadataLinkComponentModifier and TypeMethodDescriptionTestScript.TestScriptMetadataComponent.addLink
(TestScript.TestScriptMetadataLinkComponent t) void
TestScript.TestScriptMetadataLinkComponent.copyValues
(TestScript.TestScriptMetadataLinkComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type TestScript.TestScriptMetadataLinkComponentModifier and TypeMethodDescriptionTestScript.TestScriptMetadataComponent.setLink
(List<TestScript.TestScriptMetadataLinkComponent> theLink)