| Package | Description |
|---|---|
| org.hl7.fhir.r4.formats | |
| org.hl7.fhir.r4.model |
| Modifier and Type | Method and Description |
|---|---|
protected Contributor |
JsonParser.parseContributor(com.google.gson.JsonObject json) |
protected Contributor |
XmlParser.parseContributor(org.xmlpull.v1.XmlPullParser xpp) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JsonParser.composeContributor(String name,
Contributor element) |
protected void |
XmlParser.composeContributor(String name,
Contributor element) |
protected void |
RdfParser.composeContributor(Turtle.Complex parent,
String parentType,
String name,
Contributor element,
int index) |
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) |
| Modifier and Type | Method and Description |
|---|---|
Contributor |
Contributor.addContact(ContactDetail t) |
Contributor |
Base.castToContributor(Base b) |
Contributor |
Contributor.copy() |
Contributor |
Contributor.setContact(List<ContactDetail> theContact) |
Contributor |
Contributor.setName(String value) |
Contributor |
Contributor.setNameElement(StringType value) |
Contributor |
Contributor.setType(Contributor.ContributorType value) |
Contributor |
Contributor.setTypeElement(Enumeration<Contributor.ContributorType> value) |
protected Contributor |
Contributor.typedCopy() |
| Modifier and Type | Method and Description |
|---|---|
void |
Contributor.copyValues(Contributor dst) |
Copyright © 2014–2021 Health Level 7. All rights reserved.