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 TransactionGroupStatusCodeSEPAOriginalGroupInformationSEPA.grpStsprotected TransactionGroupStatusCodeSEPAOriginalPaymentInformationSEPA.pmtInfStsMethods 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 TypeMethodDescriptionvoidOriginalGroupInformationSEPA.setGrpSts(TransactionGroupStatusCodeSEPA value) Sets the value of the grpSts property.voidOriginalPaymentInformationSEPA.setPmtInfSts(TransactionGroupStatusCodeSEPA value) Sets the value of the pmtInfSts property.