Class AmountType4Choice
java.lang.Object
org.kapott.hbci.sepa.jaxb.pain_001_001_11.AmountType4Choice
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
FieldsModifier and TypeFieldDescriptionprotected EquivalentAmount2
protected ActiveOrHistoricCurrencyAndAmount
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the eqvtAmt property.Gets the value of the instdAmt property.void
setEqvtAmt
(EquivalentAmount2 value) Sets the value of the eqvtAmt property.void
Sets the value of the instdAmt property.
-
Field Details
-
instdAmt
-
eqvtAmt
-
-
Constructor Details
-
AmountType4Choice
public AmountType4Choice()
-
-
Method Details
-
getInstdAmt
Gets the value of the instdAmt property.- Returns:
- possible object is
ActiveOrHistoricCurrencyAndAmount
-
setInstdAmt
Sets the value of the instdAmt property.- Parameters:
value
- allowed object isActiveOrHistoricCurrencyAndAmount
-
getEqvtAmt
Gets the value of the eqvtAmt property.- Returns:
- possible object is
EquivalentAmount2
-
setEqvtAmt
Sets the value of the eqvtAmt property.- Parameters:
value
- allowed object isEquivalentAmount2
-