Uses of Class
org.kapott.hbci.sepa.jaxb.pain_008_002_01.ChargeBearerTypeSDDCode
-
Packages that use ChargeBearerTypeSDDCode Package Description org.kapott.hbci.sepa.jaxb.pain_008_002_01 -
-
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 ChargeBearerTypeSDDCode Modifier and Type Field Description protected ChargeBearerTypeSDDCodeDirectDebitTransactionInformationSDD. chrgBrprotected ChargeBearerTypeSDDCodePaymentInstructionInformationSDD. chrgBrMethods in org.kapott.hbci.sepa.jaxb.pain_008_002_01 that return ChargeBearerTypeSDDCode Modifier and Type Method Description static ChargeBearerTypeSDDCodeChargeBearerTypeSDDCode. fromValue(java.lang.String v)ChargeBearerTypeSDDCodeDirectDebitTransactionInformationSDD. getChrgBr()Gets the value of the chrgBr property.ChargeBearerTypeSDDCodePaymentInstructionInformationSDD. getChrgBr()Gets the value of the chrgBr property.static ChargeBearerTypeSDDCodeChargeBearerTypeSDDCode. valueOf(java.lang.String name)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 ChargeBearerTypeSDDCode Modifier and Type Method Description voidDirectDebitTransactionInformationSDD. setChrgBr(ChargeBearerTypeSDDCode value)Sets the value of the chrgBr property.voidPaymentInstructionInformationSDD. setChrgBr(ChargeBearerTypeSDDCode value)Sets the value of the chrgBr property.
-