Class UnderlyingData2Choice
java.lang.Object
org.coderic.iso20022.messages.camt.UnderlyingData2Choice
Java class for UnderlyingData2Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UnderlyingData2Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="Initn" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}UnderlyingPaymentInstruction8"/> <element name="IntrBk" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}UnderlyingPaymentTransaction7"/> <element name="StmtNtry" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}UnderlyingStatementEntry5"/> <element name="Acct" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}CashAccount40"/> <element name="Othr" type="{urn:iso:std:iso:20022:tech:xsd:camt.111.001.01}GenericIdentification1"/> </choice> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAcct()
Gets the value of the acct property.getInitn()
Gets the value of the initn property.Gets the value of the intrBk property.getOthr()
Gets the value of the othr property.Gets the value of the stmtNtry property.void
setAcct
(CashAccount40 value) Sets the value of the acct property.void
Sets the value of the initn property.void
Sets the value of the intrBk property.void
setOthr
(GenericIdentification1 value) Sets the value of the othr property.void
Sets the value of the stmtNtry property.
-
Constructor Details
-
UnderlyingData2Choice
public UnderlyingData2Choice()
-
-
Method Details
-
getInitn
Gets the value of the initn property.- Returns:
- possible object is
UnderlyingPaymentInstruction8
-
setInitn
Sets the value of the initn property.- Parameters:
value
- allowed object isUnderlyingPaymentInstruction8
-
getIntrBk
Gets the value of the intrBk property.- Returns:
- possible object is
UnderlyingPaymentTransaction7
-
setIntrBk
Sets the value of the intrBk property.- Parameters:
value
- allowed object isUnderlyingPaymentTransaction7
-
getStmtNtry
Gets the value of the stmtNtry property.- Returns:
- possible object is
UnderlyingStatementEntry5
-
setStmtNtry
Sets the value of the stmtNtry property.- Parameters:
value
- allowed object isUnderlyingStatementEntry5
-
getAcct
Gets the value of the acct property.- Returns:
- possible object is
CashAccount40
-
setAcct
Sets the value of the acct property.- Parameters:
value
- allowed object isCashAccount40
-
getOthr
Gets the value of the othr property.- Returns:
- possible object is
GenericIdentification1
-
setOthr
Sets the value of the othr property.- Parameters:
value
- allowed object isGenericIdentification1
-