Uses of Enum
org.kapott.hbci.sepa.jaxb.pain_008_002_01.ChargeBearerTypeSDDCode
Packages that use ChargeBearerTypeSDDCode
-
Uses of ChargeBearerTypeSDDCode in org.kapott.hbci.sepa.jaxb.pain_008_002_01
Fields in org.kapott.hbci.sepa.jaxb.pain_008_002_01 declared as ChargeBearerTypeSDDCodeModifier and TypeFieldDescriptionprotected ChargeBearerTypeSDDCode
DirectDebitTransactionInformationSDD.chrgBr
protected ChargeBearerTypeSDDCode
PaymentInstructionInformationSDD.chrgBr
Methods in org.kapott.hbci.sepa.jaxb.pain_008_002_01 that return ChargeBearerTypeSDDCodeModifier and TypeMethodDescriptionstatic ChargeBearerTypeSDDCode
DirectDebitTransactionInformationSDD.getChrgBr()
Gets the value of the chrgBr property.PaymentInstructionInformationSDD.getChrgBr()
Gets the value of the chrgBr property.static ChargeBearerTypeSDDCode
Returns the enum constant of this type with the specified name.static ChargeBearerTypeSDDCode[]
ChargeBearerTypeSDDCode.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_002_01 with parameters of type ChargeBearerTypeSDDCodeModifier and TypeMethodDescriptionvoid
DirectDebitTransactionInformationSDD.setChrgBr
(ChargeBearerTypeSDDCode value) Sets the value of the chrgBr property.void
PaymentInstructionInformationSDD.setChrgBr
(ChargeBearerTypeSDDCode value) Sets the value of the chrgBr property.