Package org.hl7.fhir

Class TestScriptFixture

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

public class TestScriptFixture 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.Fixture complex type.

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

 <complexType name="TestScript.Fixture">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="autocreate" type="{http://hl7.org/fhir}boolean" minOccurs="0"/>
         <element name="autodelete" type="{http://hl7.org/fhir}boolean" minOccurs="0"/>
         <element name="resource" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>