Uses of Class
org.hl7.fhir.r5.model.Bundle.BundleLinkComponent
-
Packages that use Bundle.BundleLinkComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of Bundle.BundleLinkComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Bundle.BundleLinkComponent Modifier and Type Method Description protected Bundle.BundleLinkComponentJsonParser. parseBundleLinkComponent(com.google.gson.JsonObject json)protected Bundle.BundleLinkComponentXmlParser. parseBundleLinkComponent(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type Bundle.BundleLinkComponent Modifier and Type Method Description protected voidJsonParser. composeBundleLinkComponent(String name, Bundle.BundleLinkComponent element)protected voidRdfParser. composeBundleLinkComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Bundle.BundleLinkComponent element, int index)protected voidXmlParser. composeBundleLinkComponent(String name, Bundle.BundleLinkComponent element)protected voidXmlParser. composeBundleLinkComponentElements(Bundle.BundleLinkComponent element)protected voidJsonParser. composeBundleLinkComponentProperties(Bundle.BundleLinkComponent element)protected booleanXmlParser. parseBundleLinkComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Bundle.BundleLinkComponent res)protected voidJsonParser. parseBundleLinkComponentProperties(com.google.gson.JsonObject json, Bundle.BundleLinkComponent res) -
Uses of Bundle.BundleLinkComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Bundle.BundleLinkComponent Modifier and Type Field Description protected List<Bundle.BundleLinkComponent>Bundle.BundleEntryComponent. linkA series of links that provide context to this entry.protected List<Bundle.BundleLinkComponent>Bundle. linkA series of links that provide context to this bundle.Methods in org.hl7.fhir.r5.model that return types with arguments of type Bundle.BundleLinkComponent Modifier and Type Method Description List<Bundle.BundleLinkComponent>Bundle.BundleEntryComponent. getLink()List<Bundle.BundleLinkComponent>Bundle. getLink()Methods in org.hl7.fhir.r5.model with parameters of type Bundle.BundleLinkComponent Modifier and Type Method Description BundleBundle. addLink(Bundle.BundleLinkComponent t)Bundle.BundleEntryComponentBundle.BundleEntryComponent. addLink(Bundle.BundleLinkComponent t)voidBundle.BundleLinkComponent. copyValues(Bundle.BundleLinkComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type Bundle.BundleLinkComponent Modifier and Type Method Description Bundle.BundleEntryComponentBundle.BundleEntryComponent. setLink(List<Bundle.BundleLinkComponent> theLink)BundleBundle. setLink(List<Bundle.BundleLinkComponent> theLink)
-