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