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