Uses of Class
org.hl7.fhir.dstu2.model.ImplementationGuide.ImplementationGuideGlobalComponent
-
Packages that use ImplementationGuide.ImplementationGuideGlobalComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of ImplementationGuide.ImplementationGuideGlobalComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return ImplementationGuide.ImplementationGuideGlobalComponent Modifier and Type Method Description protected ImplementationGuide.ImplementationGuideGlobalComponentJsonParser. parseImplementationGuideImplementationGuideGlobalComponent(com.google.gson.JsonObject json, ImplementationGuide owner)protected ImplementationGuide.ImplementationGuideGlobalComponentXmlParser. parseImplementationGuideImplementationGuideGlobalComponent(org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type ImplementationGuide.ImplementationGuideGlobalComponent Modifier and Type Method Description protected voidJsonParser. composeImplementationGuideImplementationGuideGlobalComponent(String name, ImplementationGuide.ImplementationGuideGlobalComponent element)protected voidXmlParser. composeImplementationGuideImplementationGuideGlobalComponent(String name, ImplementationGuide.ImplementationGuideGlobalComponent element)protected voidJsonParser. composeImplementationGuideImplementationGuideGlobalComponentInner(ImplementationGuide.ImplementationGuideGlobalComponent element) -
Uses of ImplementationGuide.ImplementationGuideGlobalComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type ImplementationGuide.ImplementationGuideGlobalComponent Modifier and Type Field Description protected List<ImplementationGuide.ImplementationGuideGlobalComponent>ImplementationGuide. globalA set of profiles that all resources covered by this implementation guide must conform to.Methods in org.hl7.fhir.dstu2.model that return ImplementationGuide.ImplementationGuideGlobalComponent Modifier and Type Method Description ImplementationGuide.ImplementationGuideGlobalComponentImplementationGuide. addGlobal()ImplementationGuide.ImplementationGuideGlobalComponentImplementationGuide.ImplementationGuideGlobalComponent. copy()ImplementationGuide.ImplementationGuideGlobalComponentImplementationGuide.ImplementationGuideGlobalComponent. setProfile(Reference value)ImplementationGuide.ImplementationGuideGlobalComponentImplementationGuide.ImplementationGuideGlobalComponent. setProfileTarget(StructureDefinition value)ImplementationGuide.ImplementationGuideGlobalComponentImplementationGuide.ImplementationGuideGlobalComponent. setType(String value)ImplementationGuide.ImplementationGuideGlobalComponentImplementationGuide.ImplementationGuideGlobalComponent. setTypeElement(CodeType value)Methods in org.hl7.fhir.dstu2.model that return types with arguments of type ImplementationGuide.ImplementationGuideGlobalComponent Modifier and Type Method Description List<ImplementationGuide.ImplementationGuideGlobalComponent>ImplementationGuide. getGlobal()Methods in org.hl7.fhir.dstu2.model with parameters of type ImplementationGuide.ImplementationGuideGlobalComponent Modifier and Type Method Description ImplementationGuideImplementationGuide. addGlobal(ImplementationGuide.ImplementationGuideGlobalComponent t)
-