Uses of Class
org.hl7.fhir.dstu2.model.Bundle.BundleLinkComponent
-
Packages that use Bundle.BundleLinkComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of Bundle.BundleLinkComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Bundle.BundleLinkComponent Modifier and Type Method Description protected Bundle.BundleLinkComponentJsonParser. parseBundleBundleLinkComponent(com.google.gson.JsonObject json, Bundle owner)protected Bundle.BundleLinkComponentXmlParser. parseBundleBundleLinkComponent(org.xmlpull.v1.XmlPullParser xpp, Bundle owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type Bundle.BundleLinkComponent Modifier and Type Method Description protected voidJsonParser. composeBundleBundleLinkComponent(String name, Bundle.BundleLinkComponent element)protected voidXmlParser. composeBundleBundleLinkComponent(String name, Bundle.BundleLinkComponent element)protected voidJsonParser. composeBundleBundleLinkComponentInner(Bundle.BundleLinkComponent element) -
Uses of Bundle.BundleLinkComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.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.dstu2.model that return Bundle.BundleLinkComponent Modifier and Type Method Description Bundle.BundleLinkComponentBundle. addLink()Bundle.BundleLinkComponentBundle.BundleEntryComponent. addLink()Bundle.BundleLinkComponentBundle.BundleLinkComponent. copy()Bundle.BundleLinkComponentBundle. getLink(String theRelation)Bundle.BundleLinkComponentBundle. getLinkOrCreate(String theRelation)Bundle.BundleLinkComponentBundle.BundleLinkComponent. setRelation(String value)Bundle.BundleLinkComponentBundle.BundleLinkComponent. setRelationElement(StringType value)Bundle.BundleLinkComponentBundle.BundleLinkComponent. setUrl(String value)Bundle.BundleLinkComponentBundle.BundleLinkComponent. setUrlElement(UriType value)Methods in org.hl7.fhir.dstu2.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.dstu2.model with parameters of type Bundle.BundleLinkComponent Modifier and Type Method Description BundleBundle. addLink(Bundle.BundleLinkComponent t)Bundle.BundleEntryComponentBundle.BundleEntryComponent. addLink(Bundle.BundleLinkComponent t)
-