Package org.hl7.fhir

Class BundleLink

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

public class BundleLink 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.Link complex type.

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

 <complexType name="Bundle.Link">
   <complexContent>
     <extension base="{http://hl7.org/fhir}BackboneElement">
       <sequence>
         <element name="relation" type="{http://hl7.org/fhir}string"/>
         <element name="url" type="{http://hl7.org/fhir}uri"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • relation

      protected String relation
    • url

      protected Uri url
  • Constructor Details

    • BundleLink

      public BundleLink()
  • Method Details