
Uses of Class
org.hl7.fhir.dstu3.model.StructureMap.StructureMapStructureComponent
Packages that use StructureMap.StructureMapStructureComponent
-
Uses of StructureMap.StructureMapStructureComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.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.dstu3.formats with parameters of type StructureMap.StructureMapStructureComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeStructureMapStructureMapStructureComponent(String name, StructureMap.StructureMapStructureComponent element) protected voidRdfParser.composeStructureMapStructureMapStructureComponent(org.hl7.fhir.utilities.turtle.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.dstu3.model
Fields in org.hl7.fhir.dstu3.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.dstu3.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(UriType value) Methods in org.hl7.fhir.dstu3.model that return types with arguments of type StructureMap.StructureMapStructureComponentMethods in org.hl7.fhir.dstu3.model with parameters of type StructureMap.StructureMapStructureComponentModifier and TypeMethodDescriptionStructureMap.addStructure(StructureMap.StructureMapStructureComponent t) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type StructureMap.StructureMapStructureComponentModifier and TypeMethodDescriptionStructureMap.setStructure(List<StructureMap.StructureMapStructureComponent> theStructure)