public class CreditLine3 extends Object
Java class for CreditLine3 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreditLine3">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Incl" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}TrueFalseIndicator"/>
<element name="Tp" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}CreditLineType1Choice" minOccurs="0"/>
<element name="Amt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}ActiveOrHistoricCurrencyAndAmount" minOccurs="0"/>
<element name="Dt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.07}DateAndDateTime2Choice" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ActiveOrHistoricCurrencyAndAmount |
amt |
protected DateAndDateTime2Choice |
dt |
protected boolean |
incl |
protected CreditLineType1Choice |
tp |
| Constructor and Description |
|---|
CreditLine3() |
| Modifier and Type | Method and Description |
|---|---|
ActiveOrHistoricCurrencyAndAmount |
getAmt()
Gets the value of the amt property.
|
DateAndDateTime2Choice |
getDt()
Gets the value of the dt property.
|
CreditLineType1Choice |
getTp()
Gets the value of the tp property.
|
boolean |
isIncl()
Gets the value of the incl property.
|
void |
setAmt(ActiveOrHistoricCurrencyAndAmount value)
Sets the value of the amt property.
|
void |
setDt(DateAndDateTime2Choice value)
Sets the value of the dt property.
|
void |
setIncl(boolean value)
Sets the value of the incl property.
|
void |
setTp(CreditLineType1Choice value)
Sets the value of the tp property.
|
protected boolean incl
protected CreditLineType1Choice tp
protected ActiveOrHistoricCurrencyAndAmount amt
protected DateAndDateTime2Choice dt
public boolean isIncl()
public void setIncl(boolean value)
public CreditLineType1Choice getTp()
CreditLineType1Choicepublic void setTp(CreditLineType1Choice value)
value - allowed object is
CreditLineType1Choicepublic ActiveOrHistoricCurrencyAndAmount getAmt()
ActiveOrHistoricCurrencyAndAmountpublic void setAmt(ActiveOrHistoricCurrencyAndAmount value)
value - allowed object is
ActiveOrHistoricCurrencyAndAmountpublic DateAndDateTime2Choice getDt()
DateAndDateTime2Choicepublic void setDt(DateAndDateTime2Choice value)
value - allowed object is
DateAndDateTime2ChoiceCopyright © 2019. All rights reserved.