Uses of Class
org.kapott.hbci.sepa.jaxb.camt_052_001_03.CardDataReading1Code
-
Packages that use CardDataReading1Code Package Description org.kapott.hbci.sepa.jaxb.camt_052_001_03 -
-
Uses of CardDataReading1Code in org.kapott.hbci.sepa.jaxb.camt_052_001_03
Fields in org.kapott.hbci.sepa.jaxb.camt_052_001_03 with type parameters of type CardDataReading1Code Modifier and Type Field Description protected java.util.List<CardDataReading1Code>
PointOfInteractionCapabilities1. cardRdngCpblties
Methods in org.kapott.hbci.sepa.jaxb.camt_052_001_03 that return CardDataReading1Code Modifier and Type Method Description static CardDataReading1Code
CardDataReading1Code. fromValue(java.lang.String v)
static CardDataReading1Code
CardDataReading1Code. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CardDataReading1Code[]
CardDataReading1Code. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kapott.hbci.sepa.jaxb.camt_052_001_03 that return types with arguments of type CardDataReading1Code Modifier and Type Method Description java.util.List<CardDataReading1Code>
PointOfInteractionCapabilities1. getCardRdngCpblties()
Gets the value of the cardRdngCpblties property.
-