Uses of Class
org.hl7.fhir.r5.model.Bundle.BundleLinkComponent
-
Uses of Bundle.BundleLinkComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected Bundle.BundleLinkComponent
JsonParser.parseBundleLinkComponent
(com.google.gson.JsonObject json) protected Bundle.BundleLinkComponent
XmlParser.parseBundleLinkComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeBundleLinkComponent
(String name, Bundle.BundleLinkComponent element) protected void
RdfParser.composeBundleLinkComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Bundle.BundleLinkComponent element, int index) protected void
XmlParser.composeBundleLinkComponent
(String name, Bundle.BundleLinkComponent element) protected void
XmlParser.composeBundleLinkComponentElements
(Bundle.BundleLinkComponent element) protected void
JsonParser.composeBundleLinkComponentProperties
(Bundle.BundleLinkComponent element) protected boolean
XmlParser.parseBundleLinkComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Bundle.BundleLinkComponent res) protected void
JsonParser.parseBundleLinkComponentProperties
(com.google.gson.JsonObject json, Bundle.BundleLinkComponent res) -
Uses of Bundle.BundleLinkComponent in org.hl7.fhir.r5.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.BundleEntryComponent.getLinkFirstRep()
Bundle.getLinkFirstRep()
Bundle.BundleEntryComponent.getLinkOrCreate
(String theRelation) Bundle.getLinkOrCreate
(String theRelation) Bundle.BundleLinkComponent.setRelation
(Bundle.LinkRelationTypes value) Bundle.BundleLinkComponent.setRelationElement
(Enumeration<Bundle.LinkRelationTypes> value) Bundle.BundleLinkComponent.setUrlElement
(UriType value) Modifier and TypeMethodDescriptionBundle.addLink
(Bundle.BundleLinkComponent t) Bundle.BundleEntryComponent.addLink
(Bundle.BundleLinkComponent t) void
Bundle.BundleLinkComponent.copyValues
(Bundle.BundleLinkComponent dst) Modifier and TypeMethodDescriptionBundle.BundleEntryComponent.setLink
(List<Bundle.BundleLinkComponent> theLink) Bundle.setLink
(List<Bundle.BundleLinkComponent> theLink)