Uses of Class
org.hl7.fhir.r4b.model.StructureMap.StructureMapStructureComponent
-
Packages that use StructureMap.StructureMapStructureComponent Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of StructureMap.StructureMapStructureComponent in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return StructureMap.StructureMapStructureComponent Modifier and Type Method Description protected StructureMap.StructureMapStructureComponentJsonParser. parseStructureMapStructureComponent(com.google.gson.JsonObject json)protected StructureMap.StructureMapStructureComponentXmlParser. parseStructureMapStructureComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of StructureMap.StructureMapStructureComponent in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.model with type parameters of type StructureMap.StructureMapStructureComponent Modifier and Type Field Description protected List<StructureMap.StructureMapStructureComponent>StructureMap. structureA structure definition used by this map.Methods in org.hl7.fhir.r4b.model that return types with arguments of type StructureMap.StructureMapStructureComponent Modifier and Type Method Description List<StructureMap.StructureMapStructureComponent>StructureMap. getStructure()Methods in org.hl7.fhir.r4b.model with parameters of type StructureMap.StructureMapStructureComponent Modifier and Type Method Description StructureMapStructureMap. addStructure(StructureMap.StructureMapStructureComponent t)voidStructureMap.StructureMapStructureComponent. copyValues(StructureMap.StructureMapStructureComponent dst)Method parameters in org.hl7.fhir.r4b.model with type arguments of type StructureMap.StructureMapStructureComponent Modifier and Type Method Description StructureMapStructureMap. setStructure(List<StructureMap.StructureMapStructureComponent> theStructure)
-