Uses of Enum
org.kapott.hbci.sepa.jaxb.pain_002_001_03.TransactionGroupStatusCodeSEPA
Packages that use TransactionGroupStatusCodeSEPA
-
Uses of TransactionGroupStatusCodeSEPA in org.kapott.hbci.sepa.jaxb.pain_002_001_03
Fields in org.kapott.hbci.sepa.jaxb.pain_002_001_03 declared as TransactionGroupStatusCodeSEPAModifier and TypeFieldDescriptionprotected TransactionGroupStatusCodeSEPA
OriginalGroupInformationSEPA.grpSts
protected TransactionGroupStatusCodeSEPA
OriginalPaymentInformationSEPA.pmtInfSts
Methods in org.kapott.hbci.sepa.jaxb.pain_002_001_03 that return TransactionGroupStatusCodeSEPAModifier and TypeMethodDescriptionOriginalGroupInformationSEPA.getGrpSts()
Gets the value of the grpSts property.OriginalPaymentInformationSEPA.getPmtInfSts()
Gets the value of the pmtInfSts property.Returns the enum constant of this type with the specified name.static TransactionGroupStatusCodeSEPA[]
TransactionGroupStatusCodeSEPA.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_002_001_03 with parameters of type TransactionGroupStatusCodeSEPAModifier and TypeMethodDescriptionvoid
OriginalGroupInformationSEPA.setGrpSts
(TransactionGroupStatusCodeSEPA value) Sets the value of the grpSts property.void
OriginalPaymentInformationSEPA.setPmtInfSts
(TransactionGroupStatusCodeSEPA value) Sets the value of the pmtInfSts property.