Uses of Class
org.hl7.fhir.dstu2.model.Bundle.BundleEntryResponseComponent
-
Packages that use Bundle.BundleEntryResponseComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of Bundle.BundleEntryResponseComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Bundle.BundleEntryResponseComponent Modifier and Type Method Description protected 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.BundleEntryResponseComponent Modifier and Type Method Description protected 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.BundleEntryResponseComponent Modifier and Type Field Description protected Bundle.BundleEntryResponseComponentBundle.BundleEntryComponent. responseAdditional information about how this entry should be processed as part of a transaction.Methods in org.hl7.fhir.dstu2.model with parameters of type Bundle.BundleEntryResponseComponent Modifier and Type Method Description Bundle.BundleEntryComponentBundle.BundleEntryComponent. setResponse(Bundle.BundleEntryResponseComponent value)
-