public static class ClaimPayee.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<ClaimPayee> implements org.apache.avro.data.RecordBuilder<ClaimPayee>
| Modifier and Type | Method and Description |
|---|---|
ClaimPayee |
build() |
ClaimPayee.Builder |
clearId()
Clears the value of the 'id' field.
|
ClaimPayee.Builder |
clearParty()
Clears the value of the 'party' field.
|
ClaimPayee.Builder |
clearResourceType()
Clears the value of the 'resourceType' field.
|
ClaimPayee.Builder |
clearType()
Clears the value of the 'type' field.
|
String |
getId()
Gets the value of the 'id' field.
|
OrganizationPatientPractitionerRelatedPersonReference |
getParty()
Gets the value of the 'party' field.
|
OrganizationPatientPractitionerRelatedPersonReference.Builder |
getPartyBuilder()
Gets the Builder instance for the 'party' field and creates one if it doesn't exist yet.
|
Coding |
getResourceType()
Gets the value of the 'resourceType' field.
|
Coding.Builder |
getResourceTypeBuilder()
Gets the Builder instance for the 'resourceType' field and creates one if it doesn't exist yet.
|
CodeableConcept |
getType()
Gets the value of the 'type' field.
|
CodeableConcept.Builder |
getTypeBuilder()
Gets the Builder instance for the 'type' field and creates one if it doesn't exist yet.
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasParty()
Checks whether the 'party' field has been set.
|
boolean |
hasPartyBuilder()
Checks whether the 'party' field has an active Builder instance
Field for FHIR property party
|
boolean |
hasResourceType()
Checks whether the 'resourceType' field has been set.
|
boolean |
hasResourceTypeBuilder()
Checks whether the 'resourceType' field has an active Builder instance
Field for FHIR property resourceType
|
boolean |
hasType()
Checks whether the 'type' field has been set.
|
boolean |
hasTypeBuilder()
Checks whether the 'type' field has an active Builder instance
Field for FHIR property type
|
ClaimPayee.Builder |
setId(String value)
Sets the value of the 'id' field.
|
ClaimPayee.Builder |
setParty(OrganizationPatientPractitionerRelatedPersonReference value)
Sets the value of the 'party' field.
|
ClaimPayee.Builder |
setPartyBuilder(OrganizationPatientPractitionerRelatedPersonReference.Builder value)
Sets the Builder instance for the 'party' field
Field for FHIR property party
|
ClaimPayee.Builder |
setResourceType(Coding value)
Sets the value of the 'resourceType' field.
|
ClaimPayee.Builder |
setResourceTypeBuilder(Coding.Builder value)
Sets the Builder instance for the 'resourceType' field
Field for FHIR property resourceType
|
ClaimPayee.Builder |
setType(CodeableConcept value)
Sets the value of the 'type' field.
|
ClaimPayee.Builder |
setTypeBuilder(CodeableConcept.Builder value)
Sets the Builder instance for the 'type' field
Field for FHIR property type
|
public String getId()
public ClaimPayee.Builder setId(String value)
value - The value of 'id'.public boolean hasId()
public ClaimPayee.Builder clearId()
public CodeableConcept getType()
public ClaimPayee.Builder setType(CodeableConcept value)
value - The value of 'type'.public boolean hasType()
public CodeableConcept.Builder getTypeBuilder()
public ClaimPayee.Builder setTypeBuilder(CodeableConcept.Builder value)
value - The builder instance that must be set.public boolean hasTypeBuilder()
public ClaimPayee.Builder clearType()
public Coding getResourceType()
public ClaimPayee.Builder setResourceType(Coding value)
value - The value of 'resourceType'.public boolean hasResourceType()
public Coding.Builder getResourceTypeBuilder()
public ClaimPayee.Builder setResourceTypeBuilder(Coding.Builder value)
value - The builder instance that must be set.public boolean hasResourceTypeBuilder()
public ClaimPayee.Builder clearResourceType()
public OrganizationPatientPractitionerRelatedPersonReference getParty()
public ClaimPayee.Builder setParty(OrganizationPatientPractitionerRelatedPersonReference value)
value - The value of 'party'.public boolean hasParty()
public OrganizationPatientPractitionerRelatedPersonReference.Builder getPartyBuilder()
public ClaimPayee.Builder setPartyBuilder(OrganizationPatientPractitionerRelatedPersonReference.Builder value)
value - The builder instance that must be set.public boolean hasPartyBuilder()
public ClaimPayee.Builder clearParty()
public ClaimPayee build()
build in interface org.apache.avro.data.RecordBuilder<ClaimPayee>Copyright © 2020. All rights reserved.