Class LowerLimit
- java.lang.Object
-
- com.ellucian.generated.eedm.advancement_currency_ranges.v10_0.LowerLimit
-
@Generated("jsonschema2pojo") public class LowerLimit extends Object
Lower LimitThe lowest amount allowed for the currency range.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLowerLimit.CurrencyCurrency
-
Field Summary
Fields Modifier and Type Field Description private LowerLimit.CurrencycurrencyCurrencyprivate DoublevalueValue
-
Constructor Summary
Constructors Constructor Description LowerLimit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)LowerLimit.CurrencygetCurrency()CurrencyDoublegetValue()ValueinthashCode()voidsetCurrency(LowerLimit.Currency currency)CurrencyvoidsetValue(Double value)ValueStringtoString()LowerLimitwithCurrency(LowerLimit.Currency currency)LowerLimitwithValue(Double value)
-
-
-
Field Detail
-
value
@JsonPropertyDescription("The monetary value") private Double valueValueThe monetary value (Required)
-
currency
@JsonPropertyDescription("The ISO 4217 currency code") private LowerLimit.Currency currencyCurrencyThe ISO 4217 currency code (Required)
-
-
Method Detail
-
getValue
public Double getValue()
ValueThe monetary value (Required)
-
setValue
public void setValue(Double value)
ValueThe monetary value (Required)
-
withValue
public LowerLimit withValue(Double value)
-
getCurrency
public LowerLimit.Currency getCurrency()
CurrencyThe ISO 4217 currency code (Required)
-
setCurrency
public void setCurrency(LowerLimit.Currency currency)
CurrencyThe ISO 4217 currency code (Required)
-
withCurrency
public LowerLimit withCurrency(LowerLimit.Currency currency)
-
-