Uses of Class
org.hl7.fhir.dstu2016may.model.ElementDefinition.TypeRefComponent
-
Packages that use ElementDefinition.TypeRefComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model org.hl7.fhir.dstu2016may.utils -
-
Uses of ElementDefinition.TypeRefComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return ElementDefinition.TypeRefComponent Modifier and Type Method Description protected ElementDefinition.TypeRefComponentJsonParser. parseElementDefinitionTypeRefComponent(com.google.gson.JsonObject json, ElementDefinition owner)protected ElementDefinition.TypeRefComponentXmlParser. parseElementDefinitionTypeRefComponent(org.xmlpull.v1.XmlPullParser xpp, ElementDefinition owner)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type ElementDefinition.TypeRefComponent Modifier and Type Method Description protected voidJsonParser. composeElementDefinitionTypeRefComponent(String name, ElementDefinition.TypeRefComponent element)protected voidRdfParser. composeElementDefinitionTypeRefComponent(RdfGenerator.Complex parent, String parentType, String name, ElementDefinition.TypeRefComponent element, int index)protected voidXmlParser. composeElementDefinitionTypeRefComponent(String name, ElementDefinition.TypeRefComponent element)protected voidJsonParser. composeElementDefinitionTypeRefComponentInner(ElementDefinition.TypeRefComponent element) -
Uses of ElementDefinition.TypeRefComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model with type parameters of type ElementDefinition.TypeRefComponent Modifier and Type Field Description protected List<ElementDefinition.TypeRefComponent>ElementDefinition. typeThe data type or resource that the value of this element is permitted to be.Methods in org.hl7.fhir.dstu2016may.model that return types with arguments of type ElementDefinition.TypeRefComponent Modifier and Type Method Description List<ElementDefinition.TypeRefComponent>ElementDefinition. getType()Methods in org.hl7.fhir.dstu2016may.model with parameters of type ElementDefinition.TypeRefComponent Modifier and Type Method Description ElementDefinitionElementDefinition. addType(ElementDefinition.TypeRefComponent t) -
Uses of ElementDefinition.TypeRefComponent in org.hl7.fhir.dstu2016may.utils
Methods in org.hl7.fhir.dstu2016may.utils with parameters of type ElementDefinition.TypeRefComponent Modifier and Type Method Description List<DefinitionNavigator>DefinitionNavigator. childrenFromType(ElementDefinition.TypeRefComponent type)booleanDefinitionNavigator. hasTypeChildren(ElementDefinition.TypeRefComponent type)if you have a typed element, the tree might end at that point.Method parameters in org.hl7.fhir.dstu2016may.utils with type arguments of type ElementDefinition.TypeRefComponent Modifier and Type Method Description static StringProfileUtilities. typeCode(List<ElementDefinition.TypeRefComponent> types)
-