Uses of Class
org.hl7.fhir.r4.model.ImplementationGuide.ManifestPageComponent
-
Packages that use ImplementationGuide.ManifestPageComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of ImplementationGuide.ManifestPageComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ImplementationGuide.ManifestPageComponent Modifier and Type Method Description protected ImplementationGuide.ManifestPageComponentJsonParser. parseImplementationGuideManifestPageComponent(com.google.gson.JsonObject json, ImplementationGuide owner)protected ImplementationGuide.ManifestPageComponentXmlParser. parseImplementationGuideManifestPageComponent(org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner) -
Uses of ImplementationGuide.ManifestPageComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ImplementationGuide.ManifestPageComponent Modifier and Type Field Description protected List<ImplementationGuide.ManifestPageComponent>ImplementationGuide.ImplementationGuideManifestComponent. pageInformation about a page within the IG.Methods in org.hl7.fhir.r4.model that return types with arguments of type ImplementationGuide.ManifestPageComponent Modifier and Type Method Description List<ImplementationGuide.ManifestPageComponent>ImplementationGuide.ImplementationGuideManifestComponent. getPage()Methods in org.hl7.fhir.r4.model with parameters of type ImplementationGuide.ManifestPageComponent Modifier and Type Method Description ImplementationGuide.ImplementationGuideManifestComponentImplementationGuide.ImplementationGuideManifestComponent. addPage(ImplementationGuide.ManifestPageComponent t)voidImplementationGuide.ManifestPageComponent. copyValues(ImplementationGuide.ManifestPageComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type ImplementationGuide.ManifestPageComponent Modifier and Type Method Description ImplementationGuide.ImplementationGuideManifestComponentImplementationGuide.ImplementationGuideManifestComponent. setPage(List<ImplementationGuide.ManifestPageComponent> thePage)
-