Package org.hl7.fhir

Class TestScriptParam3

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

public class TestScriptParam3 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.Param3 complex type.

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

 <complexType name="TestScript.Param3">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="name" type="{http://hl7.org/fhir}string"/>
         <element name="value" type="{http://hl7.org/fhir}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>