public class CreditLine3
extends java.lang.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 | Description |
---|---|---|
protected ActiveOrHistoricCurrencyAndAmount |
amt |
|
protected DateAndDateTime2Choice |
dt |
|
protected boolean |
incl |
|
protected CreditLineType1Choice |
tp |
Constructor | Description |
---|---|
CreditLine3() |
Modifier and Type | Method | 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()
CreditLineType1Choice
public void setTp(CreditLineType1Choice value)
value
- allowed object is
CreditLineType1Choice
public ActiveOrHistoricCurrencyAndAmount getAmt()
ActiveOrHistoricCurrencyAndAmount
public void setAmt(ActiveOrHistoricCurrencyAndAmount value)
value
- allowed object is
ActiveOrHistoricCurrencyAndAmount
public DateAndDateTime2Choice getDt()
DateAndDateTime2Choice
public void setDt(DateAndDateTime2Choice value)
value
- allowed object is
DateAndDateTime2Choice
Copyright © 2018. All rights reserved.