Uses of Class
org.kapott.hbci.sepa.jaxb.pain_001_001_03.ChargeBearerTypeSEPACode
-
Packages that use ChargeBearerTypeSEPACode Package Description org.kapott.hbci.sepa.jaxb.pain_001_001_03 -
-
Uses of ChargeBearerTypeSEPACode in org.kapott.hbci.sepa.jaxb.pain_001_001_03
Fields in org.kapott.hbci.sepa.jaxb.pain_001_001_03 declared as ChargeBearerTypeSEPACode Modifier and Type Field Description protected ChargeBearerTypeSEPACodeCreditTransferTransactionInformationSCT. chrgBrprotected ChargeBearerTypeSEPACodePaymentInstructionInformationSCT. chrgBrMethods in org.kapott.hbci.sepa.jaxb.pain_001_001_03 that return ChargeBearerTypeSEPACode Modifier and Type Method Description static ChargeBearerTypeSEPACodeChargeBearerTypeSEPACode. fromValue(java.lang.String v)ChargeBearerTypeSEPACodeCreditTransferTransactionInformationSCT. getChrgBr()Gets the value of the chrgBr property.ChargeBearerTypeSEPACodePaymentInstructionInformationSCT. getChrgBr()Gets the value of the chrgBr property.static ChargeBearerTypeSEPACodeChargeBearerTypeSEPACode. valueOf(java.lang.String name)Returns 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_001_03 with parameters of type ChargeBearerTypeSEPACode Modifier and Type Method Description voidCreditTransferTransactionInformationSCT. setChrgBr(ChargeBearerTypeSEPACode value)Sets the value of the chrgBr property.voidPaymentInstructionInformationSCT. setChrgBr(ChargeBearerTypeSEPACode value)Sets the value of the chrgBr property.
-