Class DatabaseReportInformationTCH
java.lang.Object
iso.std.ma._20022.tech.xsd.admn_007_001.DatabaseReportInformationTCH
Java class for DatabaseReportInformation_TCH complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DatabaseReportInformation_TCH"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="RptCd" type="{urn:iso:std:ma:20022:tech:xsd:admn.007.001.01}ReportCode_TCH"/> <element name="InstrId" type="{urn:iso:std:ma:20022:tech:xsd:admn.007.001.01}Max35Text_TCH_2"/> <element name="InstgAgt" type="{urn:iso:std:ma:20022:tech:xsd:admn.007.001.01}BranchAndFinancialInstitutionIdentification4ADMN"/> <element name="InstdAgt" type="{urn:iso:std:ma:20022:tech:xsd:admn.007.001.01}BranchAndFinancialInstitutionIdentification4ADMN"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
Fields -
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 instrId property.getRptCd()
Gets the value of the rptCd property.void
Sets the value of the instdAgt property.void
Sets the value of the instgAgt property.void
setInstrId
(String value) Sets the value of the instrId property.void
setRptCd
(ReportCodeTCH value) Sets the value of the rptCd property.
-
Field Details
-
rptCd
-
instrId
-
instgAgt
-
instdAgt
-
-
Constructor Details
-
DatabaseReportInformationTCH
public DatabaseReportInformationTCH()
-
-
Method Details
-
getRptCd
Gets the value of the rptCd property.- Returns:
- possible object is
ReportCodeTCH
-
setRptCd
Sets the value of the rptCd property.- Parameters:
value
- allowed object isReportCodeTCH
-
getInstrId
Gets the value of the instrId property.- Returns:
- possible object is
String
-
setInstrId
Sets the value of the instrId property.- Parameters:
value
- allowed object isString
-
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
-