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