Uses of Class
org.hl7.fhir.r4.model.ImplementationGuide.ManifestResourceComponent
-
Packages that use ImplementationGuide.ManifestResourceComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of ImplementationGuide.ManifestResourceComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ImplementationGuide.ManifestResourceComponent Modifier and Type Method Description protected ImplementationGuide.ManifestResourceComponentJsonParser. parseImplementationGuideManifestResourceComponent(com.google.gson.JsonObject json, ImplementationGuide owner)protected ImplementationGuide.ManifestResourceComponentXmlParser. parseImplementationGuideManifestResourceComponent(org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner) -
Uses of ImplementationGuide.ManifestResourceComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ImplementationGuide.ManifestResourceComponent Modifier and Type Field Description protected List<ImplementationGuide.ManifestResourceComponent>ImplementationGuide.ImplementationGuideManifestComponent. resourceA resource that is part of the implementation guide.Methods in org.hl7.fhir.r4.model that return types with arguments of type ImplementationGuide.ManifestResourceComponent Modifier and Type Method Description List<ImplementationGuide.ManifestResourceComponent>ImplementationGuide.ImplementationGuideManifestComponent. getResource()Methods in org.hl7.fhir.r4.model with parameters of type ImplementationGuide.ManifestResourceComponent Modifier and Type Method Description ImplementationGuide.ImplementationGuideManifestComponentImplementationGuide.ImplementationGuideManifestComponent. addResource(ImplementationGuide.ManifestResourceComponent t)voidImplementationGuide.ManifestResourceComponent. copyValues(ImplementationGuide.ManifestResourceComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type ImplementationGuide.ManifestResourceComponent Modifier and Type Method Description ImplementationGuide.ImplementationGuideManifestComponentImplementationGuide.ImplementationGuideManifestComponent. setResource(List<ImplementationGuide.ManifestResourceComponent> theResource)
-