Uses of Class
org.hl7.fhir.r5.model.ImplementationGuide.ManifestResourceComponent
-
Packages that use ImplementationGuide.ManifestResourceComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of ImplementationGuide.ManifestResourceComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ImplementationGuide.ManifestResourceComponent Modifier and Type Method Description protected ImplementationGuide.ManifestResourceComponentJsonParser. parseImplementationGuideManifestResourceComponent(com.google.gson.JsonObject json)protected ImplementationGuide.ManifestResourceComponentXmlParser. parseImplementationGuideManifestResourceComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of ImplementationGuide.ManifestResourceComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.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.r5.model that return ImplementationGuide.ManifestResourceComponent Modifier and Type Method Description ImplementationGuide.ManifestResourceComponentImplementationGuide.ImplementationGuideManifestComponent. addResource()ImplementationGuide.ManifestResourceComponentImplementationGuide.ManifestResourceComponent. copy()ImplementationGuide.ManifestResourceComponentImplementationGuide.ImplementationGuideManifestComponent. getResourceFirstRep()ImplementationGuide.ManifestResourceComponentImplementationGuide.ManifestResourceComponent. setExample(DataType value)ImplementationGuide.ManifestResourceComponentImplementationGuide.ManifestResourceComponent. setReference(Reference value)ImplementationGuide.ManifestResourceComponentImplementationGuide.ManifestResourceComponent. setRelativePath(String value)ImplementationGuide.ManifestResourceComponentImplementationGuide.ManifestResourceComponent. setRelativePathElement(UrlType value)Methods in org.hl7.fhir.r5.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.r5.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.r5.model with type arguments of type ImplementationGuide.ManifestResourceComponent Modifier and Type Method Description ImplementationGuide.ImplementationGuideManifestComponentImplementationGuide.ImplementationGuideManifestComponent. setResource(List<ImplementationGuide.ManifestResourceComponent> theResource)Constructors in org.hl7.fhir.r5.model with parameters of type ImplementationGuide.ManifestResourceComponent Constructor Description ImplementationGuideManifestComponent(ImplementationGuide.ManifestResourceComponent resource)Constructor
-