| Package | Description |
|---|---|
| com.cerner.bunsen.stu3.avro |
| Modifier and Type | Method and Description |
|---|---|
Money.Builder |
Money.Builder.clearCode()
Clears the value of the 'code' field.
|
Money.Builder |
Money.Builder.clearComparator()
Clears the value of the 'comparator' field.
|
Money.Builder |
Money.Builder.clearId()
Clears the value of the 'id' field.
|
Money.Builder |
Money.Builder.clearSystem()
Clears the value of the 'system' field.
|
Money.Builder |
Money.Builder.clearUnit()
Clears the value of the 'unit' field.
|
Money.Builder |
Money.Builder.clearValue()
Clears the value of the 'value' field.
|
Money.Builder |
ClaimItem.Builder.getNetBuilder()
Gets the Builder instance for the 'net' field and creates one if it doesn't exist yet.
|
Money.Builder |
ClaimItemDetail.Builder.getNetBuilder()
Gets the Builder instance for the 'net' field and creates one if it doesn't exist yet.
|
Money.Builder |
ClaimItemDetailSubDetail.Builder.getNetBuilder()
Gets the Builder instance for the 'net' field and creates one if it doesn't exist yet.
|
Money.Builder |
Claim.Builder.getTotalBuilder()
Gets the Builder instance for the 'total' field and creates one if it doesn't exist yet.
|
Money.Builder |
ClaimItem.Builder.getUnitPriceBuilder()
Gets the Builder instance for the 'unitPrice' field and creates one if it doesn't exist yet.
|
Money.Builder |
ClaimItemDetail.Builder.getUnitPriceBuilder()
Gets the Builder instance for the 'unitPrice' field and creates one if it doesn't exist yet.
|
Money.Builder |
ClaimItemDetailSubDetail.Builder.getUnitPriceBuilder()
Gets the Builder instance for the 'unitPrice' field and creates one if it doesn't exist yet.
|
static Money.Builder |
Money.newBuilder()
Creates a new Money RecordBuilder.
|
static Money.Builder |
Money.newBuilder(Money.Builder other)
Creates a new Money RecordBuilder by copying an existing Builder.
|
static Money.Builder |
Money.newBuilder(Money other)
Creates a new Money RecordBuilder by copying an existing Money instance.
|
Money.Builder |
Money.Builder.setCode(String value)
Sets the value of the 'code' field.
|
Money.Builder |
Money.Builder.setComparator(String value)
Sets the value of the 'comparator' field.
|
Money.Builder |
Money.Builder.setId(String value)
Sets the value of the 'id' field.
|
Money.Builder |
Money.Builder.setSystem(String value)
Sets the value of the 'system' field.
|
Money.Builder |
Money.Builder.setUnit(String value)
Sets the value of the 'unit' field.
|
Money.Builder |
Money.Builder.setValue(BigDecimal value)
Sets the value of the 'value' field.
|
| Modifier and Type | Method and Description |
|---|---|
static Money.Builder |
Money.newBuilder(Money.Builder other)
Creates a new Money RecordBuilder by copying an existing Builder.
|
ClaimItem.Builder |
ClaimItem.Builder.setNetBuilder(Money.Builder value)
Sets the Builder instance for the 'net' field
Field for FHIR property net
|
ClaimItemDetail.Builder |
ClaimItemDetail.Builder.setNetBuilder(Money.Builder value)
Sets the Builder instance for the 'net' field
Field for FHIR property net
|
ClaimItemDetailSubDetail.Builder |
ClaimItemDetailSubDetail.Builder.setNetBuilder(Money.Builder value)
Sets the Builder instance for the 'net' field
Field for FHIR property net
|
Claim.Builder |
Claim.Builder.setTotalBuilder(Money.Builder value)
Sets the Builder instance for the 'total' field
Field for FHIR property total
|
ClaimItem.Builder |
ClaimItem.Builder.setUnitPriceBuilder(Money.Builder value)
Sets the Builder instance for the 'unitPrice' field
Field for FHIR property unitPrice
|
ClaimItemDetail.Builder |
ClaimItemDetail.Builder.setUnitPriceBuilder(Money.Builder value)
Sets the Builder instance for the 'unitPrice' field
Field for FHIR property unitPrice
|
ClaimItemDetailSubDetail.Builder |
ClaimItemDetailSubDetail.Builder.setUnitPriceBuilder(Money.Builder value)
Sets the Builder instance for the 'unitPrice' field
Field for FHIR property unitPrice
|
Copyright © 2020. All rights reserved.