Uses of Class
org.hl7.fhir.dstu2.model.Bundle.BundleEntryResponseComponent
-
Uses of Bundle.BundleEntryResponseComponent in org.hl7.fhir.dstu2.formats
Modifier and TypeMethodDescriptionprotected Bundle.BundleEntryResponseComponent
JsonParser.parseBundleBundleEntryResponseComponent
(com.google.gson.JsonObject json, Bundle owner) protected Bundle.BundleEntryResponseComponent
XmlParser.parseBundleBundleEntryResponseComponent
(org.xmlpull.v1.XmlPullParser xpp, Bundle owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeBundleBundleEntryResponseComponent
(String name, Bundle.BundleEntryResponseComponent element) protected void
XmlParser.composeBundleBundleEntryResponseComponent
(String name, Bundle.BundleEntryResponseComponent element) protected void
JsonParser.composeBundleBundleEntryResponseComponentInner
(Bundle.BundleEntryResponseComponent element) -
Uses of Bundle.BundleEntryResponseComponent in org.hl7.fhir.dstu2.model
Modifier and TypeFieldDescriptionprotected Bundle.BundleEntryResponseComponent
Bundle.BundleEntryComponent.response
Additional information about how this entry should be processed as part of a transaction.Modifier and TypeMethodDescriptionBundle.BundleEntryResponseComponent.copy()
Bundle.BundleEntryComponent.getResponse()
Bundle.BundleEntryResponseComponent.setEtagElement
(StringType value) Bundle.BundleEntryResponseComponent.setLastModified
(Date value) Bundle.BundleEntryResponseComponent.setLastModifiedElement
(InstantType value) Bundle.BundleEntryResponseComponent.setLocation
(String value) Bundle.BundleEntryResponseComponent.setLocationElement
(UriType value) Bundle.BundleEntryResponseComponent.setStatusElement
(StringType value) Modifier and TypeMethodDescriptionBundle.BundleEntryComponent.setResponse
(Bundle.BundleEntryResponseComponent value)