Uses of Class
org.hl7.fhir.r4b.model.ListResource.ListResourceEntryComponent
-
Packages that use ListResource.ListResourceEntryComponent Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of ListResource.ListResourceEntryComponent in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return ListResource.ListResourceEntryComponent Modifier and Type Method Description protected ListResource.ListResourceEntryComponentJsonParser. parseListResourceEntryComponent(com.google.gson.JsonObject json)protected ListResource.ListResourceEntryComponentXmlParser. parseListResourceEntryComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of ListResource.ListResourceEntryComponent in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.model with type parameters of type ListResource.ListResourceEntryComponent Modifier and Type Field Description protected List<ListResource.ListResourceEntryComponent>ListResource. entryEntries in this list.Methods in org.hl7.fhir.r4b.model that return types with arguments of type ListResource.ListResourceEntryComponent Modifier and Type Method Description List<ListResource.ListResourceEntryComponent>ListResource. getEntry()Methods in org.hl7.fhir.r4b.model with parameters of type ListResource.ListResourceEntryComponent Modifier and Type Method Description ListResourceListResource. addEntry(ListResource.ListResourceEntryComponent t)voidListResource.ListResourceEntryComponent. copyValues(ListResource.ListResourceEntryComponent dst)Method parameters in org.hl7.fhir.r4b.model with type arguments of type ListResource.ListResourceEntryComponent Modifier and Type Method Description ListResourceListResource. setEntry(List<ListResource.ListResourceEntryComponent> theEntry)
-