Uses of Class
org.hl7.fhir.r4.model.StructureMap.StructureMapStructureComponent
-
Packages that use StructureMap.StructureMapStructureComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of StructureMap.StructureMapStructureComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return StructureMap.StructureMapStructureComponent Modifier and Type Method Description protected StructureMap.StructureMapStructureComponentJsonParser. parseStructureMapStructureMapStructureComponent(com.google.gson.JsonObject json, StructureMap owner)protected StructureMap.StructureMapStructureComponentXmlParser. parseStructureMapStructureMapStructureComponent(org.xmlpull.v1.XmlPullParser xpp, StructureMap owner) -
Uses of StructureMap.StructureMapStructureComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.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.r4.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.r4.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.r4.model with type arguments of type StructureMap.StructureMapStructureComponent Modifier and Type Method Description StructureMapStructureMap. setStructure(List<StructureMap.StructureMapStructureComponent> theStructure)
-