Uses of Class
org.hl7.fhir.r4.model.StructureMap.StructureMapStructureComponent
Packages that use StructureMap.StructureMapStructureComponent
-
Uses of StructureMap.StructureMapStructureComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return StructureMap.StructureMapStructureComponentModifier and TypeMethodDescriptionJsonParser.parseStructureMapStructureMapStructureComponent(com.google.gson.JsonObject json, StructureMap owner)XmlParser.parseStructureMapStructureMapStructureComponent(org.xmlpull.v1.XmlPullParser xpp, StructureMap owner)Methods in org.hl7.fhir.r4.formats with parameters of type StructureMap.StructureMapStructureComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeStructureMapStructureMapStructureComponent(String name, StructureMap.StructureMapStructureComponent element)protected voidRdfParser.composeStructureMapStructureMapStructureComponent(Turtle.Complex parent, String parentType, String name, StructureMap.StructureMapStructureComponent element, int index)protected voidXmlParser.composeStructureMapStructureMapStructureComponent(String name, StructureMap.StructureMapStructureComponent element)protected voidXmlParser.composeStructureMapStructureMapStructureComponentElements(StructureMap.StructureMapStructureComponent element)protected voidJsonParser.composeStructureMapStructureMapStructureComponentInner(StructureMap.StructureMapStructureComponent element)protected booleanXmlParser.parseStructureMapStructureMapStructureComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, StructureMap owner, StructureMap.StructureMapStructureComponent res)protected voidJsonParser.parseStructureMapStructureMapStructureComponentProperties(com.google.gson.JsonObject json, StructureMap owner, StructureMap.StructureMapStructureComponent res) -
Uses of StructureMap.StructureMapStructureComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type StructureMap.StructureMapStructureComponentModifier and TypeFieldDescriptionprotected List<StructureMap.StructureMapStructureComponent>StructureMap.structureA structure definition used by this map.Methods in org.hl7.fhir.r4.model that return StructureMap.StructureMapStructureComponentModifier and TypeMethodDescriptionStructureMap.addStructure()StructureMap.StructureMapStructureComponent.copy()StructureMap.getStructureFirstRep()StructureMap.StructureMapStructureComponent.setAliasElement(StringType value)StructureMap.StructureMapStructureComponent.setDocumentation(String value)StructureMap.StructureMapStructureComponent.setDocumentationElement(StringType value)StructureMap.StructureMapStructureComponent.setMode(StructureMap.StructureMapModelMode value)StructureMap.StructureMapStructureComponent.setModeElement(Enumeration<StructureMap.StructureMapModelMode> value)StructureMap.StructureMapStructureComponent.setUrlElement(CanonicalType value)Methods in org.hl7.fhir.r4.model that return types with arguments of type StructureMap.StructureMapStructureComponentMethods in org.hl7.fhir.r4.model with parameters of type StructureMap.StructureMapStructureComponentModifier and TypeMethodDescriptionStructureMap.addStructure(StructureMap.StructureMapStructureComponent t)voidStructureMap.StructureMapStructureComponent.copyValues(StructureMap.StructureMapStructureComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type StructureMap.StructureMapStructureComponentModifier and TypeMethodDescriptionStructureMap.setStructure(List<StructureMap.StructureMapStructureComponent> theStructure)