public static class ClaimRelated.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<ClaimRelated> implements org.apache.avro.data.RecordBuilder<ClaimRelated>
| Modifier and Type | Method and Description |
|---|---|
ClaimRelated |
build() |
ClaimRelated.Builder |
clearClaim()
Clears the value of the 'claim' field.
|
ClaimRelated.Builder |
clearId()
Clears the value of the 'id' field.
|
ClaimRelated.Builder |
clearReference()
Clears the value of the 'reference' field.
|
ClaimRelated.Builder |
clearRelationship()
Clears the value of the 'relationship' field.
|
ClaimReference |
getClaim()
Gets the value of the 'claim' field.
|
ClaimReference.Builder |
getClaimBuilder()
Gets the Builder instance for the 'claim' field and creates one if it doesn't exist yet.
|
String |
getId()
Gets the value of the 'id' field.
|
Identifier |
getReference()
Gets the value of the 'reference' field.
|
Identifier.Builder |
getReferenceBuilder()
Gets the Builder instance for the 'reference' field and creates one if it doesn't exist yet.
|
CodeableConcept |
getRelationship()
Gets the value of the 'relationship' field.
|
CodeableConcept.Builder |
getRelationshipBuilder()
Gets the Builder instance for the 'relationship' field and creates one if it doesn't exist yet.
|
boolean |
hasClaim()
Checks whether the 'claim' field has been set.
|
boolean |
hasClaimBuilder()
Checks whether the 'claim' field has an active Builder instance
Field for FHIR property claim
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasReference()
Checks whether the 'reference' field has been set.
|
boolean |
hasReferenceBuilder()
Checks whether the 'reference' field has an active Builder instance
Field for FHIR property reference
|
boolean |
hasRelationship()
Checks whether the 'relationship' field has been set.
|
boolean |
hasRelationshipBuilder()
Checks whether the 'relationship' field has an active Builder instance
Field for FHIR property relationship
|
ClaimRelated.Builder |
setClaim(ClaimReference value)
Sets the value of the 'claim' field.
|
ClaimRelated.Builder |
setClaimBuilder(ClaimReference.Builder value)
Sets the Builder instance for the 'claim' field
Field for FHIR property claim
|
ClaimRelated.Builder |
setId(String value)
Sets the value of the 'id' field.
|
ClaimRelated.Builder |
setReference(Identifier value)
Sets the value of the 'reference' field.
|
ClaimRelated.Builder |
setReferenceBuilder(Identifier.Builder value)
Sets the Builder instance for the 'reference' field
Field for FHIR property reference
|
ClaimRelated.Builder |
setRelationship(CodeableConcept value)
Sets the value of the 'relationship' field.
|
ClaimRelated.Builder |
setRelationshipBuilder(CodeableConcept.Builder value)
Sets the Builder instance for the 'relationship' field
Field for FHIR property relationship
|
public String getId()
public ClaimRelated.Builder setId(String value)
value - The value of 'id'.public boolean hasId()
public ClaimRelated.Builder clearId()
public ClaimReference getClaim()
public ClaimRelated.Builder setClaim(ClaimReference value)
value - The value of 'claim'.public boolean hasClaim()
public ClaimReference.Builder getClaimBuilder()
public ClaimRelated.Builder setClaimBuilder(ClaimReference.Builder value)
value - The builder instance that must be set.public boolean hasClaimBuilder()
public ClaimRelated.Builder clearClaim()
public CodeableConcept getRelationship()
public ClaimRelated.Builder setRelationship(CodeableConcept value)
value - The value of 'relationship'.public boolean hasRelationship()
public CodeableConcept.Builder getRelationshipBuilder()
public ClaimRelated.Builder setRelationshipBuilder(CodeableConcept.Builder value)
value - The builder instance that must be set.public boolean hasRelationshipBuilder()
public ClaimRelated.Builder clearRelationship()
public Identifier getReference()
public ClaimRelated.Builder setReference(Identifier value)
value - The value of 'reference'.public boolean hasReference()
public Identifier.Builder getReferenceBuilder()
public ClaimRelated.Builder setReferenceBuilder(Identifier.Builder value)
value - The builder instance that must be set.public boolean hasReferenceBuilder()
public ClaimRelated.Builder clearReference()
public ClaimRelated build()
build in interface org.apache.avro.data.RecordBuilder<ClaimRelated>Copyright © 2020. All rights reserved.