public class TransactionType1 extends Object
Java class for TransactionType1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransactionType1">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Sts" type="{urn:iso:std:iso:20022:tech:xsd:camt.060.001.03}EntryStatus2Code"/>
<element name="CdtDbtInd" type="{urn:iso:std:iso:20022:tech:xsd:camt.060.001.03}CreditDebitCode"/>
<element name="FlrLmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.060.001.03}Limit2" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CreditDebitCode |
cdtDbtInd |
protected List<Limit2> |
flrLmt |
protected EntryStatus2Code |
sts |
| Constructor and Description |
|---|
TransactionType1() |
| Modifier and Type | Method and Description |
|---|---|
CreditDebitCode |
getCdtDbtInd()
Gets the value of the cdtDbtInd property.
|
List<Limit2> |
getFlrLmt()
Gets the value of the flrLmt property.
|
EntryStatus2Code |
getSts()
Gets the value of the sts property.
|
void |
setCdtDbtInd(CreditDebitCode value)
Sets the value of the cdtDbtInd property.
|
void |
setSts(EntryStatus2Code value)
Sets the value of the sts property.
|
protected EntryStatus2Code sts
protected CreditDebitCode cdtDbtInd
public EntryStatus2Code getSts()
EntryStatus2Codepublic void setSts(EntryStatus2Code value)
value - allowed object is
EntryStatus2Codepublic CreditDebitCode getCdtDbtInd()
CreditDebitCodepublic void setCdtDbtInd(CreditDebitCode value)
value - allowed object is
CreditDebitCodepublic List<Limit2> getFlrLmt()
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 flrLmt property.
For example, to add a new item, do as follows:
getFlrLmt().add(newItem);
Objects of the following type(s) are allowed in the list
Limit2
Copyright © 2018. All rights reserved.