Uses of Class
org.hl7.fhir.dstu2016may.model.ExpansionProfile.DesignationIncludeComponent
-
Packages that use ExpansionProfile.DesignationIncludeComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of ExpansionProfile.DesignationIncludeComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return ExpansionProfile.DesignationIncludeComponent Modifier and Type Method Description protected ExpansionProfile.DesignationIncludeComponentJsonParser. parseExpansionProfileDesignationIncludeComponent(com.google.gson.JsonObject json, ExpansionProfile owner)protected ExpansionProfile.DesignationIncludeComponentXmlParser. parseExpansionProfileDesignationIncludeComponent(org.xmlpull.v1.XmlPullParser xpp, ExpansionProfile owner)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type ExpansionProfile.DesignationIncludeComponent Modifier and Type Method Description protected voidJsonParser. composeExpansionProfileDesignationIncludeComponent(String name, ExpansionProfile.DesignationIncludeComponent element)protected voidRdfParser. composeExpansionProfileDesignationIncludeComponent(RdfGenerator.Complex parent, String parentType, String name, ExpansionProfile.DesignationIncludeComponent element, int index)protected voidXmlParser. composeExpansionProfileDesignationIncludeComponent(String name, ExpansionProfile.DesignationIncludeComponent element)protected voidJsonParser. composeExpansionProfileDesignationIncludeComponentInner(ExpansionProfile.DesignationIncludeComponent element) -
Uses of ExpansionProfile.DesignationIncludeComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.model declared as ExpansionProfile.DesignationIncludeComponent Modifier and Type Field Description protected ExpansionProfile.DesignationIncludeComponentExpansionProfile.ExpansionProfileDesignationComponent. includeDesignations to be included.Methods in org.hl7.fhir.dstu2016may.model that return ExpansionProfile.DesignationIncludeComponent Modifier and Type Method Description ExpansionProfile.DesignationIncludeComponentExpansionProfile.DesignationIncludeComponent. addDesignation(ExpansionProfile.DesignationIncludeDesignationComponent t)ExpansionProfile.DesignationIncludeComponentExpansionProfile.DesignationIncludeComponent. copy()ExpansionProfile.DesignationIncludeComponentExpansionProfile.ExpansionProfileDesignationComponent. getInclude()Methods in org.hl7.fhir.dstu2016may.model with parameters of type ExpansionProfile.DesignationIncludeComponent Modifier and Type Method Description ExpansionProfile.ExpansionProfileDesignationComponentExpansionProfile.ExpansionProfileDesignationComponent. setInclude(ExpansionProfile.DesignationIncludeComponent value)
-