Class AmountType4Choice
- java.lang.Object
-
- org.kapott.hbci.sepa.jaxb.pain_002_001_12.AmountType4Choice
-
public class AmountType4Choice extends java.lang.ObjectJava 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.002.001.12}ActiveOrHistoricCurrencyAndAmount"/> <element name="EqvtAmt" type="{urn:iso:std:iso:20022:tech:xsd:pain.002.001.12}EquivalentAmount2"/> </choice> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected EquivalentAmount2eqvtAmtprotected ActiveOrHistoricCurrencyAndAmountinstdAmt
-
Constructor Summary
Constructors Constructor Description AmountType4Choice()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EquivalentAmount2getEqvtAmt()Gets the value of the eqvtAmt property.ActiveOrHistoricCurrencyAndAmountgetInstdAmt()Gets the value of the instdAmt property.voidsetEqvtAmt(EquivalentAmount2 value)Sets the value of the eqvtAmt property.voidsetInstdAmt(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
-
-