Uses of Class
org.hl7.fhir.r5.model.TestScript.TestScriptMetadataLinkComponent
-
Uses of TestScript.TestScriptMetadataLinkComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseTestScriptMetadataLinkComponent
(com.google.gson.JsonObject json) XmlParser.parseTestScriptMetadataLinkComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier 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
Modifier and TypeFieldDescriptionprotected List
<TestScript.TestScriptMetadataLinkComponent> TestScript.TestScriptMetadataComponent.link
A link to the FHIR specification that this test is covering.Modifier 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) Modifier and TypeMethodDescriptionTestScript.TestScriptMetadataComponent.addLink
(TestScript.TestScriptMetadataLinkComponent t) void
TestScript.TestScriptMetadataLinkComponent.copyValues
(TestScript.TestScriptMetadataLinkComponent dst) Modifier and TypeMethodDescriptionTestScript.TestScriptMetadataComponent.setLink
(List<TestScript.TestScriptMetadataLinkComponent> theLink)