Class BankTransactionCodeStructure4
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.camt_052_001_05.BankTransactionCodeStructure4
-
public class BankTransactionCodeStructure4 extends java.lang.ObjectJava 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.05}BankTransactionCodeStructure5" minOccurs="0"/> <element name="Prtry" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.05}ProprietaryBankTransactionCodeStructure1" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected BankTransactionCodeStructure5domnprotected ProprietaryBankTransactionCodeStructure1prtry
-
Constructor Summary
Constructors Constructor Description BankTransactionCodeStructure4()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BankTransactionCodeStructure5getDomn()Gets the value of the domn property.ProprietaryBankTransactionCodeStructure1getPrtry()Gets the value of the prtry property.voidsetDomn(BankTransactionCodeStructure5 value)Sets the value of the domn property.voidsetPrtry(ProprietaryBankTransactionCodeStructure1 value)Sets the value of the prtry property.
-
-
-
Field Detail
-
domn
protected BankTransactionCodeStructure5 domn
-
prtry
protected ProprietaryBankTransactionCodeStructure1 prtry
-
-
Method Detail
-
getDomn
public BankTransactionCodeStructure5 getDomn()
Gets the value of the domn property.- Returns:
- possible object is
BankTransactionCodeStructure5
-
setDomn
public void setDomn(BankTransactionCodeStructure5 value)
Sets the value of the domn property.- Parameters:
value- allowed object isBankTransactionCodeStructure5
-
getPrtry
public ProprietaryBankTransactionCodeStructure1 getPrtry()
Gets the value of the prtry property.- Returns:
- possible object is
ProprietaryBankTransactionCodeStructure1
-
setPrtry
public void setPrtry(ProprietaryBankTransactionCodeStructure1 value)
Sets the value of the prtry property.- Parameters:
value- allowed object isProprietaryBankTransactionCodeStructure1
-
-