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