Uses of Class
org.hl7.fhir.r4.model.ImplementationGuide.ManifestResourceComponent
Packages that use ImplementationGuide.ManifestResourceComponent
-
Uses of ImplementationGuide.ManifestResourceComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ImplementationGuide.ManifestResourceComponentModifier and TypeMethodDescriptionJsonParser.parseImplementationGuideManifestResourceComponent(com.google.gson.JsonObject json, ImplementationGuide owner)XmlParser.parseImplementationGuideManifestResourceComponent(org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner)Methods in org.hl7.fhir.r4.formats with parameters of type ImplementationGuide.ManifestResourceComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeImplementationGuideManifestResourceComponent(String name, ImplementationGuide.ManifestResourceComponent element)protected voidRdfParser.composeImplementationGuideManifestResourceComponent(Turtle.Complex parent, String parentType, String name, ImplementationGuide.ManifestResourceComponent element, int index)protected voidXmlParser.composeImplementationGuideManifestResourceComponent(String name, ImplementationGuide.ManifestResourceComponent element)protected voidXmlParser.composeImplementationGuideManifestResourceComponentElements(ImplementationGuide.ManifestResourceComponent element)protected voidJsonParser.composeImplementationGuideManifestResourceComponentInner(ImplementationGuide.ManifestResourceComponent element)protected booleanXmlParser.parseImplementationGuideManifestResourceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner, ImplementationGuide.ManifestResourceComponent res)protected voidJsonParser.parseImplementationGuideManifestResourceComponentProperties(com.google.gson.JsonObject json, ImplementationGuide owner, ImplementationGuide.ManifestResourceComponent res) -
Uses of ImplementationGuide.ManifestResourceComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ImplementationGuide.ManifestResourceComponentModifier and TypeFieldDescriptionImplementationGuide.ImplementationGuideManifestComponent.resourceA resource that is part of the implementation guide.Methods in org.hl7.fhir.r4.model that return ImplementationGuide.ManifestResourceComponentModifier and TypeMethodDescriptionImplementationGuide.ImplementationGuideManifestComponent.addResource()ImplementationGuide.ManifestResourceComponent.copy()ImplementationGuide.ImplementationGuideManifestComponent.getResourceFirstRep()ImplementationGuide.ManifestResourceComponent.setExample(Type value)ImplementationGuide.ManifestResourceComponent.setReference(Reference value)ImplementationGuide.ManifestResourceComponent.setReferenceTarget(Resource value)ImplementationGuide.ManifestResourceComponent.setRelativePath(String value)ImplementationGuide.ManifestResourceComponent.setRelativePathElement(UrlType value)Methods in org.hl7.fhir.r4.model that return types with arguments of type ImplementationGuide.ManifestResourceComponentModifier and TypeMethodDescriptionImplementationGuide.ImplementationGuideManifestComponent.getResource()Methods in org.hl7.fhir.r4.model with parameters of type ImplementationGuide.ManifestResourceComponentModifier and TypeMethodDescriptionImplementationGuide.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.ManifestResourceComponentModifier and TypeMethodDescriptionImplementationGuide.ImplementationGuideManifestComponent.setResource(List<ImplementationGuide.ManifestResourceComponent> theResource)