
Uses of Class
ca.uhn.fhir.model.dstu2.resource.ImplementationGuide.PackageResource
Packages that use ImplementationGuide.PackageResource
-
Uses of ImplementationGuide.PackageResource in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return ImplementationGuide.PackageResourceModifier and TypeMethodDescriptionImplementationGuide.Package.addResource()
Adds and returns a new value for resource ()ImplementationGuide.Package.getResourceFirstRep()
Gets the first repetition for resource (), creating it if it does not already exist.ImplementationGuide.PackageResource.setAcronym
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for acronym ()ImplementationGuide.PackageResource.setAcronym
(String theString) Sets the value for acronym ()ImplementationGuide.PackageResource.setDescription
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for description ()ImplementationGuide.PackageResource.setDescription
(String theString) Sets the value for description ()ImplementationGuide.PackageResource.setExampleFor
(ResourceReferenceDt theValue) Sets the value(s) for exampleFor ()ImplementationGuide.PackageResource.setName
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for name ()Sets the value for name ()ImplementationGuide.PackageResource.setPurpose
(GuideResourcePurposeEnum theValue) Sets the value(s) for purpose ()ImplementationGuide.PackageResource.setPurpose
(ca.uhn.fhir.model.primitive.BoundCodeDt<GuideResourcePurposeEnum> theValue) Sets the value(s) for purpose ()ImplementationGuide.PackageResource.setSource
(ca.uhn.fhir.model.api.IDatatype theValue) Sets the value(s) for source[x] ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type ImplementationGuide.PackageResourceModifier and TypeMethodDescriptionImplementationGuide.Package.getResource()
Gets the value(s) for resource ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type ImplementationGuide.PackageResourceModifier and TypeMethodDescriptionImplementationGuide.Package.addResource
(ImplementationGuide.PackageResource theValue) Adds a given new value for resource ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type ImplementationGuide.PackageResourceModifier and TypeMethodDescriptionImplementationGuide.Package.setResource
(List<ImplementationGuide.PackageResource> theValue) Sets the value(s) for resource ()