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