public static class ClaimItemDetailSubDetail.Builder extends org.apache.avro.specific.SpecificRecordBuilderBase<ClaimItemDetailSubDetail> implements org.apache.avro.data.RecordBuilder<ClaimItemDetailSubDetail>
| Modifier and Type | Method and Description |
|---|---|
ClaimItemDetailSubDetail |
build() |
ClaimItemDetailSubDetail.Builder |
clearCategory()
Clears the value of the 'category' field.
|
ClaimItemDetailSubDetail.Builder |
clearFactor()
Clears the value of the 'factor' field.
|
ClaimItemDetailSubDetail.Builder |
clearId()
Clears the value of the 'id' field.
|
ClaimItemDetailSubDetail.Builder |
clearModifier()
Clears the value of the 'modifier' field.
|
ClaimItemDetailSubDetail.Builder |
clearNet()
Clears the value of the 'net' field.
|
ClaimItemDetailSubDetail.Builder |
clearProgramCode()
Clears the value of the 'programCode' field.
|
ClaimItemDetailSubDetail.Builder |
clearQuantity()
Clears the value of the 'quantity' field.
|
ClaimItemDetailSubDetail.Builder |
clearRevenue()
Clears the value of the 'revenue' field.
|
ClaimItemDetailSubDetail.Builder |
clearSequence()
Clears the value of the 'sequence' field.
|
ClaimItemDetailSubDetail.Builder |
clearService()
Clears the value of the 'service' field.
|
ClaimItemDetailSubDetail.Builder |
clearUdi()
Clears the value of the 'udi' field.
|
ClaimItemDetailSubDetail.Builder |
clearUnitPrice()
Clears the value of the 'unitPrice' 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.
|
BigDecimal |
getFactor()
Gets the value of the 'factor' field.
|
String |
getId()
Gets the value of the 'id' field.
|
List<CodeableConcept> |
getModifier()
Gets the value of the 'modifier' field.
|
Money |
getNet()
Gets the value of the 'net' field.
|
Money.Builder |
getNetBuilder()
Gets the Builder instance for the 'net' field and creates one if it doesn't exist yet.
|
List<CodeableConcept> |
getProgramCode()
Gets the value of the 'programCode' field.
|
Quantity |
getQuantity()
Gets the value of the 'quantity' field.
|
Quantity.Builder |
getQuantityBuilder()
Gets the Builder instance for the 'quantity' field and creates one if it doesn't exist yet.
|
CodeableConcept |
getRevenue()
Gets the value of the 'revenue' field.
|
CodeableConcept.Builder |
getRevenueBuilder()
Gets the Builder instance for the 'revenue' field and creates one if it doesn't exist yet.
|
Integer |
getSequence()
Gets the value of the 'sequence' field.
|
CodeableConcept |
getService()
Gets the value of the 'service' field.
|
CodeableConcept.Builder |
getServiceBuilder()
Gets the Builder instance for the 'service' field and creates one if it doesn't exist yet.
|
List<DeviceReference> |
getUdi()
Gets the value of the 'udi' field.
|
Money |
getUnitPrice()
Gets the value of the 'unitPrice' field.
|
Money.Builder |
getUnitPriceBuilder()
Gets the Builder instance for the 'unitPrice' 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 |
hasFactor()
Checks whether the 'factor' field has been set.
|
boolean |
hasId()
Checks whether the 'id' field has been set.
|
boolean |
hasModifier()
Checks whether the 'modifier' field has been set.
|
boolean |
hasNet()
Checks whether the 'net' field has been set.
|
boolean |
hasNetBuilder()
Checks whether the 'net' field has an active Builder instance
Field for FHIR property net
|
boolean |
hasProgramCode()
Checks whether the 'programCode' field has been set.
|
boolean |
hasQuantity()
Checks whether the 'quantity' field has been set.
|
boolean |
hasQuantityBuilder()
Checks whether the 'quantity' field has an active Builder instance
Field for FHIR property quantity
|
boolean |
hasRevenue()
Checks whether the 'revenue' field has been set.
|
boolean |
hasRevenueBuilder()
Checks whether the 'revenue' field has an active Builder instance
Field for FHIR property revenue
|
boolean |
hasSequence()
Checks whether the 'sequence' field has been set.
|
boolean |
hasService()
Checks whether the 'service' field has been set.
|
boolean |
hasServiceBuilder()
Checks whether the 'service' field has an active Builder instance
Field for FHIR property service
|
boolean |
hasUdi()
Checks whether the 'udi' field has been set.
|
boolean |
hasUnitPrice()
Checks whether the 'unitPrice' field has been set.
|
boolean |
hasUnitPriceBuilder()
Checks whether the 'unitPrice' field has an active Builder instance
Field for FHIR property unitPrice
|
ClaimItemDetailSubDetail.Builder |
setCategory(CodeableConcept value)
Sets the value of the 'category' field.
|
ClaimItemDetailSubDetail.Builder |
setCategoryBuilder(CodeableConcept.Builder value)
Sets the Builder instance for the 'category' field
Field for FHIR property category
|
ClaimItemDetailSubDetail.Builder |
setFactor(BigDecimal value)
Sets the value of the 'factor' field.
|
ClaimItemDetailSubDetail.Builder |
setId(String value)
Sets the value of the 'id' field.
|
ClaimItemDetailSubDetail.Builder |
setModifier(List<CodeableConcept> value)
Sets the value of the 'modifier' field.
|
ClaimItemDetailSubDetail.Builder |
setNet(Money value)
Sets the value of the 'net' field.
|
ClaimItemDetailSubDetail.Builder |
setNetBuilder(Money.Builder value)
Sets the Builder instance for the 'net' field
Field for FHIR property net
|
ClaimItemDetailSubDetail.Builder |
setProgramCode(List<CodeableConcept> value)
Sets the value of the 'programCode' field.
|
ClaimItemDetailSubDetail.Builder |
setQuantity(Quantity value)
Sets the value of the 'quantity' field.
|
ClaimItemDetailSubDetail.Builder |
setQuantityBuilder(Quantity.Builder value)
Sets the Builder instance for the 'quantity' field
Field for FHIR property quantity
|
ClaimItemDetailSubDetail.Builder |
setRevenue(CodeableConcept value)
Sets the value of the 'revenue' field.
|
ClaimItemDetailSubDetail.Builder |
setRevenueBuilder(CodeableConcept.Builder value)
Sets the Builder instance for the 'revenue' field
Field for FHIR property revenue
|
ClaimItemDetailSubDetail.Builder |
setSequence(Integer value)
Sets the value of the 'sequence' field.
|
ClaimItemDetailSubDetail.Builder |
setService(CodeableConcept value)
Sets the value of the 'service' field.
|
ClaimItemDetailSubDetail.Builder |
setServiceBuilder(CodeableConcept.Builder value)
Sets the Builder instance for the 'service' field
Field for FHIR property service
|
ClaimItemDetailSubDetail.Builder |
setUdi(List<DeviceReference> value)
Sets the value of the 'udi' field.
|
ClaimItemDetailSubDetail.Builder |
setUnitPrice(Money value)
Sets the value of the 'unitPrice' field.
|
ClaimItemDetailSubDetail.Builder |
setUnitPriceBuilder(Money.Builder value)
Sets the Builder instance for the 'unitPrice' field
Field for FHIR property unitPrice
|
public String getId()
public ClaimItemDetailSubDetail.Builder setId(String value)
value - The value of 'id'.public boolean hasId()
public ClaimItemDetailSubDetail.Builder clearId()
public Integer getSequence()
public ClaimItemDetailSubDetail.Builder setSequence(Integer value)
value - The value of 'sequence'.public boolean hasSequence()
public ClaimItemDetailSubDetail.Builder clearSequence()
public CodeableConcept getRevenue()
public ClaimItemDetailSubDetail.Builder setRevenue(CodeableConcept value)
value - The value of 'revenue'.public boolean hasRevenue()
public CodeableConcept.Builder getRevenueBuilder()
public ClaimItemDetailSubDetail.Builder setRevenueBuilder(CodeableConcept.Builder value)
value - The builder instance that must be set.public boolean hasRevenueBuilder()
public ClaimItemDetailSubDetail.Builder clearRevenue()
public CodeableConcept getCategory()
public ClaimItemDetailSubDetail.Builder setCategory(CodeableConcept value)
value - The value of 'category'.public boolean hasCategory()
public CodeableConcept.Builder getCategoryBuilder()
public ClaimItemDetailSubDetail.Builder setCategoryBuilder(CodeableConcept.Builder value)
value - The builder instance that must be set.public boolean hasCategoryBuilder()
public ClaimItemDetailSubDetail.Builder clearCategory()
public CodeableConcept getService()
public ClaimItemDetailSubDetail.Builder setService(CodeableConcept value)
value - The value of 'service'.public boolean hasService()
public CodeableConcept.Builder getServiceBuilder()
public ClaimItemDetailSubDetail.Builder setServiceBuilder(CodeableConcept.Builder value)
value - The builder instance that must be set.public boolean hasServiceBuilder()
public ClaimItemDetailSubDetail.Builder clearService()
public List<CodeableConcept> getModifier()
public ClaimItemDetailSubDetail.Builder setModifier(List<CodeableConcept> value)
value - The value of 'modifier'.public boolean hasModifier()
public ClaimItemDetailSubDetail.Builder clearModifier()
public List<CodeableConcept> getProgramCode()
public ClaimItemDetailSubDetail.Builder setProgramCode(List<CodeableConcept> value)
value - The value of 'programCode'.public boolean hasProgramCode()
public ClaimItemDetailSubDetail.Builder clearProgramCode()
public Quantity getQuantity()
public ClaimItemDetailSubDetail.Builder setQuantity(Quantity value)
value - The value of 'quantity'.public boolean hasQuantity()
public Quantity.Builder getQuantityBuilder()
public ClaimItemDetailSubDetail.Builder setQuantityBuilder(Quantity.Builder value)
value - The builder instance that must be set.public boolean hasQuantityBuilder()
public ClaimItemDetailSubDetail.Builder clearQuantity()
public Money getUnitPrice()
public ClaimItemDetailSubDetail.Builder setUnitPrice(Money value)
value - The value of 'unitPrice'.public boolean hasUnitPrice()
public Money.Builder getUnitPriceBuilder()
public ClaimItemDetailSubDetail.Builder setUnitPriceBuilder(Money.Builder value)
value - The builder instance that must be set.public boolean hasUnitPriceBuilder()
public ClaimItemDetailSubDetail.Builder clearUnitPrice()
public BigDecimal getFactor()
public ClaimItemDetailSubDetail.Builder setFactor(BigDecimal value)
value - The value of 'factor'.public boolean hasFactor()
public ClaimItemDetailSubDetail.Builder clearFactor()
public Money getNet()
public ClaimItemDetailSubDetail.Builder setNet(Money value)
value - The value of 'net'.public boolean hasNet()
public Money.Builder getNetBuilder()
public ClaimItemDetailSubDetail.Builder setNetBuilder(Money.Builder value)
value - The builder instance that must be set.public boolean hasNetBuilder()
public ClaimItemDetailSubDetail.Builder clearNet()
public List<DeviceReference> getUdi()
public ClaimItemDetailSubDetail.Builder setUdi(List<DeviceReference> value)
value - The value of 'udi'.public boolean hasUdi()
public ClaimItemDetailSubDetail.Builder clearUdi()
public ClaimItemDetailSubDetail build()
build in interface org.apache.avro.data.RecordBuilder<ClaimItemDetailSubDetail>Copyright © 2020. All rights reserved.