Uses of Enum
org.kapott.hbci.sepa.jaxb.pain_008_001_02.ChargeBearerTypeSEPACode
Packages that use ChargeBearerTypeSEPACode
-
Uses of ChargeBearerTypeSEPACode in org.kapott.hbci.sepa.jaxb.pain_008_001_02
Fields in org.kapott.hbci.sepa.jaxb.pain_008_001_02 declared as ChargeBearerTypeSEPACodeModifier and TypeFieldDescriptionprotected ChargeBearerTypeSEPACodeDirectDebitTransactionInformationSDD.chrgBrprotected ChargeBearerTypeSEPACodePaymentInstructionInformationSDD.chrgBrMethods in org.kapott.hbci.sepa.jaxb.pain_008_001_02 that return ChargeBearerTypeSEPACodeModifier and TypeMethodDescriptionstatic ChargeBearerTypeSEPACodeDirectDebitTransactionInformationSDD.getChrgBr()Gets the value of the chrgBr property.PaymentInstructionInformationSDD.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_008_001_02 with parameters of type ChargeBearerTypeSEPACodeModifier and TypeMethodDescriptionvoidDirectDebitTransactionInformationSDD.setChrgBr(ChargeBearerTypeSEPACode value) Sets the value of the chrgBr property.voidPaymentInstructionInformationSDD.setChrgBr(ChargeBearerTypeSEPACode value) Sets the value of the chrgBr property.