public class CashAccount24 extends Object
Java-Klasse für CashAccount24 complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="CashAccount24">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}AccountIdentification4Choice"/>
<element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}CashAccountType2Choice" minOccurs="0"/>
<element name="Ccy" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}ActiveOrHistoricCurrencyCode" minOccurs="0"/>
<element name="Nm" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}Max70Text" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
ccy |
protected AccountIdentification4Choice |
id |
protected String |
nm |
protected CashAccountType2Choice |
tp |
| Constructor and Description |
|---|
CashAccount24() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCcy()
Ruft den Wert der ccy-Eigenschaft ab.
|
AccountIdentification4Choice |
getId()
Ruft den Wert der id-Eigenschaft ab.
|
String |
getNm()
Ruft den Wert der nm-Eigenschaft ab.
|
CashAccountType2Choice |
getTp()
Ruft den Wert der tp-Eigenschaft ab.
|
void |
setCcy(String value)
Legt den Wert der ccy-Eigenschaft fest.
|
void |
setId(AccountIdentification4Choice value)
Legt den Wert der id-Eigenschaft fest.
|
void |
setNm(String value)
Legt den Wert der nm-Eigenschaft fest.
|
void |
setTp(CashAccountType2Choice value)
Legt den Wert der tp-Eigenschaft fest.
|
protected AccountIdentification4Choice id
protected CashAccountType2Choice tp
protected String ccy
protected String nm
public AccountIdentification4Choice getId()
AccountIdentification4Choicepublic void setId(AccountIdentification4Choice value)
value - allowed object is
AccountIdentification4Choicepublic CashAccountType2Choice getTp()
CashAccountType2Choicepublic void setTp(CashAccountType2Choice value)
value - allowed object is
CashAccountType2Choicepublic String getCcy()
Stringpublic void setCcy(String value)
value - allowed object is
StringCopyright © 2017. All rights reserved.