Uses of Class
org.linuxforhealth.fhir.model.resource.TestScript.Origin
-
Packages that use TestScript.Origin Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of TestScript.Origin in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return TestScript.Origin Modifier and Type Method Description TestScript.Origin
TestScript.Origin.Builder. build()
Build theTestScript.Origin
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type TestScript.Origin Modifier and Type Method Description java.util.List<TestScript.Origin>
TestScript. getOrigin()
An abstract server used in operations within this test script in the origin element.Methods in org.linuxforhealth.fhir.model.resource with parameters of type TestScript.Origin Modifier and Type Method Description protected TestScript.Origin.Builder
TestScript.Origin.Builder. from(TestScript.Origin origin)
TestScript.Builder
TestScript.Builder. origin(TestScript.Origin... origin)
An abstract server used in operations within this test script in the origin element.protected void
TestScript.Origin.Builder. validate(TestScript.Origin origin)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type TestScript.Origin Modifier and Type Method Description TestScript.Builder
TestScript.Builder. origin(java.util.Collection<TestScript.Origin> origin)
An abstract server used in operations within this test script in the origin element.
-