public static class ClaimCareTeam.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<ClaimCareTeam> implements org.apache.avro.data.RecordBuilder<ClaimCareTeam>
| Modifier and Type | Method and Description |
|---|---|
ClaimCareTeam |
build() |
ClaimCareTeam.Builder |
clearId()
Clears the value of the 'id' field.
|
ClaimCareTeam.Builder |
clearProvider()
Clears the value of the 'provider' field.
|
ClaimCareTeam.Builder |
clearQualification()
Clears the value of the 'qualification' field.
|
ClaimCareTeam.Builder |
clearResponsible()
Clears the value of the 'responsible' field.
|
ClaimCareTeam.Builder |
clearRole()
Clears the value of the 'role' field.
|
ClaimCareTeam.Builder |
clearSequence()
Clears the value of the 'sequence' field.
|
String |
getId()
Gets the value of the 'id' field.
|
OrganizationPractitionerReference |
getProvider()
Gets the value of the 'provider' field.
|
OrganizationPractitionerReference.Builder |
getProviderBuilder()
Gets the Builder instance for the 'provider' field and creates one if it doesn't exist yet.
|
CodeableConcept |
getQualification()
Gets the value of the 'qualification' field.
|
CodeableConcept.Builder |
getQualificationBuilder()
Gets the Builder instance for the 'qualification' field and creates one if it doesn't exist yet.
|
Boolean |
getResponsible()
Gets the value of the 'responsible' field.
|
CodeableConcept |
getRole()
Gets the value of the 'role' field.
|
CodeableConcept.Builder |
getRoleBuilder()
Gets the Builder instance for the 'role' field and creates one if it doesn't exist yet.
|
Integer |
getSequence()
Gets the value of the 'sequence' field.
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasProvider()
Checks whether the 'provider' field has been set.
|
boolean |
hasProviderBuilder()
Checks whether the 'provider' field has an active Builder instance
Field for FHIR property provider
|
boolean |
hasQualification()
Checks whether the 'qualification' field has been set.
|
boolean |
hasQualificationBuilder()
Checks whether the 'qualification' field has an active Builder instance
Field for FHIR property qualification
|
boolean |
hasResponsible()
Checks whether the 'responsible' field has been set.
|
boolean |
hasRole()
Checks whether the 'role' field has been set.
|
boolean |
hasRoleBuilder()
Checks whether the 'role' field has an active Builder instance
Field for FHIR property role
|
boolean |
hasSequence()
Checks whether the 'sequence' field has been set.
|
ClaimCareTeam.Builder |
setId(String value)
Sets the value of the 'id' field.
|
ClaimCareTeam.Builder |
setProvider(OrganizationPractitionerReference value)
Sets the value of the 'provider' field.
|
ClaimCareTeam.Builder |
setProviderBuilder(OrganizationPractitionerReference.Builder value)
Sets the Builder instance for the 'provider' field
Field for FHIR property provider
|
ClaimCareTeam.Builder |
setQualification(CodeableConcept value)
Sets the value of the 'qualification' field.
|
ClaimCareTeam.Builder |
setQualificationBuilder(CodeableConcept.Builder value)
Sets the Builder instance for the 'qualification' field
Field for FHIR property qualification
|
ClaimCareTeam.Builder |
setResponsible(Boolean value)
Sets the value of the 'responsible' field.
|
ClaimCareTeam.Builder |
setRole(CodeableConcept value)
Sets the value of the 'role' field.
|
ClaimCareTeam.Builder |
setRoleBuilder(CodeableConcept.Builder value)
Sets the Builder instance for the 'role' field
Field for FHIR property role
|
ClaimCareTeam.Builder |
setSequence(Integer value)
Sets the value of the 'sequence' field.
|
public String getId()
public ClaimCareTeam.Builder setId(String value)
value - The value of 'id'.public boolean hasId()
public ClaimCareTeam.Builder clearId()
public Integer getSequence()
public ClaimCareTeam.Builder setSequence(Integer value)
value - The value of 'sequence'.public boolean hasSequence()
public ClaimCareTeam.Builder clearSequence()
public OrganizationPractitionerReference getProvider()
public ClaimCareTeam.Builder setProvider(OrganizationPractitionerReference value)
value - The value of 'provider'.public boolean hasProvider()
public OrganizationPractitionerReference.Builder getProviderBuilder()
public ClaimCareTeam.Builder setProviderBuilder(OrganizationPractitionerReference.Builder value)
value - The builder instance that must be set.public boolean hasProviderBuilder()
public ClaimCareTeam.Builder clearProvider()
public Boolean getResponsible()
public ClaimCareTeam.Builder setResponsible(Boolean value)
value - The value of 'responsible'.public boolean hasResponsible()
public ClaimCareTeam.Builder clearResponsible()
public CodeableConcept getRole()
public ClaimCareTeam.Builder setRole(CodeableConcept value)
value - The value of 'role'.public boolean hasRole()
public CodeableConcept.Builder getRoleBuilder()
public ClaimCareTeam.Builder setRoleBuilder(CodeableConcept.Builder value)
value - The builder instance that must be set.public boolean hasRoleBuilder()
public ClaimCareTeam.Builder clearRole()
public CodeableConcept getQualification()
public ClaimCareTeam.Builder setQualification(CodeableConcept value)
value - The value of 'qualification'.public boolean hasQualification()
public CodeableConcept.Builder getQualificationBuilder()
public ClaimCareTeam.Builder setQualificationBuilder(CodeableConcept.Builder value)
value - The builder instance that must be set.public boolean hasQualificationBuilder()
public ClaimCareTeam.Builder clearQualification()
public ClaimCareTeam build()
build in interface org.apache.avro.data.RecordBuilder<ClaimCareTeam>Copyright © 2020. All rights reserved.