Uses of Class
org.kapott.hbci.sepa.jaxb.pain_008_001_08.GenericPersonIdentification1
-
Packages that use GenericPersonIdentification1 Package Description org.kapott.hbci.GV.parsers org.kapott.hbci.sepa.jaxb.pain_008_001_08 -
-
Uses of GenericPersonIdentification1 in org.kapott.hbci.GV.parsers
Method parameters in org.kapott.hbci.GV.parsers with type arguments of type GenericPersonIdentification1 Modifier and Type Method Description private java.lang.String
ParsePain00800108. findId(java.util.List<GenericPersonIdentification1> othr)
Liefert die erste gefundene ID aus der Liste der Personen-Identifier. -
Uses of GenericPersonIdentification1 in org.kapott.hbci.sepa.jaxb.pain_008_001_08
Fields in org.kapott.hbci.sepa.jaxb.pain_008_001_08 with type parameters of type GenericPersonIdentification1 Modifier and Type Field Description protected java.util.List<GenericPersonIdentification1>
PersonIdentification13. othr
Methods in org.kapott.hbci.sepa.jaxb.pain_008_001_08 that return GenericPersonIdentification1 Modifier and Type Method Description GenericPersonIdentification1
ObjectFactory. createGenericPersonIdentification1()
Create an instance ofGenericPersonIdentification1
Methods in org.kapott.hbci.sepa.jaxb.pain_008_001_08 that return types with arguments of type GenericPersonIdentification1 Modifier and Type Method Description java.util.List<GenericPersonIdentification1>
PersonIdentification13. getOthr()
Gets the value of the othr property.
-