Uses of Enum
org.kapott.hbci.sepa.jaxb.pain_001_002_03.ChargeBearerTypeSEPACode
Packages that use ChargeBearerTypeSEPACode
-
Uses of ChargeBearerTypeSEPACode in org.kapott.hbci.sepa.jaxb.pain_001_002_03
Fields in org.kapott.hbci.sepa.jaxb.pain_001_002_03 declared as ChargeBearerTypeSEPACodeModifier and TypeFieldDescriptionprotected ChargeBearerTypeSEPACodeCreditTransferTransactionInformationSCT.chrgBrprotected ChargeBearerTypeSEPACodePaymentInstructionInformationSCT.chrgBrMethods in org.kapott.hbci.sepa.jaxb.pain_001_002_03 that return ChargeBearerTypeSEPACodeModifier and TypeMethodDescriptionstatic ChargeBearerTypeSEPACodeCreditTransferTransactionInformationSCT.getChrgBr()Gets the value of the chrgBr property.PaymentInstructionInformationSCT.getChrgBr()Gets the value of the chrgBr property.static ChargeBearerTypeSEPACodeReturns the enum constant of this type with the specified name.static ChargeBearerTypeSEPACode[]ChargeBearerTypeSEPACode.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kapott.hbci.sepa.jaxb.pain_001_002_03 with parameters of type ChargeBearerTypeSEPACodeModifier and TypeMethodDescriptionvoidCreditTransferTransactionInformationSCT.setChrgBr(ChargeBearerTypeSEPACode value) Sets the value of the chrgBr property.voidPaymentInstructionInformationSCT.setChrgBr(ChargeBearerTypeSEPACode value) Sets the value of the chrgBr property.