public class TransactionType1 extends Object
Java-Klasse für TransactionType1 complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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()
Ruft den Wert der cdtDbtInd-Eigenschaft ab.
|
List<Limit2> |
getFlrLmt()
Gets the value of the flrLmt property.
|
EntryStatus2Code |
getSts()
Ruft den Wert der sts-Eigenschaft ab.
|
void |
setCdtDbtInd(CreditDebitCode value)
Legt den Wert der cdtDbtInd-Eigenschaft fest.
|
void |
setSts(EntryStatus2Code value)
Legt den Wert der sts-Eigenschaft fest.
|
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 © 2017. All rights reserved.