
Uses of Class
ca.uhn.fhir.model.dstu2.resource.ImplementationGuide.Package
Packages that use ImplementationGuide.Package
-
Uses of ImplementationGuide.Package in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return ImplementationGuide.PackageModifier and TypeMethodDescriptionImplementationGuide.addPackage()Adds and returns a new value for package ()ImplementationGuide.Package.addResource(ImplementationGuide.PackageResource theValue) Adds a given new value for resource ()ImplementationGuide.getPackageFirstRep()Gets the first repetition for package (), creating it if it does not already exist.ImplementationGuide.Package.setDescription(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for description ()ImplementationGuide.Package.setDescription(String theString) Sets the value for description ()ImplementationGuide.Package.setName(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for name ()Sets the value for name ()ImplementationGuide.Package.setResource(List<ImplementationGuide.PackageResource> theValue) Sets the value(s) for resource ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type ImplementationGuide.PackageModifier and TypeMethodDescriptionImplementationGuide.getPackage()Gets the value(s) for package ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type ImplementationGuide.PackageModifier and TypeMethodDescriptionImplementationGuide.addPackage(ImplementationGuide.Package theValue) Adds a given new value for package ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type ImplementationGuide.PackageModifier and TypeMethodDescriptionImplementationGuide.setPackage(List<ImplementationGuide.Package> theValue) Sets the value(s) for package ()