
Uses of Class
org.hl7.fhir.dstu2.model.Bundle.BundleEntryResponseComponent
Packages that use Bundle.BundleEntryResponseComponent
-
Uses of Bundle.BundleEntryResponseComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.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.dstu2.formats with parameters of type Bundle.BundleEntryResponseComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeBundleBundleEntryResponseComponent(String name, Bundle.BundleEntryResponseComponent element) protected voidXmlParser.composeBundleBundleEntryResponseComponent(String name, Bundle.BundleEntryResponseComponent element) protected voidJsonParser.composeBundleBundleEntryResponseComponentInner(Bundle.BundleEntryResponseComponent element) -
Uses of Bundle.BundleEntryResponseComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.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.dstu2.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.setStatusElement(StringType value) Methods in org.hl7.fhir.dstu2.model with parameters of type Bundle.BundleEntryResponseComponentModifier and TypeMethodDescriptionBundle.BundleEntryComponent.setResponse(Bundle.BundleEntryResponseComponent value)