public static class ClaimInformation.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<ClaimInformation> implements org.apache.avro.data.RecordBuilder<ClaimInformation>
| Modifier and Type | Method and Description |
|---|---|
ClaimInformation |
build() |
ClaimInformation.Builder |
clearCategory()
Clears the value of the 'category' field.
|
ClaimInformation.Builder |
clearCode()
Clears the value of the 'code' field.
|
ClaimInformation.Builder |
clearId()
Clears the value of the 'id' field.
|
ClaimInformation.Builder |
clearReason()
Clears the value of the 'reason' field.
|
ClaimInformation.Builder |
clearSequence()
Clears the value of the 'sequence' field.
|
ClaimInformation.Builder |
clearTiming()
Clears the value of the 'timing' field.
|
ClaimInformation.Builder |
clearValue()
Clears the value of the 'value' field.
|
CodeableConcept |
getCategory()
Gets the value of the 'category' field.
|
CodeableConcept.Builder |
getCategoryBuilder()
Gets the Builder instance for the 'category' field and creates one if it doesn't exist yet.
|
CodeableConcept |
getCode()
Gets the value of the 'code' field.
|
CodeableConcept.Builder |
getCodeBuilder()
Gets the Builder instance for the 'code' field and creates one if it doesn't exist yet.
|
String |
getId()
Gets the value of the 'id' field.
|
CodeableConcept |
getReason()
Gets the value of the 'reason' field.
|
CodeableConcept.Builder |
getReasonBuilder()
Gets the Builder instance for the 'reason' field and creates one if it doesn't exist yet.
|
Integer |
getSequence()
Gets the value of the 'sequence' field.
|
ChoicePeriodDate |
getTiming()
Gets the value of the 'timing' field.
|
ChoicePeriodDate.Builder |
getTimingBuilder()
Gets the Builder instance for the 'timing' field and creates one if it doesn't exist yet.
|
ChoiceAttachmentQuantityResourceReferenceString |
getValue()
Gets the value of the 'value' field.
|
ChoiceAttachmentQuantityResourceReferenceString.Builder |
getValueBuilder()
Gets the Builder instance for the 'value' field and creates one if it doesn't exist yet.
|
boolean |
hasCategory()
Checks whether the 'category' field has been set.
|
boolean |
hasCategoryBuilder()
Checks whether the 'category' field has an active Builder instance
Field for FHIR property category
|
boolean |
hasCode()
Checks whether the 'code' field has been set.
|
boolean |
hasCodeBuilder()
Checks whether the 'code' field has an active Builder instance
Field for FHIR property code
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasReason()
Checks whether the 'reason' field has been set.
|
boolean |
hasReasonBuilder()
Checks whether the 'reason' field has an active Builder instance
Field for FHIR property reason
|
boolean |
hasSequence()
Checks whether the 'sequence' field has been set.
|
boolean |
hasTiming()
Checks whether the 'timing' field has been set.
|
boolean |
hasTimingBuilder()
Checks whether the 'timing' field has an active Builder instance
Field for FHIR property timing
|
boolean |
hasValue()
Checks whether the 'value' field has been set.
|
boolean |
hasValueBuilder()
Checks whether the 'value' field has an active Builder instance
Field for FHIR property value
|
ClaimInformation.Builder |
setCategory(CodeableConcept value)
Sets the value of the 'category' field.
|
ClaimInformation.Builder |
setCategoryBuilder(CodeableConcept.Builder value)
Sets the Builder instance for the 'category' field
Field for FHIR property category
|
ClaimInformation.Builder |
setCode(CodeableConcept value)
Sets the value of the 'code' field.
|
ClaimInformation.Builder |
setCodeBuilder(CodeableConcept.Builder value)
Sets the Builder instance for the 'code' field
Field for FHIR property code
|
ClaimInformation.Builder |
setId(String value)
Sets the value of the 'id' field.
|
ClaimInformation.Builder |
setReason(CodeableConcept value)
Sets the value of the 'reason' field.
|
ClaimInformation.Builder |
setReasonBuilder(CodeableConcept.Builder value)
Sets the Builder instance for the 'reason' field
Field for FHIR property reason
|
ClaimInformation.Builder |
setSequence(Integer value)
Sets the value of the 'sequence' field.
|
ClaimInformation.Builder |
setTiming(ChoicePeriodDate value)
Sets the value of the 'timing' field.
|
ClaimInformation.Builder |
setTimingBuilder(ChoicePeriodDate.Builder value)
Sets the Builder instance for the 'timing' field
Field for FHIR property timing
|
ClaimInformation.Builder |
setValue(ChoiceAttachmentQuantityResourceReferenceString value)
Sets the value of the 'value' field.
|
ClaimInformation.Builder |
setValueBuilder(ChoiceAttachmentQuantityResourceReferenceString.Builder value)
Sets the Builder instance for the 'value' field
Field for FHIR property value
|
public String getId()
public ClaimInformation.Builder setId(String value)
value - The value of 'id'.public boolean hasId()
public ClaimInformation.Builder clearId()
public Integer getSequence()
public ClaimInformation.Builder setSequence(Integer value)
value - The value of 'sequence'.public boolean hasSequence()
public ClaimInformation.Builder clearSequence()
public CodeableConcept getCategory()
public ClaimInformation.Builder setCategory(CodeableConcept value)
value - The value of 'category'.public boolean hasCategory()
public CodeableConcept.Builder getCategoryBuilder()
public ClaimInformation.Builder setCategoryBuilder(CodeableConcept.Builder value)
value - The builder instance that must be set.public boolean hasCategoryBuilder()
public ClaimInformation.Builder clearCategory()
public CodeableConcept getCode()
public ClaimInformation.Builder setCode(CodeableConcept value)
value - The value of 'code'.public boolean hasCode()
public CodeableConcept.Builder getCodeBuilder()
public ClaimInformation.Builder setCodeBuilder(CodeableConcept.Builder value)
value - The builder instance that must be set.public boolean hasCodeBuilder()
public ClaimInformation.Builder clearCode()
public ChoicePeriodDate getTiming()
public ClaimInformation.Builder setTiming(ChoicePeriodDate value)
value - The value of 'timing'.public boolean hasTiming()
public ChoicePeriodDate.Builder getTimingBuilder()
public ClaimInformation.Builder setTimingBuilder(ChoicePeriodDate.Builder value)
value - The builder instance that must be set.public boolean hasTimingBuilder()
public ClaimInformation.Builder clearTiming()
public ChoiceAttachmentQuantityResourceReferenceString getValue()
public ClaimInformation.Builder setValue(ChoiceAttachmentQuantityResourceReferenceString value)
value - The value of 'value'.public boolean hasValue()
public ChoiceAttachmentQuantityResourceReferenceString.Builder getValueBuilder()
public ClaimInformation.Builder setValueBuilder(ChoiceAttachmentQuantityResourceReferenceString.Builder value)
value - The builder instance that must be set.public boolean hasValueBuilder()
public ClaimInformation.Builder clearValue()
public CodeableConcept getReason()
public ClaimInformation.Builder setReason(CodeableConcept value)
value - The value of 'reason'.public boolean hasReason()
public CodeableConcept.Builder getReasonBuilder()
public ClaimInformation.Builder setReasonBuilder(CodeableConcept.Builder value)
value - The builder instance that must be set.public boolean hasReasonBuilder()
public ClaimInformation.Builder clearReason()
public ClaimInformation build()
build in interface org.apache.avro.data.RecordBuilder<ClaimInformation>Copyright © 2020. All rights reserved.