public class ReportingRequest3 extends Object
Java class for ReportingRequest3 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReportingRequest3">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Id" type="{urn:iso:std:iso:20022:tech:xsd:camt.060.001.03}Max35Text" minOccurs="0"/>
<element name="ReqdMsgNmId" type="{urn:iso:std:iso:20022:tech:xsd:camt.060.001.03}Max35Text"/>
<element name="Acct" type="{urn:iso:std:iso:20022:tech:xsd:camt.060.001.03}CashAccount24" minOccurs="0"/>
<element name="AcctOwnr" type="{urn:iso:std:iso:20022:tech:xsd:camt.060.001.03}Party12Choice"/>
<element name="AcctSvcr" type="{urn:iso:std:iso:20022:tech:xsd:camt.060.001.03}BranchAndFinancialInstitutionIdentification5" minOccurs="0"/>
<element name="RptgPrd" type="{urn:iso:std:iso:20022:tech:xsd:camt.060.001.03}ReportingPeriod1" minOccurs="0"/>
<element name="ReqdTxTp" type="{urn:iso:std:iso:20022:tech:xsd:camt.060.001.03}TransactionType1" minOccurs="0"/>
<element name="ReqdBalTp" type="{urn:iso:std:iso:20022:tech:xsd:camt.060.001.03}BalanceType12" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CashAccount24 |
acct |
protected Party12Choice |
acctOwnr |
protected BranchAndFinancialInstitutionIdentification5 |
acctSvcr |
protected String |
id |
protected List<BalanceType12> |
reqdBalTp |
protected String |
reqdMsgNmId |
protected TransactionType1 |
reqdTxTp |
protected ReportingPeriod1 |
rptgPrd |
| Constructor and Description |
|---|
ReportingRequest3() |
| Modifier and Type | Method and Description |
|---|---|
CashAccount24 |
getAcct()
Gets the value of the acct property.
|
Party12Choice |
getAcctOwnr()
Gets the value of the acctOwnr property.
|
BranchAndFinancialInstitutionIdentification5 |
getAcctSvcr()
Gets the value of the acctSvcr property.
|
String |
getId()
Gets the value of the id property.
|
List<BalanceType12> |
getReqdBalTp()
Gets the value of the reqdBalTp property.
|
String |
getReqdMsgNmId()
Gets the value of the reqdMsgNmId property.
|
TransactionType1 |
getReqdTxTp()
Gets the value of the reqdTxTp property.
|
ReportingPeriod1 |
getRptgPrd()
Gets the value of the rptgPrd property.
|
void |
setAcct(CashAccount24 value)
Sets the value of the acct property.
|
void |
setAcctOwnr(Party12Choice value)
Sets the value of the acctOwnr property.
|
void |
setAcctSvcr(BranchAndFinancialInstitutionIdentification5 value)
Sets the value of the acctSvcr property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setReqdMsgNmId(String value)
Sets the value of the reqdMsgNmId property.
|
void |
setReqdTxTp(TransactionType1 value)
Sets the value of the reqdTxTp property.
|
void |
setRptgPrd(ReportingPeriod1 value)
Sets the value of the rptgPrd property.
|
protected String id
protected String reqdMsgNmId
protected CashAccount24 acct
protected Party12Choice acctOwnr
protected BranchAndFinancialInstitutionIdentification5 acctSvcr
protected ReportingPeriod1 rptgPrd
protected TransactionType1 reqdTxTp
protected List<BalanceType12> reqdBalTp
public void setId(String value)
value - allowed object is
Stringpublic String getReqdMsgNmId()
Stringpublic void setReqdMsgNmId(String value)
value - allowed object is
Stringpublic CashAccount24 getAcct()
CashAccount24public void setAcct(CashAccount24 value)
value - allowed object is
CashAccount24public Party12Choice getAcctOwnr()
Party12Choicepublic void setAcctOwnr(Party12Choice value)
value - allowed object is
Party12Choicepublic BranchAndFinancialInstitutionIdentification5 getAcctSvcr()
BranchAndFinancialInstitutionIdentification5public void setAcctSvcr(BranchAndFinancialInstitutionIdentification5 value)
value - allowed object is
BranchAndFinancialInstitutionIdentification5public ReportingPeriod1 getRptgPrd()
ReportingPeriod1public void setRptgPrd(ReportingPeriod1 value)
value - allowed object is
ReportingPeriod1public TransactionType1 getReqdTxTp()
TransactionType1public void setReqdTxTp(TransactionType1 value)
value - allowed object is
TransactionType1public List<BalanceType12> getReqdBalTp()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the reqdBalTp property.
For example, to add a new item, do as follows:
getReqdBalTp().add(newItem);
Objects of the following type(s) are allowed in the list
BalanceType12
Copyright © 2018. All rights reserved.