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