Uses of Class
ca.uhn.fhir.model.dstu2.resource.ImplementationGuide.Package
-
Uses of ImplementationGuide.Package in ca.uhn.fhir.model.dstu2.resource
Modifier 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 ()Modifier and TypeMethodDescriptionImplementationGuide.getPackage()
Gets the value(s) for package ().Modifier and TypeMethodDescriptionImplementationGuide.addPackage
(ImplementationGuide.Package theValue) Adds a given new value for package ()Modifier and TypeMethodDescriptionImplementationGuide.setPackage
(List<ImplementationGuide.Package> theValue) Sets the value(s) for package ()