
Uses of Class
ca.uhn.fhir.model.dstu2.resource.ImplementationGuide.Page
Packages that use ImplementationGuide.Page
-
Uses of ImplementationGuide.Page in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return ImplementationGuide.PageModifier and TypeMethodDescriptionImplementationGuide.Page.addPackage(ca.uhn.fhir.model.primitive.StringDt theValue) Adds a given new value for package ()ImplementationGuide.Page.addPackage(String theString) Adds a new value for package ()ImplementationGuide.Page.addPage()Adds and returns a new value for page ()ImplementationGuide.Page.addPage(ImplementationGuide.Page theValue) Adds a given new value for page ()ImplementationGuide.getPage()Gets the value(s) for page ().ImplementationGuide.Page.getPageFirstRep()Gets the first repetition for page (), creating it if it does not already exist.ImplementationGuide.Page.setFormat(ca.uhn.fhir.model.primitive.CodeDt theValue) Sets the value(s) for format ()Sets the value for format ()ImplementationGuide.Page.setKind(GuidePageKindEnum theValue) Sets the value(s) for kind ()ImplementationGuide.Page.setKind(ca.uhn.fhir.model.primitive.BoundCodeDt<GuidePageKindEnum> theValue) Sets the value(s) for kind ()ImplementationGuide.Page.setName(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for name ()Sets the value for name ()ImplementationGuide.Page.setPackage(List<ca.uhn.fhir.model.primitive.StringDt> theValue) Sets the value(s) for package ()ImplementationGuide.Page.setPage(List<ImplementationGuide.Page> theValue) Sets the value(s) for page ()ImplementationGuide.Page.setSource(ca.uhn.fhir.model.primitive.UriDt theValue) Sets the value(s) for source ()Sets the value for source ()ImplementationGuide.Page.setType(ResourceTypeEnum theValue) Sets the value(s), and clears any existing value(s) for type ()ImplementationGuide.Page.setType(List<ca.uhn.fhir.model.primitive.BoundCodeDt<ResourceTypeEnum>> theValue) Sets the value(s) for type ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type ImplementationGuide.PageModifier and TypeMethodDescriptionImplementationGuide.Page.getPage()Gets the value(s) for page ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type ImplementationGuide.PageModifier and TypeMethodDescriptionImplementationGuide.Page.addPage(ImplementationGuide.Page theValue) Adds a given new value for page ()ImplementationGuide.setPage(ImplementationGuide.Page theValue) Sets the value(s) for page ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type ImplementationGuide.PageModifier and TypeMethodDescriptionImplementationGuide.Page.setPage(List<ImplementationGuide.Page> theValue) Sets the value(s) for page ()