
Uses of Class
ca.uhn.fhir.model.dstu2.resource.ImplementationGuide.Dependency
Packages that use ImplementationGuide.Dependency
-
Uses of ImplementationGuide.Dependency in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return ImplementationGuide.DependencyModifier and TypeMethodDescriptionImplementationGuide.addDependency()
Adds and returns a new value for dependency ()ImplementationGuide.getDependencyFirstRep()
Gets the first repetition for dependency (), creating it if it does not already exist.ImplementationGuide.Dependency.setType
(GuideDependencyTypeEnum theValue) Sets the value(s) for type ()ImplementationGuide.Dependency.setType
(ca.uhn.fhir.model.primitive.BoundCodeDt<GuideDependencyTypeEnum> theValue) Sets the value(s) for type ()ImplementationGuide.Dependency.setUri
(ca.uhn.fhir.model.primitive.UriDt theValue) Sets the value(s) for uri ()Sets the value for uri ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type ImplementationGuide.DependencyModifier and TypeMethodDescriptionImplementationGuide.getDependency()
Gets the value(s) for dependency ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type ImplementationGuide.DependencyModifier and TypeMethodDescriptionImplementationGuide.addDependency
(ImplementationGuide.Dependency theValue) Adds a given new value for dependency ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type ImplementationGuide.DependencyModifier and TypeMethodDescriptionImplementationGuide.setDependency
(List<ImplementationGuide.Dependency> theValue) Sets the value(s) for dependency ()