Uses of Class
org.hl7.fhir.r4.model.Contributor
Packages that use Contributor
-
Uses of Contributor in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return ContributorModifier and TypeMethodDescriptionprotected ContributorJsonParser.parseContributor(com.google.gson.JsonObject json)protected ContributorXmlParser.parseContributor(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4.formats with parameters of type ContributorModifier and TypeMethodDescriptionprotected voidJsonParser.composeContributor(String name, Contributor element)protected voidRdfParser.composeContributor(Turtle.Complex parent, String parentType, String name, Contributor element, int index)protected voidXmlParser.composeContributor(String name, Contributor element)protected voidXmlParser.composeContributorElements(Contributor element)protected voidJsonParser.composeContributorInner(Contributor element)protected booleanXmlParser.parseContributorContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Contributor res)protected voidJsonParser.parseContributorProperties(com.google.gson.JsonObject json, Contributor res) -
Uses of Contributor in org.hl7.fhir.r4.model
Methods in org.hl7.fhir.r4.model that return ContributorModifier and TypeMethodDescriptionContributor.addContact(ContactDetail t)Base.castToContributor(Base b)Contributor.copy()Contributor.setContact(List<ContactDetail> theContact)Contributor.setNameElement(StringType value)Contributor.setType(Contributor.ContributorType value)Contributor.setTypeElement(Enumeration<Contributor.ContributorType> value)protected ContributorContributor.typedCopy()Methods in org.hl7.fhir.r4.model with parameters of type Contributor