public class BankTransactionCodeStructure1 extends Object
Java class for BankTransactionCodeStructure1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BankTransactionCodeStructure1">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Domn" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}BankTransactionCodeStructure2" minOccurs="0"/>
<element name="Prtry" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.01}ProprietaryBankTransactionCodeStructure1" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BankTransactionCodeStructure2 |
domn |
protected ProprietaryBankTransactionCodeStructure1 |
prtry |
| Constructor and Description |
|---|
BankTransactionCodeStructure1() |
| Modifier and Type | Method and Description |
|---|---|
BankTransactionCodeStructure2 |
getDomn()
Gets the value of the domn property.
|
ProprietaryBankTransactionCodeStructure1 |
getPrtry()
Gets the value of the prtry property.
|
void |
setDomn(BankTransactionCodeStructure2 value)
Sets the value of the domn property.
|
void |
setPrtry(ProprietaryBankTransactionCodeStructure1 value)
Sets the value of the prtry property.
|
protected BankTransactionCodeStructure2 domn
protected ProprietaryBankTransactionCodeStructure1 prtry
public BankTransactionCodeStructure2 getDomn()
BankTransactionCodeStructure2public void setDomn(BankTransactionCodeStructure2 value)
value - allowed object is
BankTransactionCodeStructure2public ProprietaryBankTransactionCodeStructure1 getPrtry()
ProprietaryBankTransactionCodeStructure1public void setPrtry(ProprietaryBankTransactionCodeStructure1 value)
value - allowed object is
ProprietaryBankTransactionCodeStructure1Copyright © 2019. All rights reserved.