Class BankTransactionCodeStructure1
java.lang.Object
org.kapott.hbci.sepa.jaxb.camt_052_001_01.BankTransactionCodeStructure1
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BankTransactionCodeStructure2protected ProprietaryBankTransactionCodeStructure1 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
domn
-
prtry
-
-
Constructor Details
-
BankTransactionCodeStructure1
public BankTransactionCodeStructure1()
-
-
Method Details
-
getDomn
Gets the value of the domn property.- Returns:
- possible object is
BankTransactionCodeStructure2
-
setDomn
Sets the value of the domn property.- Parameters:
value- allowed object isBankTransactionCodeStructure2
-
getPrtry
Gets the value of the prtry property.- Returns:
- possible object is
ProprietaryBankTransactionCodeStructure1
-
setPrtry
Sets the value of the prtry property.- Parameters:
value- allowed object isProprietaryBankTransactionCodeStructure1
-