Package org.kapott.hbci.structures
Class WPRef
- java.lang.Object
-
- org.kapott.hbci.structures.WPRef
-
public class WPRef extends java.lang.Object
Wertpapierreferenz (eine mögliche Identifikation für ein Wertpapier
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
code
Bezeichnung des Wertpapiert, Interpretation abhängig vom Wert vontype
int
type
Typ der Bezeichnung.static int
TYPE_IDXNAME
Code repräsentiert einen Indexnamenstatic int
TYPE_ISIN
Code repräsentiert ein ISINstatic int
TYPE_KIINTERN
Code repräsentiert eine kreditinstitutsinterne Bezeichnungstatic int
TYPE_WKN
Code repräsentier eine WKN
-
-
-
Field Detail
-
TYPE_ISIN
public static final int TYPE_ISIN
Code repräsentiert ein ISIN- See Also:
- Constant Field Values
-
TYPE_WKN
public static final int TYPE_WKN
Code repräsentier eine WKN- See Also:
- Constant Field Values
-
TYPE_KIINTERN
public static final int TYPE_KIINTERN
Code repräsentiert eine kreditinstitutsinterne Bezeichnung- See Also:
- Constant Field Values
-
TYPE_IDXNAME
public static final int TYPE_IDXNAME
Code repräsentiert einen Indexnamen- See Also:
- Constant Field Values
-
type
public int type
Typ der Bezeichnung. Mögliche Werte sind
-
code
public java.lang.String code
Bezeichnung des Wertpapiert, Interpretation abhängig vom Wert vontype
-
-