Uses of Class
org.hl7.fhir.dstu2.model.ImplementationGuide.ImplementationGuidePackageComponent
-
Packages that use ImplementationGuide.ImplementationGuidePackageComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of ImplementationGuide.ImplementationGuidePackageComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return ImplementationGuide.ImplementationGuidePackageComponent Modifier and Type Method Description protected ImplementationGuide.ImplementationGuidePackageComponentJsonParser. parseImplementationGuideImplementationGuidePackageComponent(com.google.gson.JsonObject json, ImplementationGuide owner)protected ImplementationGuide.ImplementationGuidePackageComponentXmlParser. parseImplementationGuideImplementationGuidePackageComponent(org.xmlpull.v1.XmlPullParser xpp, ImplementationGuide owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type ImplementationGuide.ImplementationGuidePackageComponent Modifier and Type Method Description protected voidJsonParser. composeImplementationGuideImplementationGuidePackageComponent(String name, ImplementationGuide.ImplementationGuidePackageComponent element)protected voidXmlParser. composeImplementationGuideImplementationGuidePackageComponent(String name, ImplementationGuide.ImplementationGuidePackageComponent element)protected voidJsonParser. composeImplementationGuideImplementationGuidePackageComponentInner(ImplementationGuide.ImplementationGuidePackageComponent element) -
Uses of ImplementationGuide.ImplementationGuidePackageComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type ImplementationGuide.ImplementationGuidePackageComponent Modifier and Type Field Description protected List<ImplementationGuide.ImplementationGuidePackageComponent>ImplementationGuide. package_A logical group of resources.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type ImplementationGuide.ImplementationGuidePackageComponent Modifier and Type Method Description List<ImplementationGuide.ImplementationGuidePackageComponent>ImplementationGuide. getPackage()Methods in org.hl7.fhir.dstu2.model with parameters of type ImplementationGuide.ImplementationGuidePackageComponent Modifier and Type Method Description ImplementationGuideImplementationGuide. addPackage(ImplementationGuide.ImplementationGuidePackageComponent t)
-