Package org.hl7.fhir

Class BundleEntry

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

public class BundleEntry extends BackboneElement implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
A container for a collection of resources.

Java class for Bundle.Entry complex type.

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

 <complexType name="Bundle.Entry">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="link" type="{http://hl7.org/fhir}Bundle.Link" maxOccurs="unbounded" minOccurs="0"/>
         <element name="fullUrl" type="{http://hl7.org/fhir}uri" minOccurs="0"/>
         <element name="resource" type="{http://hl7.org/fhir}ResourceContainer" minOccurs="0"/>
         <element name="search" type="{http://hl7.org/fhir}Bundle.Search" minOccurs="0"/>
         <element name="request" type="{http://hl7.org/fhir}Bundle.Request" minOccurs="0"/>
         <element name="response" type="{http://hl7.org/fhir}Bundle.Response" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>