Uses of Class
org.hl7.fhir.r5.model.Contributor
Packages that use Contributor
-
Uses of Contributor in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.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.r5.formats with parameters of type ContributorModifier and TypeMethodDescriptionprotected voidJsonParser.composeContributor(String name, Contributor element)protected voidRdfParser.composeContributor(org.hl7.fhir.utilities.turtle.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.composeContributorProperties(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.r5.model
Methods in org.hl7.fhir.r5.model that return ContributorModifier and TypeMethodDescriptionContributor.addContact(ContactDetail t)static ContributorTypeConvertor.castToContributor(Base b)Contributor.copy()ElementDefinition.getDefaultValueContributor()ElementDefinition.getFixedContributor()ElementDefinition.getPatternContributor()ElementDefinition.ElementDefinitionExampleComponent.getValueContributor()Extension.getValueContributor()Parameters.ParametersParameterComponent.getValueContributor()Task.ParameterComponent.getValueContributor()Task.TaskOutputComponent.getValueContributor()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.r5.model with parameters of type Contributor