public class CashAccountSCT2 extends Object
Java-Klasse für CashAccountSCT2 complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="CashAccountSCT2">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Id" type="{urn:swift:xsd:$pain.001.002.02}AccountIdentificationSCT"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AccountIdentificationSCT |
id |
| Constructor and Description |
|---|
CashAccountSCT2() |
| Modifier and Type | Method and Description |
|---|---|
AccountIdentificationSCT |
getId()
Ruft den Wert der id-Eigenschaft ab.
|
void |
setId(AccountIdentificationSCT value)
Legt den Wert der id-Eigenschaft fest.
|
protected AccountIdentificationSCT id
public AccountIdentificationSCT getId()
AccountIdentificationSCTpublic void setId(AccountIdentificationSCT value)
value - allowed object is
AccountIdentificationSCTCopyright © 2018. All rights reserved.