
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 void
JsonParser.composeStructureMapStructureComponent
(String name, StructureMap.StructureMapStructureComponent element) protected void
RdfParser.composeStructureMapStructureComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, StructureMap.StructureMapStructureComponent element, int index) protected void
XmlParser.composeStructureMapStructureComponent
(String name, StructureMap.StructureMapStructureComponent element) protected void
XmlParser.composeStructureMapStructureComponentElements
(StructureMap.StructureMapStructureComponent element) protected void
JsonParser.composeStructureMapStructureComponentProperties
(StructureMap.StructureMapStructureComponent element) protected boolean
XmlParser.parseStructureMapStructureComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, StructureMap.StructureMapStructureComponent res) protected void
JsonParser.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.structure
A 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) void
StructureMap.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)