
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 Contributor
JsonParser.parseContributor
(com.google.gson.JsonObject json) protected Contributor
XmlParser.parseContributor
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r4.formats with parameters of type ContributorModifier and TypeMethodDescriptionprotected void
JsonParser.composeContributor
(String name, Contributor element) protected void
RdfParser.composeContributor
(Turtle.Complex parent, String parentType, String name, Contributor element, int index) protected void
XmlParser.composeContributor
(String name, Contributor element) protected void
XmlParser.composeContributorElements
(Contributor element) protected void
JsonParser.composeContributorInner
(Contributor element) protected boolean
XmlParser.parseContributorContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Contributor res) protected void
JsonParser.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 Contributor
Contributor.typedCopy()
Methods in org.hl7.fhir.r4.model with parameters of type Contributor