Package org.hl7.fhir

Class TestScriptSetup

All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

public class TestScriptSetup extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
TestScript is a resource that specifies a suite of tests against a FHIR server implementation to determine compliance against the FHIR specification.

Java class for TestScript.Setup complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TestScript.Setup">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="metadata" type="{http://hl7.org/fhir}TestScript.Metadata" minOccurs="0"/>
         <element name="action" type="{http://hl7.org/fhir}TestScript.Action" maxOccurs="unbounded"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>