Class Citation.CitedArtifact.Contributorship.Entry.Builder
- java.lang.Object
-
- org.linuxforhealth.fhir.model.builder.AbstractBuilder<Element>
-
- org.linuxforhealth.fhir.model.type.Element.Builder
-
- org.linuxforhealth.fhir.model.type.BackboneElement.Builder
-
- org.linuxforhealth.fhir.model.resource.Citation.CitedArtifact.Contributorship.Entry.Builder
-
- Enclosing class:
- Citation.CitedArtifact.Contributorship.Entry
public static class Citation.CitedArtifact.Contributorship.Entry.Builder extends BackboneElement.Builder
-
-
Field Summary
-
Fields inherited from class org.linuxforhealth.fhir.model.type.BackboneElement.Builder
modifierExtension
-
Fields inherited from class org.linuxforhealth.fhir.model.type.Element.Builder
extension, id
-
Fields inherited from class org.linuxforhealth.fhir.model.builder.AbstractBuilder
validating
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Citation.CitedArtifact.Contributorship.Entry.Builder
address(java.util.Collection<Address> address)
Physical mailing address for the author or contributor.Citation.CitedArtifact.Contributorship.Entry.Builder
address(Address... address)
Physical mailing address for the author or contributor.Citation.CitedArtifact.Contributorship.Entry.Builder
affiliationInfo(java.util.Collection<Citation.CitedArtifact.Contributorship.Entry.AffiliationInfo> affiliationInfo)
Organization affiliated with the entity.Citation.CitedArtifact.Contributorship.Entry.Builder
affiliationInfo(Citation.CitedArtifact.Contributorship.Entry.AffiliationInfo... affiliationInfo)
Organization affiliated with the entity.Citation.CitedArtifact.Contributorship.Entry
build()
Citation.CitedArtifact.Contributorship.Entry.Builder
collectiveName(java.lang.String collectiveName)
Convenience method for settingcollectiveName
.Citation.CitedArtifact.Contributorship.Entry.Builder
collectiveName(String collectiveName)
Used for collective or corporate name as an author.Citation.CitedArtifact.Contributorship.Entry.Builder
contributionInstance(java.util.Collection<Citation.CitedArtifact.Contributorship.Entry.ContributionInstance> contributionInstance)
Contributions with accounting for time or number.Citation.CitedArtifact.Contributorship.Entry.Builder
contributionInstance(Citation.CitedArtifact.Contributorship.Entry.ContributionInstance... contributionInstance)
Contributions with accounting for time or number.Citation.CitedArtifact.Contributorship.Entry.Builder
contributionType(java.util.Collection<CodeableConcept> contributionType)
This element identifies the specific nature of an individual’s contribution with respect to the cited work.Citation.CitedArtifact.Contributorship.Entry.Builder
contributionType(CodeableConcept... contributionType)
This element identifies the specific nature of an individual’s contribution with respect to the cited work.Citation.CitedArtifact.Contributorship.Entry.Builder
correspondingContact(java.lang.Boolean correspondingContact)
Convenience method for settingcorrespondingContact
.Citation.CitedArtifact.Contributorship.Entry.Builder
correspondingContact(Boolean correspondingContact)
Indication of which contributor is the corresponding contributor for the role.Citation.CitedArtifact.Contributorship.Entry.Builder
extension(java.util.Collection<Extension> extension)
May be used to represent additional information that is not part of the basic definition of the element.Citation.CitedArtifact.Contributorship.Entry.Builder
extension(Extension... extension)
May be used to represent additional information that is not part of the basic definition of the element.protected Citation.CitedArtifact.Contributorship.Entry.Builder
from(Citation.CitedArtifact.Contributorship.Entry entry)
Citation.CitedArtifact.Contributorship.Entry.Builder
id(java.lang.String id)
Unique id for the element within a resource (for internal references).Citation.CitedArtifact.Contributorship.Entry.Builder
identifier(java.util.Collection<Identifier> identifier)
Unique person identifier.Citation.CitedArtifact.Contributorship.Entry.Builder
identifier(Identifier... identifier)
Unique person identifier.Citation.CitedArtifact.Contributorship.Entry.Builder
initials(java.lang.String initials)
Convenience method for settinginitials
.Citation.CitedArtifact.Contributorship.Entry.Builder
initials(String initials)
Initials for forename.Citation.CitedArtifact.Contributorship.Entry.Builder
listOrder(PositiveInt listOrder)
Used to code order of authors.Citation.CitedArtifact.Contributorship.Entry.Builder
modifierExtension(java.util.Collection<Extension> modifierExtension)
May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants.Citation.CitedArtifact.Contributorship.Entry.Builder
modifierExtension(Extension... modifierExtension)
May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants.Citation.CitedArtifact.Contributorship.Entry.Builder
name(HumanName name)
A name associated with the individual.Citation.CitedArtifact.Contributorship.Entry.Builder
role(CodeableConcept role)
The role of the contributor (e.g.Citation.CitedArtifact.Contributorship.Entry.Builder
telecom(java.util.Collection<ContactPoint> telecom)
Email or telephone contact methods for the author or contributor.Citation.CitedArtifact.Contributorship.Entry.Builder
telecom(ContactPoint... telecom)
Email or telephone contact methods for the author or contributor.protected void
validate(Citation.CitedArtifact.Contributorship.Entry entry)
-
Methods inherited from class org.linuxforhealth.fhir.model.type.BackboneElement.Builder
from, validate
-
Methods inherited from class org.linuxforhealth.fhir.model.type.Element.Builder
from, validate
-
Methods inherited from class org.linuxforhealth.fhir.model.builder.AbstractBuilder
isValidating, setValidating
-
-
-
-
Method Detail
-
id
public Citation.CitedArtifact.Contributorship.Entry.Builder id(java.lang.String id)
Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.- Overrides:
id
in classBackboneElement.Builder
- Parameters:
id
- Unique id for inter-element referencing- Returns:
- A reference to this Builder instance
-
extension
public Citation.CitedArtifact.Contributorship.Entry.Builder extension(Extension... extension)
May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.Adds new element(s) to the existing list. If any of the elements are null, calling
build()
will fail.- Overrides:
extension
in classBackboneElement.Builder
- Parameters:
extension
- Additional content defined by implementations- Returns:
- A reference to this Builder instance
-
extension
public Citation.CitedArtifact.Contributorship.Entry.Builder extension(java.util.Collection<Extension> extension)
May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.Replaces the existing list with a new one containing elements from the Collection. If any of the elements are null, calling
build()
will fail.- Overrides:
extension
in classBackboneElement.Builder
- Parameters:
extension
- Additional content defined by implementations- Returns:
- A reference to this Builder instance
- Throws:
java.lang.NullPointerException
- If the passed collection is null
-
modifierExtension
public Citation.CitedArtifact.Contributorship.Entry.Builder modifierExtension(Extension... modifierExtension)
May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Adds new element(s) to the existing list. If any of the elements are null, calling
build()
will fail.- Overrides:
modifierExtension
in classBackboneElement.Builder
- Parameters:
modifierExtension
- Extensions that cannot be ignored even if unrecognized- Returns:
- A reference to this Builder instance
-
modifierExtension
public Citation.CitedArtifact.Contributorship.Entry.Builder modifierExtension(java.util.Collection<Extension> modifierExtension)
May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
Replaces the existing list with a new one containing elements from the Collection. If any of the elements are null, calling
build()
will fail.- Overrides:
modifierExtension
in classBackboneElement.Builder
- Parameters:
modifierExtension
- Extensions that cannot be ignored even if unrecognized- Returns:
- A reference to this Builder instance
- Throws:
java.lang.NullPointerException
- If the passed collection is null
-
name
public Citation.CitedArtifact.Contributorship.Entry.Builder name(HumanName name)
A name associated with the individual.- Parameters:
name
- A name associated with the person- Returns:
- A reference to this Builder instance
-
initials
public Citation.CitedArtifact.Contributorship.Entry.Builder initials(java.lang.String initials)
Convenience method for settinginitials
.- Parameters:
initials
- Initials for forename- Returns:
- A reference to this Builder instance
- See Also:
initials(org.linuxforhealth.fhir.model.type.String)
-
initials
public Citation.CitedArtifact.Contributorship.Entry.Builder initials(String initials)
Initials for forename.- Parameters:
initials
- Initials for forename- Returns:
- A reference to this Builder instance
-
collectiveName
public Citation.CitedArtifact.Contributorship.Entry.Builder collectiveName(java.lang.String collectiveName)
Convenience method for settingcollectiveName
.- Parameters:
collectiveName
- Used for collective or corporate name as an author- Returns:
- A reference to this Builder instance
- See Also:
collectiveName(org.linuxforhealth.fhir.model.type.String)
-
collectiveName
public Citation.CitedArtifact.Contributorship.Entry.Builder collectiveName(String collectiveName)
Used for collective or corporate name as an author.- Parameters:
collectiveName
- Used for collective or corporate name as an author- Returns:
- A reference to this Builder instance
-
identifier
public Citation.CitedArtifact.Contributorship.Entry.Builder identifier(Identifier... identifier)
Unique person identifier.Adds new element(s) to the existing list. If any of the elements are null, calling
build()
will fail.- Parameters:
identifier
- Author identifier, eg ORCID- Returns:
- A reference to this Builder instance
-
identifier
public Citation.CitedArtifact.Contributorship.Entry.Builder identifier(java.util.Collection<Identifier> identifier)
Unique person identifier.Replaces the existing list with a new one containing elements from the Collection. If any of the elements are null, calling
build()
will fail.- Parameters:
identifier
- Author identifier, eg ORCID- Returns:
- A reference to this Builder instance
- Throws:
java.lang.NullPointerException
- If the passed collection is null
-
affiliationInfo
public Citation.CitedArtifact.Contributorship.Entry.Builder affiliationInfo(Citation.CitedArtifact.Contributorship.Entry.AffiliationInfo... affiliationInfo)
Organization affiliated with the entity.Adds new element(s) to the existing list. If any of the elements are null, calling
build()
will fail.- Parameters:
affiliationInfo
- Organizational affiliation- Returns:
- A reference to this Builder instance
-
affiliationInfo
public Citation.CitedArtifact.Contributorship.Entry.Builder affiliationInfo(java.util.Collection<Citation.CitedArtifact.Contributorship.Entry.AffiliationInfo> affiliationInfo)
Organization affiliated with the entity.Replaces the existing list with a new one containing elements from the Collection. If any of the elements are null, calling
build()
will fail.- Parameters:
affiliationInfo
- Organizational affiliation- Returns:
- A reference to this Builder instance
- Throws:
java.lang.NullPointerException
- If the passed collection is null
-
address
public Citation.CitedArtifact.Contributorship.Entry.Builder address(Address... address)
Physical mailing address for the author or contributor.Adds new element(s) to the existing list. If any of the elements are null, calling
build()
will fail.- Parameters:
address
- Physical mailing address- Returns:
- A reference to this Builder instance
-
address
public Citation.CitedArtifact.Contributorship.Entry.Builder address(java.util.Collection<Address> address)
Physical mailing address for the author or contributor.Replaces the existing list with a new one containing elements from the Collection. If any of the elements are null, calling
build()
will fail.- Parameters:
address
- Physical mailing address- Returns:
- A reference to this Builder instance
- Throws:
java.lang.NullPointerException
- If the passed collection is null
-
telecom
public Citation.CitedArtifact.Contributorship.Entry.Builder telecom(ContactPoint... telecom)
Email or telephone contact methods for the author or contributor.Adds new element(s) to the existing list. If any of the elements are null, calling
build()
will fail.- Parameters:
telecom
- Email or telephone contact methods for the author or contributor- Returns:
- A reference to this Builder instance
-
telecom
public Citation.CitedArtifact.Contributorship.Entry.Builder telecom(java.util.Collection<ContactPoint> telecom)
Email or telephone contact methods for the author or contributor.Replaces the existing list with a new one containing elements from the Collection. If any of the elements are null, calling
build()
will fail.- Parameters:
telecom
- Email or telephone contact methods for the author or contributor- Returns:
- A reference to this Builder instance
- Throws:
java.lang.NullPointerException
- If the passed collection is null
-
contributionType
public Citation.CitedArtifact.Contributorship.Entry.Builder contributionType(CodeableConcept... contributionType)
This element identifies the specific nature of an individual’s contribution with respect to the cited work.Adds new element(s) to the existing list. If any of the elements are null, calling
build()
will fail.- Parameters:
contributionType
- The specific contribution- Returns:
- A reference to this Builder instance
-
contributionType
public Citation.CitedArtifact.Contributorship.Entry.Builder contributionType(java.util.Collection<CodeableConcept> contributionType)
This element identifies the specific nature of an individual’s contribution with respect to the cited work.Replaces the existing list with a new one containing elements from the Collection. If any of the elements are null, calling
build()
will fail.- Parameters:
contributionType
- The specific contribution- Returns:
- A reference to this Builder instance
- Throws:
java.lang.NullPointerException
- If the passed collection is null
-
role
public Citation.CitedArtifact.Contributorship.Entry.Builder role(CodeableConcept role)
The role of the contributor (e.g. author, editor, reviewer).- Parameters:
role
- The role of the contributor (e.g. author, editor, reviewer)- Returns:
- A reference to this Builder instance
-
contributionInstance
public Citation.CitedArtifact.Contributorship.Entry.Builder contributionInstance(Citation.CitedArtifact.Contributorship.Entry.ContributionInstance... contributionInstance)
Contributions with accounting for time or number.Adds new element(s) to the existing list. If any of the elements are null, calling
build()
will fail.- Parameters:
contributionInstance
- Contributions with accounting for time or number- Returns:
- A reference to this Builder instance
-
contributionInstance
public Citation.CitedArtifact.Contributorship.Entry.Builder contributionInstance(java.util.Collection<Citation.CitedArtifact.Contributorship.Entry.ContributionInstance> contributionInstance)
Contributions with accounting for time or number.Replaces the existing list with a new one containing elements from the Collection. If any of the elements are null, calling
build()
will fail.- Parameters:
contributionInstance
- Contributions with accounting for time or number- Returns:
- A reference to this Builder instance
- Throws:
java.lang.NullPointerException
- If the passed collection is null
-
correspondingContact
public Citation.CitedArtifact.Contributorship.Entry.Builder correspondingContact(java.lang.Boolean correspondingContact)
Convenience method for settingcorrespondingContact
.- Parameters:
correspondingContact
- Indication of which contributor is the corresponding contributor for the role- Returns:
- A reference to this Builder instance
- See Also:
correspondingContact(org.linuxforhealth.fhir.model.type.Boolean)
-
correspondingContact
public Citation.CitedArtifact.Contributorship.Entry.Builder correspondingContact(Boolean correspondingContact)
Indication of which contributor is the corresponding contributor for the role.- Parameters:
correspondingContact
- Indication of which contributor is the corresponding contributor for the role- Returns:
- A reference to this Builder instance
-
listOrder
public Citation.CitedArtifact.Contributorship.Entry.Builder listOrder(PositiveInt listOrder)
Used to code order of authors.- Parameters:
listOrder
- Used to code order of authors- Returns:
- A reference to this Builder instance
-
build
public Citation.CitedArtifact.Contributorship.Entry build()
- Specified by:
build
in interfaceBuilder<Element>
- Specified by:
build
in classBackboneElement.Builder
- Returns:
- An immutable object of type
Citation.CitedArtifact.Contributorship.Entry
- Throws:
java.lang.IllegalStateException
- if the current state cannot be built into a valid Entry per the base specification
-
validate
protected void validate(Citation.CitedArtifact.Contributorship.Entry entry)
-
from
protected Citation.CitedArtifact.Contributorship.Entry.Builder from(Citation.CitedArtifact.Contributorship.Entry entry)
-
-