
Uses of Class
org.hl7.fhir.r5.model.StructureMap.StructureMapStructureComponent
Packages that use StructureMap.StructureMapStructureComponent
-
Uses of StructureMap.StructureMapStructureComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return StructureMap.StructureMapStructureComponentModifier and TypeMethodDescriptionJsonParser.parseStructureMapStructureComponent(com.google.gson.JsonObject json) XmlParser.parseStructureMapStructureComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type StructureMap.StructureMapStructureComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeStructureMapStructureComponent(String name, StructureMap.StructureMapStructureComponent element) protected voidRdfParser.composeStructureMapStructureComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, StructureMap.StructureMapStructureComponent element, int index) protected voidXmlParser.composeStructureMapStructureComponent(String name, StructureMap.StructureMapStructureComponent element) protected voidXmlParser.composeStructureMapStructureComponentElements(StructureMap.StructureMapStructureComponent element) protected voidJsonParser.composeStructureMapStructureComponentProperties(StructureMap.StructureMapStructureComponent element) protected booleanXmlParser.parseStructureMapStructureComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, StructureMap.StructureMapStructureComponent res) protected voidJsonParser.parseStructureMapStructureComponentProperties(com.google.gson.JsonObject json, StructureMap.StructureMapStructureComponent res) -
Uses of StructureMap.StructureMapStructureComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.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.r5.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.r5.model that return types with arguments of type StructureMap.StructureMapStructureComponentMethods in org.hl7.fhir.r5.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.r5.model with type arguments of type StructureMap.StructureMapStructureComponentModifier and TypeMethodDescriptionStructureMap.setStructure(List<StructureMap.StructureMapStructureComponent> theStructure)