
Uses of Class
org.hl7.fhir.dstu2.model.Bundle
Packages that use Bundle
-
Uses of Bundle in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return BundleModifier and TypeMethodDescriptionprotected BundleJsonParser.parseBundle(com.google.gson.JsonObject json) protected BundleXmlParser.parseBundle(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu2.formats with parameters of type BundleModifier and TypeMethodDescriptionprotected voidJsonParser.composeBundle(String name, Bundle element) protected voidXmlParser.composeBundle(String name, Bundle element) protected voidJsonParser.composeBundleInner(Bundle element) protected Bundle.BundleEntryComponentJsonParser.parseBundleBundleEntryComponent(com.google.gson.JsonObject json, Bundle owner) protected Bundle.BundleEntryComponentXmlParser.parseBundleBundleEntryComponent(org.xmlpull.v1.XmlPullParser xpp, Bundle owner) protected Bundle.BundleEntryRequestComponentJsonParser.parseBundleBundleEntryRequestComponent(com.google.gson.JsonObject json, Bundle owner) protected Bundle.BundleEntryRequestComponentXmlParser.parseBundleBundleEntryRequestComponent(org.xmlpull.v1.XmlPullParser xpp, Bundle owner) protected Bundle.BundleEntryResponseComponentJsonParser.parseBundleBundleEntryResponseComponent(com.google.gson.JsonObject json, Bundle owner) protected Bundle.BundleEntryResponseComponentXmlParser.parseBundleBundleEntryResponseComponent(org.xmlpull.v1.XmlPullParser xpp, Bundle owner) protected Bundle.BundleEntrySearchComponentJsonParser.parseBundleBundleEntrySearchComponent(com.google.gson.JsonObject json, Bundle owner) protected Bundle.BundleEntrySearchComponentXmlParser.parseBundleBundleEntrySearchComponent(org.xmlpull.v1.XmlPullParser xpp, Bundle owner) protected Bundle.BundleLinkComponentJsonParser.parseBundleBundleLinkComponent(com.google.gson.JsonObject json, Bundle owner) protected Bundle.BundleLinkComponentXmlParser.parseBundleBundleLinkComponent(org.xmlpull.v1.XmlPullParser xpp, Bundle owner) -
Uses of Bundle in org.hl7.fhir.dstu2.model
Methods in org.hl7.fhir.dstu2.model that return BundleModifier and TypeMethodDescriptionBundle.addEntry(Bundle.BundleEntryComponent t) Bundle.addLink(Bundle.BundleLinkComponent t) Bundle.copy()Bundle.setSignature(Signature value) Bundle.setTotal(int value) Bundle.setTotalElement(UnsignedIntType value) Bundle.setType(Bundle.BundleType value) Bundle.setTypeElement(Enumeration<Bundle.BundleType> value) protected BundleBundle.typedCopy()