public class ProprietaryBankTransactionCodeStructure1 extends Object
Java-Klasse für ProprietaryBankTransactionCodeStructure1 complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="ProprietaryBankTransactionCodeStructure1">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Cd" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max35Text"/>
<element name="Issr" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max35Text" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
cd |
protected String |
issr |
| Constructor and Description |
|---|
ProprietaryBankTransactionCodeStructure1() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCd()
Ruft den Wert der cd-Eigenschaft ab.
|
String |
getIssr()
Ruft den Wert der issr-Eigenschaft ab.
|
void |
setCd(String value)
Legt den Wert der cd-Eigenschaft fest.
|
void |
setIssr(String value)
Legt den Wert der issr-Eigenschaft fest.
|
public ProprietaryBankTransactionCodeStructure1()
Copyright © 2017. All rights reserved.