@Immutable public class ConceptValuePojo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ConceptValuePojo.Builder
A builder for this class
|
| Constructor and Description |
|---|
ConceptValuePojo(String sIdentifier,
AmountPojo aAmount,
String sCode,
LocalDate aDate,
Boolean aIndicator,
MeasurePojo aMeasure,
BigDecimal aNumeric,
PeriodPojo aPeriod,
QuantityPojo aQuantity,
List<String> aText,
LocalTime aTime,
String sURI,
String sErrorCode) |
| Modifier and Type | Method and Description |
|---|---|
static ConceptValuePojo.Builder |
builder() |
static ConceptValuePojo.Builder |
builder(CCCEVValueType a) |
boolean |
equals(Object o) |
List<String> |
getAllTexts() |
AmountPojo |
getAmount() |
CCCEVValueType |
getAsCCCEVValueType() |
String |
getAsString() |
Boolean |
getBoolean() |
String |
getCode() |
LocalDate |
getDate() |
String |
getErrorCode() |
String |
getIdentifier() |
MeasurePojo |
getMeasure() |
BigDecimal |
getNumeric() |
PeriodPojo |
getPeriod() |
QuantityPojo |
getQuantity() |
LocalTime |
getTime() |
String |
getURI() |
int |
hashCode() |
boolean |
isErrorCodeValue() |
List<String> |
text() |
String |
toString() |
public ConceptValuePojo(@Nullable String sIdentifier, @Nullable AmountPojo aAmount, @Nullable String sCode, @Nullable LocalDate aDate, @Nullable Boolean aIndicator, @Nullable MeasurePojo aMeasure, @Nullable BigDecimal aNumeric, @Nullable PeriodPojo aPeriod, @Nullable QuantityPojo aQuantity, @Nullable List<String> aText, @Nullable LocalTime aTime, @Nullable String sURI, @Nullable String sErrorCode)
@Nullable public final AmountPojo getAmount()
@Nullable public final MeasurePojo getMeasure()
@Nullable public final BigDecimal getNumeric()
@Nullable public final PeriodPojo getPeriod()
@Nullable public final QuantityPojo getQuantity()
public final boolean isErrorCodeValue()
@Nullable public String getAsString()
null if no value is part.@Nullable public CCCEVValueType getAsCCCEVValueType()
@Nonnull public static ConceptValuePojo.Builder builder()
@Nonnull public static ConceptValuePojo.Builder builder(@Nullable CCCEVValueType a)
Copyright © 2020 toop.eu. All rights reserved.