Uses of Class
org.hl7.fhir.dstu2.model.Bundle.BundleLinkComponent
-
Uses of Bundle.BundleLinkComponent in org.hl7.fhir.dstu2.formats
Modifier and TypeMethodDescriptionprotected Bundle.BundleLinkComponent
JsonParser.parseBundleBundleLinkComponent
(com.google.gson.JsonObject json, Bundle owner) protected Bundle.BundleLinkComponent
XmlParser.parseBundleBundleLinkComponent
(org.xmlpull.v1.XmlPullParser xpp, Bundle owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeBundleBundleLinkComponent
(String name, Bundle.BundleLinkComponent element) protected void
XmlParser.composeBundleBundleLinkComponent
(String name, Bundle.BundleLinkComponent element) protected void
JsonParser.composeBundleBundleLinkComponentInner
(Bundle.BundleLinkComponent element) -
Uses of Bundle.BundleLinkComponent in org.hl7.fhir.dstu2.model
Modifier and TypeFieldDescriptionprotected List
<Bundle.BundleLinkComponent> Bundle.BundleEntryComponent.link
A series of links that provide context to this entry.protected List
<Bundle.BundleLinkComponent> Bundle.link
A series of links that provide context to this bundle.Modifier and TypeMethodDescriptionBundle.addLink()
Bundle.BundleEntryComponent.addLink()
Bundle.BundleLinkComponent.copy()
Bundle.getLinkOrCreate
(String theRelation) Bundle.BundleLinkComponent.setRelation
(String value) Bundle.BundleLinkComponent.setRelationElement
(StringType value) Bundle.BundleLinkComponent.setUrlElement
(UriType value) Modifier and TypeMethodDescriptionBundle.addLink
(Bundle.BundleLinkComponent t) Bundle.BundleEntryComponent.addLink
(Bundle.BundleLinkComponent t)