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