Class DatabaseReportReponse
java.lang.Object
iso.std.ma._20022.tech.xsd.admn_008_001.DatabaseReportReponse
Java class for DatabaseReportReponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DatabaseReportReponse"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="OrgnlInstrId" type="{urn:iso:std:ma:20022:tech:xsd:admn.008.001.01}Max35Text"/> <element name="RptCd" type="{urn:iso:std:ma:20022:tech:xsd:admn.008.001.01}ReportCode"/> <element name="InstgAgt" type="{urn:iso:std:ma:20022:tech:xsd:admn.008.001.01}BranchAndFinancialInstitutionIdentification4ADMN"/> <element name="InstdAgt" type="{urn:iso:std:ma:20022:tech:xsd:admn.008.001.01}BranchAndFinancialInstitutionIdentification4ADMN"/> <element name="TxSts" type="{urn:iso:std:ma:20022:tech:xsd:admn.008.001.01}TransactionIndividualStatus3Code_Echo"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected ReportCode
protected TransactionIndividualStatus3CodeEcho
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the instdAgt property.Gets the value of the instgAgt property.Gets the value of the orgnlInstrId property.getRptCd()
Gets the value of the rptCd property.getTxSts()
Gets the value of the txSts property.void
Sets the value of the instdAgt property.void
Sets the value of the instgAgt property.void
setOrgnlInstrId
(String value) Sets the value of the orgnlInstrId property.void
setRptCd
(ReportCode value) Sets the value of the rptCd property.void
Sets the value of the txSts property.
-
Field Details
-
orgnlInstrId
-
rptCd
-
instgAgt
-
instdAgt
-
txSts
-
-
Constructor Details
-
DatabaseReportReponse
public DatabaseReportReponse()
-
-
Method Details
-
getOrgnlInstrId
Gets the value of the orgnlInstrId property.- Returns:
- possible object is
String
-
setOrgnlInstrId
Sets the value of the orgnlInstrId property.- Parameters:
value
- allowed object isString
-
getRptCd
Gets the value of the rptCd property.- Returns:
- possible object is
ReportCode
-
setRptCd
Sets the value of the rptCd property.- Parameters:
value
- allowed object isReportCode
-
getInstgAgt
Gets the value of the instgAgt property.- Returns:
- possible object is
BranchAndFinancialInstitutionIdentification4ADMN
-
setInstgAgt
Sets the value of the instgAgt property.- Parameters:
value
- allowed object isBranchAndFinancialInstitutionIdentification4ADMN
-
getInstdAgt
Gets the value of the instdAgt property.- Returns:
- possible object is
BranchAndFinancialInstitutionIdentification4ADMN
-
setInstdAgt
Sets the value of the instdAgt property.- Parameters:
value
- allowed object isBranchAndFinancialInstitutionIdentification4ADMN
-
getTxSts
Gets the value of the txSts property.- Returns:
- possible object is
TransactionIndividualStatus3CodeEcho
-
setTxSts
Sets the value of the txSts property.- Parameters:
value
- allowed object isTransactionIndividualStatus3CodeEcho
-