
Uses of Class
org.hl7.fhir.dstu3.model.Bundle.BundleEntryResponseComponent
Packages that use Bundle.BundleEntryResponseComponent
-
Uses of Bundle.BundleEntryResponseComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return Bundle.BundleEntryResponseComponentModifier and TypeMethodDescriptionprotected Bundle.BundleEntryResponseComponentJsonParser.parseBundleBundleEntryResponseComponent(com.google.gson.JsonObject json, Bundle owner) protected Bundle.BundleEntryResponseComponentXmlParser.parseBundleBundleEntryResponseComponent(org.xmlpull.v1.XmlPullParser xpp, Bundle owner) Methods in org.hl7.fhir.dstu3.formats with parameters of type Bundle.BundleEntryResponseComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeBundleBundleEntryResponseComponent(String name, Bundle.BundleEntryResponseComponent element) protected voidRdfParser.composeBundleBundleEntryResponseComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Bundle.BundleEntryResponseComponent element, int index) protected voidXmlParser.composeBundleBundleEntryResponseComponent(String name, Bundle.BundleEntryResponseComponent element) protected voidXmlParser.composeBundleBundleEntryResponseComponentElements(Bundle.BundleEntryResponseComponent element) protected voidJsonParser.composeBundleBundleEntryResponseComponentInner(Bundle.BundleEntryResponseComponent element) protected booleanXmlParser.parseBundleBundleEntryResponseComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Bundle owner, Bundle.BundleEntryResponseComponent res) protected voidJsonParser.parseBundleBundleEntryResponseComponentProperties(com.google.gson.JsonObject json, Bundle owner, Bundle.BundleEntryResponseComponent res) -
Uses of Bundle.BundleEntryResponseComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as Bundle.BundleEntryResponseComponentModifier and TypeFieldDescriptionprotected Bundle.BundleEntryResponseComponentBundle.BundleEntryComponent.responseAdditional information about how this entry should be processed as part of a transaction.Methods in org.hl7.fhir.dstu3.model that return Bundle.BundleEntryResponseComponentModifier 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.setOutcome(Resource value) Bundle.BundleEntryResponseComponent.setStatusElement(StringType value) Methods in org.hl7.fhir.dstu3.model with parameters of type Bundle.BundleEntryResponseComponentModifier and TypeMethodDescriptionBundle.BundleEntryComponent.setResponse(Bundle.BundleEntryResponseComponent value)