Uses of Class
org.kapott.hbci.sepa.jaxb.pain_002_001_03.TransactionGroupStatusCodeSEPA
-
Packages that use TransactionGroupStatusCodeSEPA Package Description org.kapott.hbci.sepa.jaxb.pain_002_001_03 -
-
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 TransactionGroupStatusCodeSEPA Modifier and Type Field Description protected TransactionGroupStatusCodeSEPAOriginalGroupInformationSEPA. grpStsprotected TransactionGroupStatusCodeSEPAOriginalPaymentInformationSEPA. pmtInfStsMethods in org.kapott.hbci.sepa.jaxb.pain_002_001_03 that return TransactionGroupStatusCodeSEPA Modifier and Type Method Description static TransactionGroupStatusCodeSEPATransactionGroupStatusCodeSEPA. fromValue(java.lang.String v)TransactionGroupStatusCodeSEPAOriginalGroupInformationSEPA. getGrpSts()Gets the value of the grpSts property.TransactionGroupStatusCodeSEPAOriginalPaymentInformationSEPA. getPmtInfSts()Gets the value of the pmtInfSts property.static TransactionGroupStatusCodeSEPATransactionGroupStatusCodeSEPA. valueOf(java.lang.String name)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 TransactionGroupStatusCodeSEPA Modifier and Type Method Description voidOriginalGroupInformationSEPA. setGrpSts(TransactionGroupStatusCodeSEPA value)Sets the value of the grpSts property.voidOriginalPaymentInformationSEPA. setPmtInfSts(TransactionGroupStatusCodeSEPA value)Sets the value of the pmtInfSts property.
-