Uses of Class
org.kapott.hbci.sepa.jaxb.pain_002_001_03.TransactionIndividualStatusCodeSEPA
-
Packages that use TransactionIndividualStatusCodeSEPA Package Description org.kapott.hbci.sepa.jaxb.pain_002_001_03 -
-
Uses of TransactionIndividualStatusCodeSEPA in org.kapott.hbci.sepa.jaxb.pain_002_001_03
Fields in org.kapott.hbci.sepa.jaxb.pain_002_001_03 declared as TransactionIndividualStatusCodeSEPA Modifier and Type Field Description protected TransactionIndividualStatusCodeSEPA
PaymentTransactionInformationSEPA. txSts
Methods in org.kapott.hbci.sepa.jaxb.pain_002_001_03 that return TransactionIndividualStatusCodeSEPA Modifier and Type Method Description static TransactionIndividualStatusCodeSEPA
TransactionIndividualStatusCodeSEPA. fromValue(java.lang.String v)
TransactionIndividualStatusCodeSEPA
PaymentTransactionInformationSEPA. getTxSts()
Gets the value of the txSts property.static TransactionIndividualStatusCodeSEPA
TransactionIndividualStatusCodeSEPA. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TransactionIndividualStatusCodeSEPA[]
TransactionIndividualStatusCodeSEPA. 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 TransactionIndividualStatusCodeSEPA Modifier and Type Method Description void
PaymentTransactionInformationSEPA. setTxSts(TransactionIndividualStatusCodeSEPA value)
Sets the value of the txSts property.
-