Uses of Class
org.kapott.hbci.sepa.jaxb.pain_001_001_09.ChargeBearerTypeSEPACode
-
Packages that use ChargeBearerTypeSEPACode Package Description org.kapott.hbci.sepa.jaxb.pain_001_001_09 -
-
Uses of ChargeBearerTypeSEPACode in org.kapott.hbci.sepa.jaxb.pain_001_001_09
Fields in org.kapott.hbci.sepa.jaxb.pain_001_001_09 declared as ChargeBearerTypeSEPACode Modifier and Type Field Description protected ChargeBearerTypeSEPACodeCreditTransferTransaction34. chrgBrprotected ChargeBearerTypeSEPACodePaymentInstruction30. chrgBrMethods in org.kapott.hbci.sepa.jaxb.pain_001_001_09 that return ChargeBearerTypeSEPACode Modifier and Type Method Description static ChargeBearerTypeSEPACodeChargeBearerTypeSEPACode. fromValue(String v)ChargeBearerTypeSEPACodeCreditTransferTransaction34. getChrgBr()Gets the value of the chrgBr property.ChargeBearerTypeSEPACodePaymentInstruction30. getChrgBr()Gets the value of the chrgBr property.static ChargeBearerTypeSEPACodeChargeBearerTypeSEPACode. valueOf(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_09 with parameters of type ChargeBearerTypeSEPACode Modifier and Type Method Description voidCreditTransferTransaction34. setChrgBr(ChargeBearerTypeSEPACode value)Sets the value of the chrgBr property.voidPaymentInstruction30. setChrgBr(ChargeBearerTypeSEPACode value)Sets the value of the chrgBr property.
-