Package | Description |
---|---|
com.ceridwen.circulation.SIP.messages | |
com.ceridwen.circulation.SIP.types.enumerations |
Modifier and Type | Method and Description |
---|---|
CurrencyType |
ItemInformationResponse.getCurrencyType() |
CurrencyType |
FeePaid.getCurrencyType() |
CurrencyType |
PatronInformationResponse.getCurrencyType() |
CurrencyType |
CheckOutResponse.getCurrencyType() |
CurrencyType |
PatronStatusResponse.getCurrencyType() |
CurrencyType |
RenewResponse.getCurrencyType() |
Modifier and Type | Method and Description |
---|---|
void |
ItemInformationResponse.setCurrencyType(CurrencyType currencyType) |
void |
FeePaid.setCurrencyType(CurrencyType currencyType) |
void |
PatronInformationResponse.setCurrencyType(CurrencyType currencyType) |
void |
CheckOutResponse.setCurrencyType(CurrencyType currencyType) |
void |
PatronStatusResponse.setCurrencyType(CurrencyType currencyType) |
void |
RenewResponse.setCurrencyType(CurrencyType currencyType) |
Modifier and Type | Method and Description |
---|---|
static CurrencyType |
CurrencyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CurrencyType[] |
CurrencyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2004–2016 Ceridwen Limited. All rights reserved.