Package org.kapott.hbci.structures
Class WPRef
- java.lang.Object
-
- org.kapott.hbci.structures.WPRef
-
public class WPRef extends java.lang.ObjectWertpapierreferenz (eine mögliche Identifikation für ein Wertpapier
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.StringcodeBezeichnung des Wertpapiert, Interpretation abhängig vom Wert vontypeinttypeTyp der Bezeichnung.static intTYPE_IDXNAMECode repräsentiert einen Indexnamenstatic intTYPE_ISINCode repräsentiert ein ISINstatic intTYPE_KIINTERNCode repräsentiert eine kreditinstitutsinterne Bezeichnungstatic intTYPE_WKNCode 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
-
-