public class AmountRangeBoundary1 extends Object
Java-Klasse für AmountRangeBoundary1 complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="AmountRangeBoundary1">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BdryAmt" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}ImpliedCurrencyAndAmount"/>
<element name="Incl" type="{urn:iso:std:iso:20022:tech:xsd:camt.052.001.06}YesNoIndicator"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
bdryAmt |
protected boolean |
incl |
| Constructor and Description |
|---|
AmountRangeBoundary1() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getBdryAmt()
Ruft den Wert der bdryAmt-Eigenschaft ab.
|
boolean |
isIncl()
Ruft den Wert der incl-Eigenschaft ab.
|
void |
setBdryAmt(BigDecimal value)
Legt den Wert der bdryAmt-Eigenschaft fest.
|
void |
setIncl(boolean value)
Legt den Wert der incl-Eigenschaft fest.
|
protected BigDecimal bdryAmt
protected boolean incl
public BigDecimal getBdryAmt()
BigDecimalpublic void setBdryAmt(BigDecimal value)
value - allowed object is
BigDecimalpublic boolean isIncl()
public void setIncl(boolean value)
Copyright © 2017. All rights reserved.