View Javadoc
1   //
2   // This file was generated by the Eclipse Implementation of JAXB, v3.0.0 
3   // See https://eclipse-ee4j.github.io/jaxb-ri 
4   // Any modifications to this file will be lost upon recompilation of the source schema. 
5   // Generated on: 2023.11.01 at 04:26:55 PM EDT 
6   //
7   
8   
9   package ca.uhn.hl7v2.testpanel.xsd;
10  
11  import jakarta.xml.bind.annotation.XmlAccessType;
12  import jakarta.xml.bind.annotation.XmlAccessorType;
13  import jakarta.xml.bind.annotation.XmlType;
14  
15  
16  /**
17   * <p>Java class for ExpectNoMessage complex type.
18   * 
19   * <p>The following schema fragment specifies the expected content contained within this class.
20   * 
21   * <pre>
22   * &lt;complexType name="ExpectNoMessage"&gt;
23   *   &lt;complexContent&gt;
24   *     &lt;extension base="{http://hl7api.sourceforge.net/hunit/hunit_tests.xsd}ExpectEvent"&gt;
25   *       &lt;sequence&gt;
26   *       &lt;/sequence&gt;
27   *     &lt;/extension&gt;
28   *   &lt;/complexContent&gt;
29   * &lt;/complexType&gt;
30   * </pre>
31   * 
32   * 
33   */
34  @XmlAccessorType(XmlAccessType.FIELD)
35  @XmlType(name = "ExpectNoMessage")
36  public class ExpectNoMessage
37      extends ExpectEvent
38  {
39  
40  
41  }