Uses of Class
ca.uhn.fhir.model.dstu2.resource.ImplementationGuide.Global
-
Packages that use ImplementationGuide.Global Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of ImplementationGuide.Global in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return ImplementationGuide.Global Modifier and Type Method Description ImplementationGuide.GlobalImplementationGuide. addGlobal()Adds and returns a new value for global ()ImplementationGuide.GlobalImplementationGuide. getGlobalFirstRep()Gets the first repetition for global (), creating it if it does not already exist.ImplementationGuide.GlobalImplementationGuide.Global. setProfile(ResourceReferenceDt theValue)Sets the value(s) for profile ()ImplementationGuide.GlobalImplementationGuide.Global. setType(ResourceTypeEnum theValue)Sets the value(s) for type ()ImplementationGuide.GlobalImplementationGuide.Global. setType(ca.uhn.fhir.model.primitive.BoundCodeDt<ResourceTypeEnum> theValue)Sets the value(s) for type ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type ImplementationGuide.Global Modifier and Type Method Description List<ImplementationGuide.Global>ImplementationGuide. getGlobal()Gets the value(s) for global ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type ImplementationGuide.Global Modifier and Type Method Description ImplementationGuideImplementationGuide. addGlobal(ImplementationGuide.Global theValue)Adds a given new value for global ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type ImplementationGuide.Global Modifier and Type Method Description ImplementationGuideImplementationGuide. setGlobal(List<ImplementationGuide.Global> theValue)Sets the value(s) for global ()
-