Uses of Class
org.hl7.fhir.dstu2.model.TestScript.TestScriptMetadataComponent
-
Packages that use TestScript.TestScriptMetadataComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of TestScript.TestScriptMetadataComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return TestScript.TestScriptMetadataComponent Modifier and Type Method Description protected TestScript.TestScriptMetadataComponentJsonParser. parseTestScriptTestScriptMetadataComponent(com.google.gson.JsonObject json, TestScript owner)protected TestScript.TestScriptMetadataComponentXmlParser. parseTestScriptTestScriptMetadataComponent(org.xmlpull.v1.XmlPullParser xpp, TestScript owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type TestScript.TestScriptMetadataComponent Modifier and Type Method Description protected voidJsonParser. composeTestScriptTestScriptMetadataComponent(String name, TestScript.TestScriptMetadataComponent element)protected voidXmlParser. composeTestScriptTestScriptMetadataComponent(String name, TestScript.TestScriptMetadataComponent element)protected voidJsonParser. composeTestScriptTestScriptMetadataComponentInner(TestScript.TestScriptMetadataComponent element) -
Uses of TestScript.TestScriptMetadataComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as TestScript.TestScriptMetadataComponent Modifier and Type Field Description protected TestScript.TestScriptMetadataComponentTestScript. metadataThe required capability must exist and are assumed to function correctly on the FHIR server being tested.protected TestScript.TestScriptMetadataComponentTestScript.TestScriptSetupComponent. metadataCapabilities that must exist and are assumed to function correctly on the FHIR server being tested.protected TestScript.TestScriptMetadataComponentTestScript.TestScriptTestComponent. metadataCapabilities that must exist and are assumed to function correctly on the FHIR server being tested.Methods in org.hl7.fhir.dstu2.model that return TestScript.TestScriptMetadataComponent Modifier and Type Method Description TestScript.TestScriptMetadataComponentTestScript.TestScriptMetadataComponent. addCapability(TestScript.TestScriptMetadataCapabilityComponent t)TestScript.TestScriptMetadataComponentTestScript.TestScriptMetadataComponent. addLink(TestScript.TestScriptMetadataLinkComponent t)TestScript.TestScriptMetadataComponentTestScript.TestScriptMetadataComponent. copy()TestScript.TestScriptMetadataComponentTestScript. getMetadata()TestScript.TestScriptMetadataComponentTestScript.TestScriptSetupComponent. getMetadata()TestScript.TestScriptMetadataComponentTestScript.TestScriptTestComponent. getMetadata()Methods in org.hl7.fhir.dstu2.model with parameters of type TestScript.TestScriptMetadataComponent Modifier and Type Method Description TestScriptTestScript. setMetadata(TestScript.TestScriptMetadataComponent value)TestScript.TestScriptSetupComponentTestScript.TestScriptSetupComponent. setMetadata(TestScript.TestScriptMetadataComponent value)TestScript.TestScriptTestComponentTestScript.TestScriptTestComponent. setMetadata(TestScript.TestScriptMetadataComponent value)
-