Class PaymentMeans1
java.lang.Object
org.coderic.iso20022.messages.tsin.PaymentMeans1
Java class for PaymentMeans1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentMeans1">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PmtTp" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}PaymentTypeInformation19"/>
<element name="PmtMtdCd" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}PaymentMethod4Code"/>
<element name="PyeeCdtrAcct" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}CashAccount16"/>
<element name="PyeeFI" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}BranchAndFinancialInstitutionIdentification4"/>
<element name="PyerDbtrAcct" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}CashAccount16" minOccurs="0"/>
<element name="PyerFI" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}BranchAndFinancialInstitutionIdentification4" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the pmtMtdCd property.getPmtTp()Gets the value of the pmtTp property.Gets the value of the pyeeCdtrAcct property.Gets the value of the pyeeFI property.Gets the value of the pyerDbtrAcct property.Gets the value of the pyerFI property.voidsetPmtMtdCd(PaymentMethod4Code value) Sets the value of the pmtMtdCd property.voidsetPmtTp(PaymentTypeInformation19 value) Sets the value of the pmtTp property.voidsetPyeeCdtrAcct(CashAccount16 value) Sets the value of the pyeeCdtrAcct property.voidSets the value of the pyeeFI property.voidsetPyerDbtrAcct(CashAccount16 value) Sets the value of the pyerDbtrAcct property.voidSets the value of the pyerFI property.
-
Constructor Details
-
PaymentMeans1
public PaymentMeans1()
-
-
Method Details
-
getPmtTp
Gets the value of the pmtTp property.- Returns:
- possible object is
PaymentTypeInformation19
-
setPmtTp
Sets the value of the pmtTp property.- Parameters:
value- allowed object isPaymentTypeInformation19
-
getPmtMtdCd
Gets the value of the pmtMtdCd property.- Returns:
- possible object is
PaymentMethod4Code
-
setPmtMtdCd
Sets the value of the pmtMtdCd property.- Parameters:
value- allowed object isPaymentMethod4Code
-
getPyeeCdtrAcct
Gets the value of the pyeeCdtrAcct property.- Returns:
- possible object is
CashAccount16
-
setPyeeCdtrAcct
Sets the value of the pyeeCdtrAcct property.- Parameters:
value- allowed object isCashAccount16
-
getPyeeFI
Gets the value of the pyeeFI property.- Returns:
- possible object is
BranchAndFinancialInstitutionIdentification4
-
setPyeeFI
Sets the value of the pyeeFI property.- Parameters:
value- allowed object isBranchAndFinancialInstitutionIdentification4
-
getPyerDbtrAcct
Gets the value of the pyerDbtrAcct property.- Returns:
- possible object is
CashAccount16
-
setPyerDbtrAcct
Sets the value of the pyerDbtrAcct property.- Parameters:
value- allowed object isCashAccount16
-
getPyerFI
Gets the value of the pyerFI property.- Returns:
- possible object is
BranchAndFinancialInstitutionIdentification4
-
setPyerFI
Sets the value of the pyerFI property.- Parameters:
value- allowed object isBranchAndFinancialInstitutionIdentification4
-