Class AmountType4Choice
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_001_001_11.AmountType4Choice
-
public class AmountType4Choice extends java.lang.Object
Java class for AmountType4Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AmountType4Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="InstdAmt" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}ActiveOrHistoricCurrencyAndAmount"/> <element name="EqvtAmt" type="{urn:iso:std:iso:20022:tech:xsd:pain.001.001.11}EquivalentAmount2"/> </choice> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected EquivalentAmount2
eqvtAmt
protected ActiveOrHistoricCurrencyAndAmount
instdAmt
-
Constructor Summary
Constructors Constructor Description AmountType4Choice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EquivalentAmount2
getEqvtAmt()
Gets the value of the eqvtAmt property.ActiveOrHistoricCurrencyAndAmount
getInstdAmt()
Gets the value of the instdAmt property.void
setEqvtAmt(EquivalentAmount2 value)
Sets the value of the eqvtAmt property.void
setInstdAmt(ActiveOrHistoricCurrencyAndAmount value)
Sets the value of the instdAmt property.
-
-
-
Field Detail
-
instdAmt
protected ActiveOrHistoricCurrencyAndAmount instdAmt
-
eqvtAmt
protected EquivalentAmount2 eqvtAmt
-
-
Method Detail
-
getInstdAmt
public ActiveOrHistoricCurrencyAndAmount getInstdAmt()
Gets the value of the instdAmt property.- Returns:
- possible object is
ActiveOrHistoricCurrencyAndAmount
-
setInstdAmt
public void setInstdAmt(ActiveOrHistoricCurrencyAndAmount value)
Sets the value of the instdAmt property.- Parameters:
value
- allowed object isActiveOrHistoricCurrencyAndAmount
-
getEqvtAmt
public EquivalentAmount2 getEqvtAmt()
Gets the value of the eqvtAmt property.- Returns:
- possible object is
EquivalentAmount2
-
setEqvtAmt
public void setEqvtAmt(EquivalentAmount2 value)
Sets the value of the eqvtAmt property.- Parameters:
value
- allowed object isEquivalentAmount2
-
-