Uses of Class
org.hl7.fhir.dstu2016may.model.StructureMap.StructureMapStructureComponent
-
Packages that use StructureMap.StructureMapStructureComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of StructureMap.StructureMapStructureComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.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)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type StructureMap.StructureMapStructureComponent Modifier and Type Method Description protected voidJsonParser. composeStructureMapStructureMapStructureComponent(String name, StructureMap.StructureMapStructureComponent element)protected voidRdfParser. composeStructureMapStructureMapStructureComponent(RdfGenerator.Complex parent, String parentType, String name, StructureMap.StructureMapStructureComponent element, int index)protected voidXmlParser. composeStructureMapStructureMapStructureComponent(String name, StructureMap.StructureMapStructureComponent element)protected voidJsonParser. composeStructureMapStructureMapStructureComponentInner(StructureMap.StructureMapStructureComponent element) -
Uses of StructureMap.StructureMapStructureComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.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.dstu2016may.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.dstu2016may.model with parameters of type StructureMap.StructureMapStructureComponent Modifier and Type Method Description StructureMapStructureMap. addStructure(StructureMap.StructureMapStructureComponent t)
-