public static class ClaimAccident.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<ClaimAccident> implements org.apache.avro.data.RecordBuilder<ClaimAccident>
| Modifier and Type | Method and Description |
|---|---|
ClaimAccident |
build() |
ClaimAccident.Builder |
clearDate()
Clears the value of the 'date' field.
|
ClaimAccident.Builder |
clearId()
Clears the value of the 'id' field.
|
ClaimAccident.Builder |
clearLocation()
Clears the value of the 'location' field.
|
ClaimAccident.Builder |
clearType()
Clears the value of the 'type' field.
|
String |
getDate()
Gets the value of the 'date' field.
|
String |
getId()
Gets the value of the 'id' field.
|
ChoiceAddressLocationReference |
getLocation()
Gets the value of the 'location' field.
|
ChoiceAddressLocationReference.Builder |
getLocationBuilder()
Gets the Builder instance for the 'location' 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 |
hasDate()
Checks whether the 'date' field has been set.
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasLocation()
Checks whether the 'location' field has been set.
|
boolean |
hasLocationBuilder()
Checks whether the 'location' field has an active Builder instance
Field for FHIR property location
|
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
|
ClaimAccident.Builder |
setDate(String value)
Sets the value of the 'date' field.
|
ClaimAccident.Builder |
setId(String value)
Sets the value of the 'id' field.
|
ClaimAccident.Builder |
setLocation(ChoiceAddressLocationReference value)
Sets the value of the 'location' field.
|
ClaimAccident.Builder |
setLocationBuilder(ChoiceAddressLocationReference.Builder value)
Sets the Builder instance for the 'location' field
Field for FHIR property location
|
ClaimAccident.Builder |
setType(CodeableConcept value)
Sets the value of the 'type' field.
|
ClaimAccident.Builder |
setTypeBuilder(CodeableConcept.Builder value)
Sets the Builder instance for the 'type' field
Field for FHIR property type
|
public String getId()
public ClaimAccident.Builder setId(String value)
value - The value of 'id'.public boolean hasId()
public ClaimAccident.Builder clearId()
public String getDate()
public ClaimAccident.Builder setDate(String value)
value - The value of 'date'.public boolean hasDate()
public ClaimAccident.Builder clearDate()
public CodeableConcept getType()
public ClaimAccident.Builder setType(CodeableConcept value)
value - The value of 'type'.public boolean hasType()
public CodeableConcept.Builder getTypeBuilder()
public ClaimAccident.Builder setTypeBuilder(CodeableConcept.Builder value)
value - The builder instance that must be set.public boolean hasTypeBuilder()
public ClaimAccident.Builder clearType()
public ChoiceAddressLocationReference getLocation()
public ClaimAccident.Builder setLocation(ChoiceAddressLocationReference value)
value - The value of 'location'.public boolean hasLocation()
public ChoiceAddressLocationReference.Builder getLocationBuilder()
public ClaimAccident.Builder setLocationBuilder(ChoiceAddressLocationReference.Builder value)
value - The builder instance that must be set.public boolean hasLocationBuilder()
public ClaimAccident.Builder clearLocation()
public ClaimAccident build()
build in interface org.apache.avro.data.RecordBuilder<ClaimAccident>Copyright © 2020. All rights reserved.