Class OriginalPaymentInformation8TCH
java.lang.Object
iso.std.iso._20022.tech.xsd.remt_001_001.OriginalPaymentInformation8TCH
Java class for OriginalPaymentInformation8_TCH complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OriginalPaymentInformation8_TCH"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Refs" type="{urn:iso:std:iso:20022:tech:xsd:remt.001.001.04}TransactionReferences5"/> <element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:remt.001.001.04}AmountType3Choice"/> <element name="ReqdExctnDt" type="{urn:iso:std:iso:20022:tech:xsd:remt.001.001.04}DateAndDateTime2Choice" minOccurs="0"/> <element name="Dbtr" type="{urn:iso:std:iso:20022:tech:xsd:remt.001.001.04}PartyIdentification135_TCH_3" minOccurs="0"/> <element name="DbtrAcct" type="{urn:iso:std:iso:20022:tech:xsd:remt.001.001.04}CashAccount38" minOccurs="0"/> <element name="DbtrAgt" type="{urn:iso:std:iso:20022:tech:xsd:remt.001.001.04}BranchAndFinancialInstitutionIdentification6_TCH" minOccurs="0"/> <element name="Cdtr" type="{urn:iso:std:iso:20022:tech:xsd:remt.001.001.04}PartyIdentification135_TCH_3" minOccurs="0"/> <element name="CdtrAcct" type="{urn:iso:std:iso:20022:tech:xsd:remt.001.001.04}CashAccount38" minOccurs="0"/> <element name="CdtrAgt" type="{urn:iso:std:iso:20022:tech:xsd:remt.001.001.04}BranchAndFinancialInstitutionIdentification6_TCH" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AmountType3Choice
protected PartyIdentification135TCH3
protected CashAccount38
protected PartyIdentification135TCH3
protected CashAccount38
protected TransactionReferences5
protected DateAndDateTime2Choice
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAmt()
Gets the value of the amt property.getCdtr()
Gets the value of the cdtr property.Gets the value of the cdtrAcct property.Gets the value of the cdtrAgt property.getDbtr()
Gets the value of the dbtr property.Gets the value of the dbtrAcct property.Gets the value of the dbtrAgt property.getRefs()
Gets the value of the refs property.Gets the value of the reqdExctnDt property.void
setAmt
(AmountType3Choice value) Sets the value of the amt property.void
Sets the value of the cdtr property.void
setCdtrAcct
(CashAccount38 value) Sets the value of the cdtrAcct property.void
Sets the value of the cdtrAgt property.void
Sets the value of the dbtr property.void
setDbtrAcct
(CashAccount38 value) Sets the value of the dbtrAcct property.void
Sets the value of the dbtrAgt property.void
setRefs
(TransactionReferences5 value) Sets the value of the refs property.void
Sets the value of the reqdExctnDt property.
-
Field Details
-
refs
-
amt
-
reqdExctnDt
-
dbtr
-
dbtrAcct
-
dbtrAgt
-
cdtr
-
cdtrAcct
-
cdtrAgt
-
-
Constructor Details
-
OriginalPaymentInformation8TCH
public OriginalPaymentInformation8TCH()
-
-
Method Details
-
getRefs
Gets the value of the refs property.- Returns:
- possible object is
TransactionReferences5
-
setRefs
Sets the value of the refs property.- Parameters:
value
- allowed object isTransactionReferences5
-
getAmt
Gets the value of the amt property.- Returns:
- possible object is
AmountType3Choice
-
setAmt
Sets the value of the amt property.- Parameters:
value
- allowed object isAmountType3Choice
-
getReqdExctnDt
Gets the value of the reqdExctnDt property.- Returns:
- possible object is
DateAndDateTime2Choice
-
setReqdExctnDt
Sets the value of the reqdExctnDt property.- Parameters:
value
- allowed object isDateAndDateTime2Choice
-
getDbtr
Gets the value of the dbtr property.- Returns:
- possible object is
PartyIdentification135TCH3
-
setDbtr
Sets the value of the dbtr property.- Parameters:
value
- allowed object isPartyIdentification135TCH3
-
getDbtrAcct
Gets the value of the dbtrAcct property.- Returns:
- possible object is
CashAccount38
-
setDbtrAcct
Sets the value of the dbtrAcct property.- Parameters:
value
- allowed object isCashAccount38
-
getDbtrAgt
Gets the value of the dbtrAgt property.- Returns:
- possible object is
BranchAndFinancialInstitutionIdentification6TCH
-
setDbtrAgt
Sets the value of the dbtrAgt property.- Parameters:
value
- allowed object isBranchAndFinancialInstitutionIdentification6TCH
-
getCdtr
Gets the value of the cdtr property.- Returns:
- possible object is
PartyIdentification135TCH3
-
setCdtr
Sets the value of the cdtr property.- Parameters:
value
- allowed object isPartyIdentification135TCH3
-
getCdtrAcct
Gets the value of the cdtrAcct property.- Returns:
- possible object is
CashAccount38
-
setCdtrAcct
Sets the value of the cdtrAcct property.- Parameters:
value
- allowed object isCashAccount38
-
getCdtrAgt
Gets the value of the cdtrAgt property.- Returns:
- possible object is
BranchAndFinancialInstitutionIdentification6TCH
-
setCdtrAgt
Sets the value of the cdtrAgt property.- Parameters:
value
- allowed object isBranchAndFinancialInstitutionIdentification6TCH
-