public class BankTransactionCodeStructure4
extends java.lang.Object
Java class for BankTransactionCodeStructure4 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BankTransactionCodeStructure4"> <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.06}BankTransactionCodeStructure5" minOccurs="0"/> <element name="Prtry" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}ProprietaryBankTransactionCodeStructure1" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field | Description |
---|---|---|
protected BankTransactionCodeStructure5 |
domn |
|
protected ProprietaryBankTransactionCodeStructure1 |
prtry |
Constructor | Description |
---|---|
BankTransactionCodeStructure4() |
Modifier and Type | Method | Description |
---|---|---|
BankTransactionCodeStructure5 |
getDomn() |
Gets the value of the domn property.
|
ProprietaryBankTransactionCodeStructure1 |
getPrtry() |
Gets the value of the prtry property.
|
void |
setDomn(BankTransactionCodeStructure5 value) |
Sets the value of the domn property.
|
void |
setPrtry(ProprietaryBankTransactionCodeStructure1 value) |
Sets the value of the prtry property.
|
protected BankTransactionCodeStructure5 domn
protected ProprietaryBankTransactionCodeStructure1 prtry
public BankTransactionCodeStructure5 getDomn()
BankTransactionCodeStructure5
public void setDomn(BankTransactionCodeStructure5 value)
value
- allowed object is
BankTransactionCodeStructure5
public ProprietaryBankTransactionCodeStructure1 getPrtry()
ProprietaryBankTransactionCodeStructure1
public void setPrtry(ProprietaryBankTransactionCodeStructure1 value)
value
- allowed object is
ProprietaryBankTransactionCodeStructure1
Copyright © 2018. All rights reserved.