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